Added 1 test for creatures with Bloodthirst. Removed 1 test (Tolsimir Wolfblood: This was related to a Voja workaround, which does not exist anymore!).
32 lines
422 B
Plaintext
32 lines
422 B
Plaintext
#Testing Bloodthirst keyword.
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:lightning bolt,bloodscale prowler
|
|
manapool:{2}{R}{R}
|
|
inplay:fervor
|
|
[PLAYER2]
|
|
[DO]
|
|
lightning bolt
|
|
p2
|
|
bloodscale prowler
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
bloodscale prowler
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#end combat
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:20
|
|
inplay:fervor,bloodscale prowler
|
|
graveyard:lightning bolt
|
|
[PLAYER2]
|
|
life:13
|
|
[END] |