Kilnspire District: add card, now working as it should

This commit is contained in:
Hanmac
2016-08-07 15:04:11 +00:00
parent 1a7e80921c
commit ca5a592739
2 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8660,6 +8660,7 @@ forge-gui/res/cardsfolder/k/killing_wave.txt -text
forge-gui/res/cardsfolder/k/kiln_fiend.txt svneol=native#text/plain
forge-gui/res/cardsfolder/k/kiln_walker.txt svneol=native#text/plain
forge-gui/res/cardsfolder/k/kilnmouth_dragon.txt -text
forge-gui/res/cardsfolder/k/kilnspire_district.txt -text svneol=unset#text/plain
forge-gui/res/cardsfolder/k/kin_tree_invocation.txt -text
forge-gui/res/cardsfolder/k/kin_tree_warden.txt -text
forge-gui/res/cardsfolder/k/kindercatch.txt -text

View File

@@ -0,0 +1,19 @@
Name:Kilnspire District
ManaCost:no cost
Types:Plane Ravnica
T:Mode$ PlaneswalkedTo | ValidCard$ Card.Self | TriggerZones$ Command | Execute$ PutCounter | TriggerDescription$ When you planeswalk to CARDNAME or at the beginning of your precombat main phase, put a charge counter on CARDNAME, then add {R} to your mana pool for each charge counter on it.
T:Mode$ Phase | Phase$ Main1 | ValidPlayer$ You | TriggerZones$ Command | Execute$ PutCounter | Secondary$ True | TriggerDescription$ When you planeswalk to CARDNAME or at the beginning of your precombat main phase, put a charge counter on CARDNAME, then add {R} to your mana pool for each charge counter on it.
SVar:PutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1 | SubAbility$ DBMana
SVar:DBMana:DB$ Mana | Produced$ R | Amount$ Y | References$ Y
T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, you may pay {X}. If you do, CARDNAME deals X damage to target creature or player.
SVar:RolledChaos:AB$ DealDamage | Cost$ X | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ X | References$ X
SVar:X:Count$xPaid
SVar:Y:Count$CardCounters.CHARGE
SVar:Picture:http://www.wizards.com/global/images/magic/general/kilnspire_district.jpg
Oracle:When you planeswalk to Kilnspire District or at the beginning of your precombat main phase, put a charge counter on Kilnspire District, then add {R} to your mana pool for each charge counter on it.\nWhenever you roll {CHAOS}, you may pay {X}. If you do, Kilnspire District deals X damage to target creature or player.