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,22 @@
Technology: ArtificialMoon
Name: #R_ARTIFICIAL_MOON
Description: #R_ARTIFICIAL_MOON_DESC
Class: Secret
Category: Secret
DLC: Heralds
DLC Replace: ArmorHealth
Point Cost: 1000
Time Cost: 120
Secret: True
Icon: PlanetType::4
Color: #cc3a7d
SecretRequiresNotTrait(StarChildren)
SecretRequiresNotTrait(Ancient)
UnlockTag(ArtificialMoonUnlock)
RequireEmpireAttributeGTE(RingHabitatsBuilt, 5, #RESEARCH_REQ_RING_HABITATS)
@@ -0,0 +1,23 @@
Technology: BldSpire
Name: #R_BLD_SPIRE
Description: #R_BLD_SPIRE_DESC
Class: Secret
Category: Secret
DLC: Heralds
DLC Replace: ArmorHealth
Point Cost: 1000
Time Cost: 120
Secret: True
Icon: Spire
Color: #cc3a7d
SecretRequiresNotTrait(StarChildren)
SecretRequiresNotTrait(Ancient)
SecretRequiresNotTrait(Verdant)
UnlockTag(SpireUnlock)
RequireEmpireAttributeGTE(MegacitiesBuilt, 5, #RESEARCH_REQ_MEGACITIES)
@@ -0,0 +1,21 @@
Technology: ColossusHull
Name: #R_SYS_COLOSSUS_HULL
Description: #R_SYS_COLOSSUS_HULL_DESC
Class: Secret
Category: Secret
Point Cost: 1000
Time Cost: 60
DLC: Heralds
DLC Replace: SupplyStorage
Secret: True
Icon: DesignationIcons::16
Color: #cc3a7d
RequireBuildShipsWith(TitanHull, 5)
UnlockSubsystem(ColossusHull)
SkipOnUnlockedSubsystem(ColossusHull)
@@ -0,0 +1,21 @@
Technology: FlareBomb
Name: #R_FLARE_BOMB
Description: #R_FLARE_BOMB_DESC
Class: Secret
Category: Secret
Point Cost: 2000
Time Cost: 120
Secret: True
DLC: Heralds
DLC Replace: Damage
Icon: MissileLauncher::0 * #e45500
Color: #e45500
UnlockTag(FlareBombUnlock)
RequireEmpireAttributeGTE(ArtifactsActivated, 20, #RESEARCH_REQ_ARTIFACTS)
@@ -0,0 +1,24 @@
Technology: HyperfieldSequencing
Name: #R_HYPERFIELD_SEQUENCING
Description: #R_HYPERFIELD_SEQUENCING_DESC
Class: Secret
Category: Secret
Point Cost: 1000
Time Cost: 160
Secret: True
DLC: Heralds
DLC Replace: Damage2
Icon: ActionBarIcons::5
Color: #00c0ff
RequireEmpireAttributeGTE(FTLEnergySpent, 4000, #RESEARCH_REQ_FTLSPENT)
SecretRequiresTrait(Hyperdrive)
ModAttribute(HyperdriveNeedCharge, Add, -1)
ModAttribute(HyperdriveStartCostMod, Add, 150)