Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
System: CoreBlackhole
|
||||
MakeBlackhole(Radius = 20.0)
|
||||
|
||||
MakePlanet(Orbit Spacing = 700:750)
|
||||
MakeAsteroidBelt(6)
|
||||
MakePlanet(Orbit Spacing = 850:900)
|
||||
@@ -0,0 +1,15 @@
|
||||
System: ExpeditionSystem
|
||||
Inherit: BaseSystem
|
||||
Frequency: 0
|
||||
|
||||
MakeStar(Temperature = 4000:12000, Radius = 65:85)
|
||||
AddQuality(200)
|
||||
|
||||
Repeat(5)
|
||||
MakePlanet()
|
||||
|
||||
Repeat(2:5)
|
||||
SpawnRandomRemnants(50, 0.3:0.6, 4)
|
||||
|
||||
AddRegionStatus(RemnantBlockedColonization)
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
System: HomeSystem
|
||||
MakeStar(Temperature = 400:13000, Radius = 65:85)
|
||||
BonusHealth(20000000000)
|
||||
|
||||
RepeatHomeworlds()
|
||||
MakePlanet(RandomType:Food:Common, Radius = 10, Grid Size = (18, 11), Conditions = False, Moons = False)
|
||||
BonusHealth(5000000000)
|
||||
AddPlanetResource(Water)
|
||||
AddResource(Labor, +1)
|
||||
OnPlanet( AddIncome(130) )
|
||||
AddPopulation(3.0)
|
||||
SpawnBuilding(Factory, (4, 3), Develop = True)
|
||||
OnPlanet( AddPressureCap(2) )
|
||||
NoNeedPopulationForLevel()
|
||||
ForceUsefulSurface(0.8, Forest)
|
||||
|
||||
MakePlanet(RandomType:Food:Common, Conditions = False, Moons = False)
|
||||
MakePlanet(Water, Conditions = False, Moons = False)
|
||||
MakePlanet(RandomLevel:1:Common, Conditions = False, Moons = False)
|
||||
MakeMoon()
|
||||
ExpandSystem(-50:100)
|
||||
|
||||
MakeAsteroid(Cargo = Ore, Cargo Amount = 6000)
|
||||
MakeAsteroid(Resource = Distributed)
|
||||
|
||||
AddAdjacentArtifacts(2)
|
||||
MakeAdjacentCreepCamp(SmallCamp, Place Far = True)
|
||||
|
||||
GuaranteeAdjacentResource(Water)
|
||||
GuaranteeAdjacentResource(RandomType:Food:Common)
|
||||
GuaranteeAdjacentResource(RandomLevel:1:Common)
|
||||
GuaranteeAdjacentResource(RandomLevel:2:Common)
|
||||
GuaranteeAdjacentResource(RandomType:Food:Common, Distance = 2)
|
||||
GuaranteeAdjacentResource(RandomType:Food:Common, Distance = 2)
|
||||
GuaranteeAdjacentResource(Water, Distance = 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user