From b571ce64e62763cf323e4625dd5a8ffd8d2ad1ca Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 02:00:19 +0000 Subject: [PATCH] add Worldgorger Dragon (from Judgment) --- .gitattributes | 1 + res/cardsfolder/worldgorger_dragon.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/worldgorger_dragon.txt diff --git a/.gitattributes b/.gitattributes index 2e3d1cad1b6..42921ce1e40 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8303,6 +8303,7 @@ res/cardsfolder/word_of_blasting.txt svneol=native#text/plain res/cardsfolder/word_of_seizing.txt -text svneol=native#text/plain res/cardsfolder/words_of_wisdom.txt -text svneol=native#text/plain res/cardsfolder/workhorse.txt -text svneol=native#text/plain +res/cardsfolder/worldgorger_dragon.txt svneol=native#text/plain res/cardsfolder/worldly_counsel.txt -text svneol=native#text/plain res/cardsfolder/worldly_tutor.txt -text svneol=native#text/plain res/cardsfolder/worldslayer.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/worldgorger_dragon.txt b/res/cardsfolder/worldgorger_dragon.txt new file mode 100644 index 00000000000..be388a14b5f --- /dev/null +++ b/res/cardsfolder/worldgorger_dragon.txt @@ -0,0 +1,15 @@ +Name:Worldgorger Dragon +ManaCost:3 R R R +Types:Creature Nightmare Dragon +Text:no text +PT:7/7 +K:Flying +K:Trample +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile all other permanents you control. +SVar:TrigExile:AB$ChangeZoneAll | Cost$ 0 | ChangeType$ Permanent.YouCtrl+Other | Origin$ Battlefield | Destination$ Exile | RememberTargets$ True | ForgetOtherTargets$ True +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigReturn | TriggerDescription$ When CARDNAME leaves the battlefield, return the exiled cards to the battlefield under their owners' control. +SVar:TrigReturn:AB$ChangeZoneAll | Cost$ 0 | ChangeType$ Card | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/worldgorger_dragon.jpg +End \ No newline at end of file