mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Worldgorger Dragon (from Judgment)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
15
res/cardsfolder/worldgorger_dragon.txt
Normal file
15
res/cardsfolder/worldgorger_dragon.txt
Normal 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
|
||||
Reference in New Issue
Block a user