22 lines
355 B
Plaintext
22 lines
355 B
Plaintext
#Testing First Strike : white knight against Fire Elemental : the white knight souldn't survive
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:white knight
|
|
[PLAYER2]
|
|
inplay:fire elemental
|
|
[DO]
|
|
white knight
|
|
next
|
|
fire elemental
|
|
next
|
|
next
|
|
fire elemental
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
graveyard:white knight
|
|
[PLAYER2]
|
|
inplay:fire elemental
|
|
[END]
|