Added several other card tests.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
#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]
|
||||
Reference in New Issue
Block a user