mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
14 lines
1.4 KiB
Plaintext
14 lines
1.4 KiB
Plaintext
|
Name:Phantasmal Image
|
||
|
ManaCost:1 U
|
||
|
Types:Creature Illusion
|
||
|
PT:0/0
|
||
|
# Make Svars for granting abilities and triggers on clones distinct to avoid SVars getting overwritten when cloning a clone
|
||
|
K:ETBReplacement:Copy:ChooseCreature:Optional
|
||
|
SVar:ChooseCreature:DB$ ChooseCard | Cost$ 0 | Defined$ You | Amount$ 1 | Choices$ Creature.Other | SubAbility$ DBCopy | RememberChosen$ True | AILogic$ AtLeast1 | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it gains "When this creature becomes the target of a spell or ability, sacrifice it."
|
||
|
SVar:DBCopy:DB$ Clone | Defined$ Remembered | AddTypes$ Illusion | AddTriggers$ PhantasmalImageTgtTrig | AddSVars$ PhantasmalImageSac,Targeting
|
||
|
SVar:PhantasmalImageTgtTrig:Mode$ BecomesTarget | ValidTarget$ Card.Self | Execute$ PhantasmalImageSac | TriggerDescription$ When this creature becomes the target of a spell or ability, sacrifice it.
|
||
|
SVar:PhantasmalImageSac:AB$Sacrifice | Cost$ 0 | Defined$ Self
|
||
|
SVar:Targeting:Dies
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/phantasmal_image.jpg
|
||
|
Oracle:You may have Phantasmal Image enter the battlefield as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it gains "When this creature becomes the target of a spell or ability, sacrifice it."
|