From afb3c223fc317a8ce993a1feda16be802d1a72de Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Sat, 15 Oct 2011 20:19:57 +0000 Subject: [PATCH] - Added Vanish into Memory --- .gitattributes | 1 + res/cardsfolder/v/vanish_into_memory.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 res/cardsfolder/v/vanish_into_memory.txt diff --git a/.gitattributes b/.gitattributes index ba60f985166..770106988ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/v/vanish_into_memory.txt b/res/cardsfolder/v/vanish_into_memory.txt new file mode 100644 index 00000000000..8b0bec70511 --- /dev/null +++ b/res/cardsfolder/v/vanish_into_memory.txt @@ -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 \ No newline at end of file