mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Kilnspire District: add card, now working as it should
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
19
forge-gui/res/cardsfolder/k/kilnspire_district.txt
Normal file
19
forge-gui/res/cardsfolder/k/kilnspire_district.txt
Normal 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.
|
||||
Reference in New Issue
Block a user