text=Destroy target creature. It can't be regenerated. That creature's controller puts a 3/3 green Ape creature token onto the battlefield. auto=bury && token(Ape,creature,3/3,green) targetcontroller" Doesn't work, if cast on creature the player is controlling, it works, but when cast on opponent's creature, token ends up on player's side.
41 lines
447 B
Plaintext
41 lines
447 B
Plaintext
# Copying dead things
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Body Double
|
|
manapool:{4}{U}
|
|
graveyard:Grizzly Bears
|
|
[PLAYER2]
|
|
[DO]
|
|
Body Double
|
|
choice 0
|
|
Grizzly Bears
|
|
eot
|
|
eot
|
|
#untap
|
|
next
|
|
#upkeep
|
|
next
|
|
#draw
|
|
next
|
|
#main1
|
|
next
|
|
#combat begin
|
|
next
|
|
#attackers
|
|
Body Double
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:Body Double
|
|
graveyard:Grizzly Bears
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:18
|
|
[END] |