From f9e9677f391a06bdfbe6391cc1a4c33e4ce3d433 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Sat, 11 Feb 2012 19:48:52 +0000 Subject: [PATCH] - Added Spellbound Dragon. --- .gitattributes | 1 + res/cardsfolder/s/spellbound_dragon.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/s/spellbound_dragon.txt diff --git a/.gitattributes b/.gitattributes index 30ea6fb534c..e735b661e79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8255,6 +8255,7 @@ res/cardsfolder/s/spell_syphon.txt svneol=native#text/plain res/cardsfolder/s/spellbane_centaur.txt svneol=native#text/plain res/cardsfolder/s/spellbinder.txt -text res/cardsfolder/s/spellbook.txt svneol=native#text/plain +res/cardsfolder/s/spellbound_dragon.txt -text svneol=unset#text/plain res/cardsfolder/s/spellbreaker_behemoth.txt svneol=native#text/plain res/cardsfolder/s/spellgorger_barbarian.txt svneol=native#text/plain res/cardsfolder/s/spellshock.txt svneol=native#text/plain diff --git a/res/cardsfolder/s/spellbound_dragon.txt b/res/cardsfolder/s/spellbound_dragon.txt new file mode 100644 index 00000000000..4fa2563d765 --- /dev/null +++ b/res/cardsfolder/s/spellbound_dragon.txt @@ -0,0 +1,15 @@ +Name:Spellbound Dragon +ManaCost:3 U R +Types:Creature Dragon +Text:no text +PT:3/5 +K:Flying +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, draw a card, then discard a card. CARDNAME gets +X/+0 until end of turn, where X is the discarded card's converted mana cost. +SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | SubAbility$ DBDiscard +SVar:DBDiscard:DB$ Discard | NumCards$ 1 | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBPump +SVar:DBPump:DB$ Pump | NumAtt$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Remembered$CardManaCost +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/spellbound_dragon.jpg +End \ No newline at end of file