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
+20
View File
@@ -0,0 +1,20 @@
Ability: BuyLabor
Name: #ABL_BUY_LABOR
Description: #ABL_BUY_LABOR_DESC
Icon: ResourceIcon::6
Cooldown: 180
ShareCooldown(BuyInfluence)
ShareCooldown(BuyEnergy)
ShareCooldown(BuyLabor)
ShareCooldown(BuyResearch)
Target: obj = Object
TargetFilterHasConstruction(obj)
ConsumeMoney(300)
Trigger(obj, AddStoredLabor(26))
ShowMoneyValue(300, #COST)
ShowLaborValue(26)