- Added Wormfang Newt.

This commit is contained in:
jendave
2011-08-06 20:26:37 +00:00
parent 42ffdc3555
commit fade719aff
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7365,6 +7365,7 @@ res/cardsfolder/worldly_tutor.txt -text svneol=native#text/plain
res/cardsfolder/worldslayer.txt -text svneol=native#text/plain 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/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 Newt
ManaCost:1 U
Types:Creature Nightmare Salamander Beast
Text:no text
PT:2/2
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:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/wormfang_newt.jpg
End