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
+40
View File
@@ -0,0 +1,40 @@
Card: AnnexSystem
Name: #CARD_ANNEX_SYSTEM
Description: #CARD_ANNEX_SYSTEM_DESC
Icon: CardIcons::1
Target: system = Object
Color: #ffa4a4
Class: Vote
Rarity: Uncommon
Base Purchase Cost: 6
TargetFilterRegion(system)
TargetFilterHasTradePresence(system)
TargetFilterRegionOtherEmpire(system)
TargetRequireVision(system)
ApplyRegionTargetCostMod(system)
Base Play Cost: 5
RegionLoyaltyPlayCost(system)
StartVote(AnnexSystem, system)
AI: PlayOnNearbyEnemySystem(system)
Vote: AnnexSystem
Name: #VOTE_ANNEX_SYSTEM
Icon: CardIcons::1
Target: system = Object
ClaimSystem(Pass, system)
OnOwner(ModAttribute(AnnexVotesWon, Add, 1))
FailReturnCardIfAttributeSet(ReturnAnnexCards)
AI: BadFor(system, Importance = 20)