J0N4TH4N - test for generic fear & test for auto=kicker + abilities, which answers the confusion for r1025

This commit is contained in:
leungclj
2009-10-03 17:55:35 +00:00
parent b6e97c1f17
commit 7f833b963e
3 changed files with 63 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@
########################
generic/attacks_each_turn.txt
generic/deathtouch.txt
generic/fear.txt
generic/first_strike.txt
generic/first_strike2.txt
generic/first_strike3.txt
@@ -97,6 +98,7 @@ dragon_fodder.txt
drain_life.txt
drift_of_the_dead.txt
dross_harvester.txt
duskwalker.txt
elvish_piper.txt
elvish_promenade.txt
emblem_of_the_warmind.txt
+39
View File
@@ -0,0 +1,39 @@
#Testing Duskwalker and auto=kicker fear, to see if it losses fear at end of turn.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Duskwalker
manapool:{3}{B}{B}
[PLAYER2]
inplay:Grizzly Bears
[DO]
Duskwalker
eot
eot
#untap
next
#upkeep
next
#draw
next
#main 1
next
#cbt begins
next
#attackers
Duskwalker
next
#defensers
Grizzly Bears
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Duskwalker
[PLAYER2]
life:17
inplay:Grizzly Bears
[END]
@@ -0,0 +1,22 @@
#Testing Fear : Severed Legion against grizzly bears
#grizzly bears should not be able to block
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Severed Legion
[PLAYER2]
inplay:Grizzly Bears
[DO]
Severed Legion
next
Grizzly Bears
next
next
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Severed Legion
[PLAYER2]
life:18
inplay:Grizzly Bears
[END]