diff --git a/.gitattributes b/.gitattributes index b0c68cd7883..0acb642a199 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7368,6 +7368,7 @@ res/cardsfolder/worldslayer.txt -text svneol=native#text/plain res/cardsfolder/worm_harvest.txt svneol=native#text/plain res/cardsfolder/wormfang_manta.txt svneol=native#text/plain res/cardsfolder/wormfang_newt.txt -text svneol=native#text/plain +res/cardsfolder/wormfang_turtle.txt -text svneol=native#text/plain res/cardsfolder/wormwood_dryad.txt -text svneol=native#text/plain res/cardsfolder/wormwood_treefolk.txt -text svneol=native#text/plain res/cardsfolder/worn_powerstone.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/wormfang_turtle.txt b/res/cardsfolder/wormfang_turtle.txt new file mode 100644 index 00000000000..160174803af --- /dev/null +++ b/res/cardsfolder/wormfang_turtle.txt @@ -0,0 +1,12 @@ +Name:Wormfang Turtle +ManaCost:2 U +Types:Creature Nightmare Turtle Beast +Text:no text +PT:2/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile a land you control. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerDescription$ When CARDNAME leaves the battlefield, return the exiled card to the battlefield under its owner's control. +SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | TargetMin$ 1 | ValidTgts$ Land.YouCtrl | TgtPrompt$ Choose target land you control | RememberTargets$ True | ForgetOtherTargets$ True +SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/wormfang_turtle.jpg +End \ No newline at end of file