41 lines
905 B
Plaintext
41 lines
905 B
Plaintext
#NAME: Double Strike i145
|
|
#DESC: When a creature with double strike kills
|
|
#DESC: its blocker with its first strike, then
|
|
#DESC: it should not be able to deal damage to
|
|
#DESC: the opponent player with its regular
|
|
#DESC: strike, unless it has Trample.
|
|
#DESC: The following test checks Double Strike
|
|
#DESC: with and without Trample. Player1 should
|
|
#DESC: lose 7 life from the Fangren Hunter, but
|
|
#DESC: none from the Shanodin Dryads.
|
|
[INIT]
|
|
combatattackers
|
|
[PLAYER1]
|
|
inplay:shanodin dryads,fangren hunter,rage reflection
|
|
graveyard:
|
|
[PLAYER2]
|
|
inplay:drudge skeletons,walking dead
|
|
graveyard:
|
|
life:20
|
|
[DO]
|
|
shanodin dryads
|
|
fangren hunter
|
|
next
|
|
drudge skeletons
|
|
walking dead
|
|
walking dead
|
|
next
|
|
next
|
|
next
|
|
next
|
|
[ASSERT]
|
|
combatend
|
|
[PLAYER1]
|
|
inplay:shanodin dryads,fangren hunter,rage reflection
|
|
graveyard:
|
|
[PLAYER2]
|
|
inplay:
|
|
graveyard:drudge skeletons,walking dead
|
|
life:13
|
|
[END]
|