mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Vanish into Memory
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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_touch.txt svneol=native#text/plain
|
||||||
res/cardsfolder/v/vampiric_tutor.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/vampirism.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/v/vanish_into_memory.txt -text
|
||||||
res/cardsfolder/v/vanishing.txt -text
|
res/cardsfolder/v/vanishing.txt -text
|
||||||
res/cardsfolder/v/vanquish.txt svneol=native#text/plain
|
res/cardsfolder/v/vanquish.txt svneol=native#text/plain
|
||||||
res/cardsfolder/v/vapor_snag.txt svneol=native#text/plain
|
res/cardsfolder/v/vapor_snag.txt svneol=native#text/plain
|
||||||
|
|||||||
16
res/cardsfolder/v/vanish_into_memory.txt
Normal file
16
res/cardsfolder/v/vanish_into_memory.txt
Normal 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
|
||||||
Reference in New Issue
Block a user