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
+30
View File
@@ -0,0 +1,30 @@
Card: Bribe
Name: #CARD_BRIBE
Description: #CARD_BRIBE_DESC
Icon: CardIcons::3
Color: #3893a8
Class: Support
Rarity: Uncommon
Side: Both
Frequency: 0
Max Quality: 4
Max Uses: 3
Base Purchase Cost: 1
Uses Purchase Cost: 1
Base Play Cost: 1
Base Weight: 0
LogVoteEvent(Support = #CARD_BRIBE_LOG_Y, Oppose = #CARD_BRIBE_LOG_N, MoneyArgument = 300, MoneyArgumentQuality = 100)
PlayMoneyCost(300, Per Quality = 100)
AddWeightToNextSupport(VoteSide, 2, Per Quality = 1.5)
GiveMoneyToNextSupport(VoteSide, 300, Per Quality = 100)
AI: VoteSupport()