- Added Wormfang Turtle.

This commit is contained in:
jendave
2011-08-06 20:27:15 +00:00
parent 40567d8cd7
commit d40d049a0a
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7368,6 +7368,7 @@ res/cardsfolder/worldslayer.txt -text svneol=native#text/plain
res/cardsfolder/worm_harvest.txt 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_manta.txt svneol=native#text/plain
res/cardsfolder/wormfang_newt.txt -text 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_dryad.txt -text svneol=native#text/plain
res/cardsfolder/wormwood_treefolk.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 res/cardsfolder/worn_powerstone.txt -text svneol=native#text/plain

View File

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