Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Ability: BuyElection
|
||||
Name: #ABL_BUY_ELECTION
|
||||
Description: #ABL_BUY_ELECTION_DESC
|
||||
Icon: CardIcons::31
|
||||
|
||||
Cooldown: 10
|
||||
|
||||
ConsumeInfluence(10)
|
||||
ShowInfluenceValue(10, #COST)
|
||||
|
||||
GainInfluenceCard(Election)
|
||||
@@ -0,0 +1,17 @@
|
||||
Ability: BuyEnergy
|
||||
Name: #ABL_BUY_ENERGY
|
||||
Description: #ABL_BUY_ENERGY_DESC
|
||||
Icon: ResourceIcon::2
|
||||
|
||||
Cooldown: 180
|
||||
|
||||
ShareCooldown(BuyInfluence)
|
||||
ShareCooldown(BuyEnergy)
|
||||
ShareCooldown(BuyLabor)
|
||||
ShareCooldown(BuyResearch)
|
||||
|
||||
ConsumeMoney(300)
|
||||
AddEnergy(700)
|
||||
|
||||
ShowMoneyValue(300, #COST)
|
||||
ShowEnergyValue(700)
|
||||
@@ -0,0 +1,14 @@
|
||||
Ability: BuyGalacticSuperpower
|
||||
Name: #ABL_BUY_GALACTIC_SUPERPOWER
|
||||
Description: #ABL_BUY_GALACTIC_SUPERPOWER_DESC
|
||||
Icon: CardIcons::49
|
||||
|
||||
Cooldown: 300
|
||||
|
||||
ShareCooldown(BuyGalacticSuperpower)
|
||||
ShareCooldown(BuyGalacticUtopia)
|
||||
|
||||
ConsumeInfluence(15)
|
||||
ShowInfluenceValue(15, #COST)
|
||||
|
||||
GainInfluenceCard(GalacticSuperpower)
|
||||
@@ -0,0 +1,14 @@
|
||||
Ability: BuyGalacticUtopia
|
||||
Name: #ABL_BUY_GALACTIC_UTOPIA
|
||||
Description: #ABL_BUY_GALACTIC_UTOPIA_DESC
|
||||
Icon: CardIcons::50
|
||||
|
||||
Cooldown: 300
|
||||
|
||||
ShareCooldown(BuyGalacticSuperpower)
|
||||
ShareCooldown(BuyGalacticUtopia)
|
||||
|
||||
ConsumeInfluence(15)
|
||||
ShowInfluenceValue(15, #COST)
|
||||
|
||||
GainInfluenceCard(GalacticUtopia)
|
||||
@@ -0,0 +1,17 @@
|
||||
Ability: BuyInfluence
|
||||
Name: #ABL_BUY_INFLUENCE
|
||||
Description: #ABL_BUY_INFLUENCE_DESC
|
||||
Icon: ResourceIcon::1
|
||||
|
||||
Cooldown: 180
|
||||
|
||||
ShareCooldown(BuyInfluence)
|
||||
ShareCooldown(BuyEnergy)
|
||||
ShareCooldown(BuyLabor)
|
||||
ShareCooldown(BuyResearch)
|
||||
|
||||
ConsumeMoney(300)
|
||||
AddInfluencePoints(4)
|
||||
|
||||
ShowMoneyValue(500, #COST)
|
||||
ShowInfluenceValue(4)
|
||||
@@ -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)
|
||||
@@ -0,0 +1,17 @@
|
||||
Ability: BuyResearch
|
||||
Name: #ABL_BUY_RESEARCH
|
||||
Description: #ABL_BUY_RESEARCH_DESC
|
||||
Icon: ResourceIcon::4
|
||||
|
||||
Cooldown: 180
|
||||
|
||||
ShareCooldown(BuyInfluence)
|
||||
ShareCooldown(BuyEnergy)
|
||||
ShareCooldown(BuyLabor)
|
||||
ShareCooldown(BuyResearch)
|
||||
|
||||
ConsumeMoney(300)
|
||||
AddResearchPoints(600)
|
||||
|
||||
ShowMoneyValue(300, #COST)
|
||||
ShowResearchValue(600)
|
||||
Reference in New Issue
Block a user