moved activated copy cards to borderline
the default function of copy function triggers abilities as it comes onto the battlefield, but these cards are already inplay with their copy abilities and the enters the battlefield abilities of the copied cards must not trigger.
This commit is contained in:
@@ -69,6 +69,16 @@ mana={B}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Cemetery Puca
|
||||
text=Whenever a creature is put into a graveyard from the battlefield, you may pay {1}. If you do, Cemetery Puca becomes a copy of that creature and gains this ability.
|
||||
auto=@movedto(creature|graveyard) from(battlefield):all(trigger[from]) pay[[{1}]] copy
|
||||
mana={1}{UB}{UB}
|
||||
type=Creature
|
||||
subtype=Shapeshifter
|
||||
power=1
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Cinder Seer
|
||||
auto={2}{r}{t}:target(creature,Player) damage:type:*[red]:myhand
|
||||
text={2}{R}, {T}: Reveal any number of red cards in your hand. Cinder Seer deals X damage to target creature or player, where X is the number of cards revealed this way.
|
||||
@@ -89,6 +99,16 @@ mana={1}{B}{G}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Cryptoplasm
|
||||
auto=@each my upkeep:may copy target(other creature|battlefield)
|
||||
text=At the beginning of your upkeep, you may have Cryptoplasm become a copy of another target creature. If you do, Cryptoplasm gains this ability.
|
||||
mana={1}{U}{U}
|
||||
type=Creature
|
||||
subtype=Shapeshifter
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Dark Withering
|
||||
abilities=madness
|
||||
autoexile=restriction{discarded} pay({B}) name(pay B to cast) activate name(pay B to cast) castcard(normal)?name(put in graveyard) moveto(ownergraveyard)
|
||||
@@ -99,6 +119,16 @@ mana={4}{B}{B}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Dimir Doppelganger
|
||||
auto={1}{U}{B}:target(creature|graveyard) moveto(exile) and!(copy)!
|
||||
text={1}{U}{B}: Exile target creature card from a graveyard. Dimir Doppelganger becomes a copy of that card and gains this ability.
|
||||
mana={1}{U}{B}
|
||||
type=Creature
|
||||
subtype=Shapeshifter
|
||||
power=0
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Distortion Strike
|
||||
target=creature
|
||||
auto=1/0
|
||||
@@ -462,6 +492,23 @@ type=Sorcery
|
||||
text=You gain 2 life. Then if you have more life than an opponent, draw a card. Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)
|
||||
[/card]
|
||||
[card]
|
||||
name=Thespian's Stage
|
||||
auto={T}:Add{1}
|
||||
auto={2}{T}:copy target(land|battlefield)
|
||||
text={T}: Add {1} to your mana pool. -- {2}, {T}: Thespian's Stage becomes a copy of target land and gains this ability.
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Unstable Shapeshifter
|
||||
auto=@movedto(other creature|battlefield):all(trigger[from]) copy
|
||||
text=Whenever another creature enters the battlefield, Unstable Shapeshifter becomes a copy of that creature and gains this ability.
|
||||
mana={3}{U}
|
||||
type=Creature
|
||||
subtype=Shapeshifter
|
||||
power=0
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Virulent Swipe
|
||||
target=creature
|
||||
auto=2/0
|
||||
|
||||
Reference in New Issue
Block a user