Psyringe - added test suite scripts for issues i163 to i168.
Also added two scripts that don't demonstrate bugs (apparently the bug reports that I used to write the scripts were either false or outdated). nevertheless it doesn't hurt to have these scripts in the test suite, it prevents us from breaking something for the respective cards in the future and not noticing it. The script fear_i147.txt has been moved into the "generic" folder and added to the regular test sequence for the same reason. Also fixed the script generic/tokens.txt. It was referencing The Hive once via name and once via ID. This caused problems when (unofficial) Beta edition _cards.dat was installed.
This commit is contained in:
41
projects/mtg/bin/Res/test/generic/fear_i147.txt
Normal file
41
projects/mtg/bin/Res/test/generic/fear_i147.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
#NAME: Fear i147
|
||||
#DESC: Creatures with fear should be
|
||||
#DESC: blockable by artifacts and black
|
||||
#DESC: creatures, but unblockable by others.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:prickly boggart,severed legion,gluttonous zombie,ratcatcher
|
||||
graveyard:
|
||||
[PLAYER2]
|
||||
inplay:scathe zombies,cathodion,gosta dirk,ant queen
|
||||
graveyard:
|
||||
life:20
|
||||
[DO]
|
||||
prickly boggart
|
||||
severed legion
|
||||
gluttonous zombie
|
||||
ratcatcher
|
||||
next
|
||||
scathe zombies
|
||||
cathodion
|
||||
cathodion
|
||||
gosta dirk
|
||||
gosta dirk
|
||||
gosta dirk
|
||||
ant queen
|
||||
ant queen
|
||||
ant queen
|
||||
ant queen
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:gluttonous zombie,ratcatcher
|
||||
graveyard:prickly boggart,severed legion
|
||||
[PLAYER2]
|
||||
inplay:scathe zombies,cathodion,gosta dirk,ant queen
|
||||
graveyard:
|
||||
life:13
|
||||
[END]
|
||||
@@ -33,7 +33,7 @@ next
|
||||
[ASSERT]
|
||||
UPKEEP
|
||||
[PLAYER1]
|
||||
inplay:the hive
|
||||
inplay:1138
|
||||
[PLAYER2]
|
||||
inplay:hypnotic specter
|
||||
[END]
|
||||
Reference in New Issue
Block a user