32 lines
566 B
Plaintext
32 lines
566 B
Plaintext
#Testing Arcbound Creatures (example: Arcbound Worker)
|
|
#This enters the battlefield with a +1/+1 counter on it. When it's put into a graveyard, you may put its +1/+1 counters on target artifact creature.
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Arcbound Worker,Ornithopter
|
|
hand:Shock
|
|
manapool:{R}
|
|
[PLAYER2]
|
|
[DO]
|
|
Shock
|
|
Arcbound Worker
|
|
Choice 0
|
|
Ornithopter
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
Ornithopter
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
[ASSERT]
|
|
COMBATDAMAGE
|
|
[PLAYER1]
|
|
graveyard:Arcbound Worker,Shock
|
|
inplay:Ornithopter
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:19
|
|
[END] |