This commit is contained in:
Psyyringe
2009-10-31 05:14:55 +00:00
parent 9e608d10b1
commit 41012eecde
6 changed files with 202 additions and 0 deletions
@@ -0,0 +1,40 @@
#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]