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,14 @@
Ability: RevenantCannon
Name: #ABL_REVENANT_CANNON
Description: #ABL_REVENANT_CANNON_DESC
Icon: HexagonSubsystems::1
Activate Sound: revenant_activate
Energy Cost: 1500
OnAnyEmpireAttributeLT(RevenantParts, 0, Destroy())
GiveAchievement(ACH_USE_ARTIFACT)
ReplaceWithOrbital(RevenantCannon, Free = True)
NotifyAll(#NOTIFY_REVENANT_CANNON, Icon = HexagonSubsystems::1)
@@ -0,0 +1,14 @@
Ability: RevenantChassis
Name: #ABL_REVENANT_CHASSIS
Description: #ABL_REVENANT_CHASSIS_DESC
Icon: PlateArmor
Activate Sound: revenant_activate
Energy Cost: 2000
OnAnyEmpireAttributeLT(RevenantParts, 0, Destroy())
GiveAchievement(ACH_USE_ARTIFACT)
ReplaceWithOrbital(RevenantChassis, Free = True)
NotifyAll(#NOTIFY_REVENANT_CHASSIS, Icon = PlateArmor)
@@ -0,0 +1,14 @@
Ability: RevenantCore
Name: #ABL_REVENANT_CORE
Description: #ABL_REVENANT_CORE_DESC
Icon: ComputerCore
Activate Sound: revenant_activate
Energy Cost: 1500
OnAnyEmpireAttributeLT(RevenantParts, 0, Destroy())
GiveAchievement(ACH_USE_ARTIFACT)
ReplaceWithOrbital(RevenantCore, Free = True)
NotifyAll(#NOTIFY_REVENANT_CORE, Icon = ComputerCore)
@@ -0,0 +1,14 @@
Ability: RevenantEngine
Name: #ABL_REVENANT_ENGINE
Description: #ABL_REVENANT_ENGINE_DESC
Icon: IonEngine
Activate Sound: revenant_activate
Energy Cost: 1500
OnAnyEmpireAttributeLT(RevenantParts, 0, Destroy())
GiveAchievement(ACH_USE_ARTIFACT)
ReplaceWithOrbital(RevenantEngine, Free = True)
NotifyAll(#NOTIFY_REVENANT_ENGINE, Icon = IonEngine)