- Added Vanish into Memory

This commit is contained in:
jeffwadsworth
2011-10-15 20:19:57 +00:00
parent a084bfaaf6
commit afb3c223fc
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8661,6 +8661,7 @@ res/cardsfolder/v/vampiric_spirit.txt svneol=native#text/plain
res/cardsfolder/v/vampiric_touch.txt svneol=native#text/plain
res/cardsfolder/v/vampiric_tutor.txt svneol=native#text/plain
res/cardsfolder/v/vampirism.txt svneol=native#text/plain
res/cardsfolder/v/vanish_into_memory.txt -text
res/cardsfolder/v/vanishing.txt -text
res/cardsfolder/v/vanquish.txt svneol=native#text/plain
res/cardsfolder/v/vapor_snag.txt svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Vanish into Memory
ManaCost:2 W U
Types:Instant
Text:no text
A:SP$ ChangeZone | Cost$ 2 W U | ValidTgts$ Creature | TgtPrompt$ Select target creature | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ DBDraw | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature. You draw cards equal to that creature's power. At the beginning of your next upkeep, return that card to the battlefield under its owner's control. If you do, discard cards equal to its toughness.
SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DelTrig
SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigReturn | TriggerDescription$ At the beginning of your next upkeep, return that card to the battlefield under its owner's control. If you do, discard cards equal to its toughness.
SVar:TrigReturn:DB$ ChangeZone | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered | SubAbility$ DBDiscard
SVar:DBDiscard:DB$ Discard | NumCards$ Y | Mode$ TgtChoose | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardPower
SVar:Y:Remembered$CardToughness
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/vanish_into_memory.jpg
End