Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
Card: Cultivation
|
||||
Name: #CARD_CULTIVATION
|
||||
Description: #CARD_CULTIVATION_DESC
|
||||
|
||||
Icon: CardIcons::19
|
||||
|
||||
Color: #206080
|
||||
Class: Action
|
||||
Rarity: Epic
|
||||
|
||||
Base Purchase Cost: 3
|
||||
Base Play Cost: 10
|
||||
|
||||
Target: planet = Object
|
||||
TargetFilterOwned(planet)
|
||||
TargetFilterType(planet, Planet)
|
||||
ApplyRegionTargetCostMod(planet)
|
||||
|
||||
OnPlanet(planet, AddPlanetResource(Fruit))
|
||||
|
||||
AI: PlayAsCreatedResource(planet, Fruit, 5.0)
|
||||
Reference in New Issue
Block a user