J0N4TH4N - test for generic fear & test for auto=kicker + abilities, which answers the confusion for r1025
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
########################
|
########################
|
||||||
generic/attacks_each_turn.txt
|
generic/attacks_each_turn.txt
|
||||||
generic/deathtouch.txt
|
generic/deathtouch.txt
|
||||||
|
generic/fear.txt
|
||||||
generic/first_strike.txt
|
generic/first_strike.txt
|
||||||
generic/first_strike2.txt
|
generic/first_strike2.txt
|
||||||
generic/first_strike3.txt
|
generic/first_strike3.txt
|
||||||
@@ -97,6 +98,7 @@ dragon_fodder.txt
|
|||||||
drain_life.txt
|
drain_life.txt
|
||||||
drift_of_the_dead.txt
|
drift_of_the_dead.txt
|
||||||
dross_harvester.txt
|
dross_harvester.txt
|
||||||
|
duskwalker.txt
|
||||||
elvish_piper.txt
|
elvish_piper.txt
|
||||||
elvish_promenade.txt
|
elvish_promenade.txt
|
||||||
emblem_of_the_warmind.txt
|
emblem_of_the_warmind.txt
|
||||||
|
|||||||
@@ -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]
|
||||||
Reference in New Issue
Block a user