add Worldgorger Dragon (from Judgment)

This commit is contained in:
jendave
2011-08-07 02:00:19 +00:00
parent 891e106a9e
commit b571ce64e6
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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