Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
@@ -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)
+27
View File
@@ -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)