50 lines
593 B
Plaintext
50 lines
593 B
Plaintext
#Testing Cycling + 2 lord effect + cycling
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Gempalm Avenger
|
|
library:forest
|
|
inplay:Infantry Veteran
|
|
manapool:{2}{W}
|
|
[PLAYER2]
|
|
inplay:Grizzly Bears
|
|
[DO]
|
|
Gempalm Avenger
|
|
next
|
|
next
|
|
Infantry Veteran
|
|
choice 0
|
|
next
|
|
Grizzly Bears
|
|
next
|
|
#damage
|
|
eot
|
|
eot
|
|
next
|
|
#upkeeep
|
|
next
|
|
#draw
|
|
next
|
|
#firstmain
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
Infantry Veteran
|
|
choice 0
|
|
next
|
|
#blocker
|
|
next
|
|
#damage
|
|
next
|
|
#end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:Infantry Veteran
|
|
graveyard:Gempalm Avenger
|
|
hand:forest
|
|
[PLAYER2]
|
|
graveyard:Grizzly Bears
|
|
life:19
|
|
[END] |