mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
12 lines
1.1 KiB
Plaintext
12 lines
1.1 KiB
Plaintext
Name:Evil Twin
|
|
ManaCost:2 U B
|
|
Types:Creature Shapeshifter
|
|
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 gains "{U}{B}, {T}: Destroy target creature with the same name as this creature."
|
|
SVar:DBCopy:DB$ Clone | Defined$ Remembered | AddAbilities$ EvilTwin
|
|
SVar:EvilTwin:AB$Destroy | Cost$ U B T | ValidTgts$ Creature.sameName | TgtPrompt$ Select target creature with the same name. | SpellDescription$ Destroy target creature with the same name as this creature.
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/evil_twin.jpg
|
|
Oracle:You may have Evil Twin enter the battlefield as a copy of any creature on the battlefield, except it gains "{U}{B}, {T}: Destroy target creature with the same name as this creature."
|