From 91ffb68525fae2a76044d08efa8f4b8985e2ceb3 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 16:23:51 +0000 Subject: [PATCH] Added Punishing Fire and Smokestack for jhhh. --- .gitattributes | 2 ++ res/cardsfolder/punishing_fire.txt | 10 ++++++++++ res/cardsfolder/smokestack.txt | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 res/cardsfolder/punishing_fire.txt create mode 100644 res/cardsfolder/smokestack.txt diff --git a/.gitattributes b/.gitattributes index b7985d34ebc..b823f3b12d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4096,6 +4096,7 @@ res/cardsfolder/pulverize.txt -text svneol=native#text/plain res/cardsfolder/puncture_bolt.txt -text svneol=native#text/plain res/cardsfolder/puncturing_light.txt -text svneol=native#text/plain res/cardsfolder/punish_ignorance.txt -text svneol=native#text/plain +res/cardsfolder/punishing_fire.txt -text svneol=native#text/plain res/cardsfolder/puppet_strings.txt -text svneol=native#text/plain res/cardsfolder/puppeteer.txt -text svneol=native#text/plain res/cardsfolder/purge.txt -text svneol=native#text/plain @@ -4887,6 +4888,7 @@ res/cardsfolder/smash_to_smithereens.txt svneol=native#text/plain res/cardsfolder/smite.txt -text svneol=native#text/plain res/cardsfolder/smoke.txt -text svneol=native#text/plain res/cardsfolder/smokespew_invoker.txt -text svneol=native#text/plain +res/cardsfolder/smokestack.txt -text svneol=native#text/plain res/cardsfolder/smoldering_butcher.txt -text svneol=native#text/plain res/cardsfolder/smoldering_crater.txt -text svneol=native#text/plain res/cardsfolder/smother.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/punishing_fire.txt b/res/cardsfolder/punishing_fire.txt new file mode 100644 index 00000000000..117a76c2495 --- /dev/null +++ b/res/cardsfolder/punishing_fire.txt @@ -0,0 +1,10 @@ +Name:Punishing Fire +ManaCost:1 R +Types:Instant +Text:no text +A:SP$DealDamage | Cost$ 1 R | Tgt$ TgtCP | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or player. +T:Mode$ LifeGained | ValidPlayer$ Opponent | TriggerZones$ Graveyard | Optional$ True | Execute$ TrigChange | TriggerDescription$ Whenever an opponent gains life, you may pay R. If you do, return Punishing Fire from your graveyard to your hand. +SVar:TrigChange:AB$ChangeZone | Cost$ R | Origin$ Graveyard | Destination$ Hand +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/punishing_fire.jpg +End diff --git a/res/cardsfolder/smokestack.txt b/res/cardsfolder/smokestack.txt new file mode 100644 index 00000000000..f38a4a07d0c --- /dev/null +++ b/res/cardsfolder/smokestack.txt @@ -0,0 +1,14 @@ +Name:Smokestack +ManaCost:3 +Types:Artifact +Text:no text +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You |TriggerZones$ Battlefield | Execute$ TrigSacrifice | TriggerDescription$ At the beginning of your upkeep . +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent |TriggerZones$ Battlefield | Execute$ TriggerSacrifice | TriggerDescription$ that player sacrifices a Permanent for each soot counter on Smokestack +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a soot counter on CARDNAME. +SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Amount$ X | SacValid$ Permanent | SacMessage$ Permanent +SVar:TriggerSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ Opponent | Amount$ X | SacValid$ Permanent | SacMessage$ Permanent +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ SOOT | CounterNum$ 1 +SVar:X:Count$CardCounters.SOOT +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/smokestack.jpg +End