- Added Dragon Mask

This commit is contained in:
jeffwadsworth
2011-10-16 16:01:18 +00:00
parent 571fd5a9b1
commit 1a04ba9102
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2103,6 +2103,7 @@ res/cardsfolder/d/dragon_broodmother.txt svneol=native#text/plain
res/cardsfolder/d/dragon_engine.txt svneol=native#text/plain
res/cardsfolder/d/dragon_fodder.txt svneol=native#text/plain
res/cardsfolder/d/dragon_mage.txt svneol=native#text/plain
res/cardsfolder/d/dragon_mask.txt -text
res/cardsfolder/d/dragon_roost.txt svneol=native#text/plain
res/cardsfolder/d/dragon_tyrant.txt svneol=native#text/plain
res/cardsfolder/d/dragon_whelp.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Dragon Mask
ManaCost:3
Types:Artifact
Text:no text
A:AB$ Pump | Cost$ 3 T | NumAtt$ 2 | NumDef$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | RememberTargets$ True | SubAbility$ DelTrig | SpellDescription$ Target creature you control gets +2/+2 until end of turn. Return it to its owner's hand at the beginning of the next end step. (Return it only if it's on the battlefield.)
SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigReturn | SpellDescription$ Return creature to owner's hand
SVar:TrigReturn:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | CleanRemembered$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_mask.jpg
End