Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Building: PlanetoidLv1
|
||||
Name: #BLD_PLANETOID_LV1
|
||||
Description: #BLD_PLANETOID_LV1_DESC
|
||||
Sprite: FakeLV1
|
||||
|
||||
Category: Resource
|
||||
|
||||
Size: 4x4
|
||||
Base Cost: 1000
|
||||
|
||||
Build Time: 240
|
||||
|
||||
ConsumeCargo(Ore, 2000)
|
||||
|
||||
RequireStatus(ArtificialPlanetoid)
|
||||
AddDummyResource(Titanium, 1)
|
||||
@@ -0,0 +1,16 @@
|
||||
Building: PlanetoidLv2
|
||||
Name: #BLD_PLANETOID_LV2
|
||||
Description: #BLD_PLANETOID_LV2_DESC
|
||||
Sprite: FakeLV2
|
||||
|
||||
Category: Resource
|
||||
|
||||
Size: 4x8
|
||||
Base Cost: 1500
|
||||
|
||||
Build Time: 360
|
||||
|
||||
ConsumeCargo(Ore, 4000)
|
||||
|
||||
RequireStatus(ArtificialPlanetoid)
|
||||
AddDummyResource(Neutronium, 1)
|
||||
@@ -0,0 +1,27 @@
|
||||
Building: Spire
|
||||
Name: #BLD_SPIRE
|
||||
Description: #BLD_SPIRE_DESC
|
||||
Sprite: Spire
|
||||
|
||||
Category: Infrastructure
|
||||
|
||||
Size: 3x10
|
||||
|
||||
Base Cost: 1000
|
||||
Build Time: 180
|
||||
|
||||
RequireUnlockTag(SpireUnlock)
|
||||
ConstructibleIfAttribute(ForbidCityConstruction, 0)
|
||||
|
||||
ReplacesCities(20)
|
||||
|
||||
ConsumeCargo(Ore, 2500)
|
||||
|
||||
ModExistingPressure(Money, +3)
|
||||
ModExistingPressure(Labor, +3)
|
||||
ModExistingPressure(Research, +3)
|
||||
ModExistingPressure(Influence, +3)
|
||||
ModExistingPressure(Defense, +3)
|
||||
ModExistingPressure(Energy, +3)
|
||||
|
||||
AddPlanetGfxFlag(SpaceElevator)
|
||||
Reference in New Issue
Block a user