Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Card: Denounce
|
||||
Name: #CARD_DENOUNCE
|
||||
Description: #CARD_DENOUNCE_DESC
|
||||
Icon: CardIcons::25
|
||||
|
||||
Color: #ffa0a0
|
||||
Class: Action
|
||||
Rarity: Rare
|
||||
Frequency: 0
|
||||
|
||||
Base Purchase Cost: 3
|
||||
Base Play Cost: 5
|
||||
|
||||
Target: target = Empire
|
||||
GenerateRandomEmpire(target, Generic Chance = 0.2)
|
||||
TargetFilterOtherEmpire(target)
|
||||
DisappearSelfBuy(target)
|
||||
|
||||
FillStackWithLeverage(target, Ignore Self = True)
|
||||
InstantStackRotate()
|
||||
|
||||
NotifyAll(#DENOUNCE_NOTIFY)
|
||||
@@ -0,0 +1,16 @@
|
||||
Card: Favors
|
||||
Name: #CARD_FAVORS
|
||||
Description: #CARD_FAVORS_DESC
|
||||
|
||||
Icon: CardIcons::11
|
||||
|
||||
Color: #ddff00
|
||||
Class: Instant
|
||||
Rarity: Uncommon
|
||||
|
||||
Placement Purchase Cost: 0
|
||||
PurchaseMoneyCost(50, Per Placement = 75)
|
||||
|
||||
GainRandomCard()
|
||||
|
||||
AI: BuyWeight(0.5)
|
||||
@@ -0,0 +1,17 @@
|
||||
Card: Innovation
|
||||
Name: #CARD_INNOVATION
|
||||
Description: #CARD_INNOVATION_DESC
|
||||
|
||||
DLC: Heralds
|
||||
|
||||
Icon: CardIcons::29
|
||||
Color: #ff0000
|
||||
Class: Instant
|
||||
Rarity: Epic
|
||||
|
||||
Base Purchase Cost: 8
|
||||
Placement Purchase Cost: 2
|
||||
|
||||
OnOwner(RevealSecretProject())
|
||||
|
||||
AI: BuyWeight(1.0)
|
||||
@@ -0,0 +1,18 @@
|
||||
Card: Profiteering
|
||||
Name: #CARD_PROFITEERING
|
||||
Description: #CARD_PROFITEERING_DESC
|
||||
|
||||
Icon: CardIcons::12
|
||||
|
||||
Color: #ffffa4
|
||||
Class: Instant
|
||||
Rarity: Uncommon
|
||||
|
||||
Max Quality: 3
|
||||
|
||||
Base Purchase Cost: 1
|
||||
Quality Purchase Cost: 1
|
||||
|
||||
BonusMoney(250, Per Quality = 300)
|
||||
|
||||
AI: BuyWeight(2.0)
|
||||
Reference in New Issue
Block a user