Psyringe:

- added Warren Instigator (ZEN) and test script. Thanks to Niegen for finding it.
- temporarily removed angry_mob6.txt from the test suite and added it to the "bugs" section, since the script occasionally fails and we haven't found the reason yet. See issue 240.
- added test script for Fog Bank
- added recently uploaded equipment scripts to test suite (not sure why the weren't added upon uploading them, looks like an oversight)
- fixed another bug in recently uploaded MRD file, it contained Vulshok Morningstar (a DST card with a wrong 9ED id and was inserted at the wrong position in the alphabetical order).
This commit is contained in:
Psyyringe
2009-12-12 17:10:08 +00:00
parent 48592cc405
commit b4e9541cb8
7 changed files with 67 additions and 25 deletions

View File

@@ -9,6 +9,9 @@ generic/doesnotuntap2.txt
generic/double_strike.txt
generic/equip_landfall_buff.txt
generic/equip_reach.txt
generic/equip_shroud.txt
generic/equip_shroud2.txt
generic/equip_wither.txt
generic/fear.txt
generic/fear_i147.txt
generic/first_and_double_strike1_i187.txt
@@ -65,7 +68,6 @@ angry_mob3.txt
angry_mob4.txt
angry_mob4b.txt
angry_mob5.txt
angry_mob6.txt
angry_mob7.txt
animate_artifact.txt
animate_artifact2.txt
@@ -188,6 +190,7 @@ fledgling_imp2.txt
flowstone_hellion.txt
flowstone_slide.txt
fog.txt
fog_bank.txt
foratog.txt
force_of_nature.txt
force_of_nature2.txt
@@ -347,6 +350,7 @@ volcanic_eruption.txt
walking_wall.txt
wall_of_diffusion.txt
wall_of_diffusion2.txt
warren_instigator.txt
welkin_hawk.txt
whispersilk_cloak.txt
whispersilk_cloak2.txt

View File

@@ -0,0 +1,22 @@
#NAME: Fog Bank
#DESC: Verifies that Fog Bank takes
#DESC: no damage when blocking
[INIT]
combatattackers
[PLAYER1]
inplay:Grizzly Bears
[PLAYER2]
inplay:Fog Bank
[DO]
Grizzly Bears
next
Fog Bank
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Grizzly Bears
[PLAYER2]
inplay:Fog Bank
[END]

View File

@@ -0,0 +1,27 @@
#NAME: Warren Instigator
#DESC: verifies that Warren Instigator's
#DESC: ability correctly can be used
#DESC: twice due to double strike
[INIT]
combatattackers
[PLAYER1]
inplay:Warren Instigator
hand:Raging Goblin,Goblin King
[PLAYER2]
[DO]
Warren Instigator
next
next
choice 0
Raging Goblin
next
choice 0
Goblin King
next
[ASSERT]
combatend
[PLAYER1]
inplay:Warren Instigator,Raging Goblin,Goblin King
[PLAYER2]
life:18
[END]