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.
25 lines
403 B
Plaintext
25 lines
403 B
Plaintext
#NAME: Kjeldoran Frostbeast
|
|
#DESC: Kjeldoran Frostbeast should destroy
|
|
#DESC: creatures that block it or are blocked by it.
|
|
[INIT]
|
|
combatattackers
|
|
[PLAYER1]
|
|
inplay:Kjeldoran Frostbeast
|
|
[PLAYER2]
|
|
inplay:Giant Spider
|
|
[DO]
|
|
Kjeldoran Frostbeast
|
|
next
|
|
Giant Spider
|
|
next
|
|
next
|
|
next
|
|
[ASSERT]
|
|
secondmain
|
|
[PLAYER1]
|
|
inplay:Kjeldoran Frostbeast
|
|
[PLAYER2]
|
|
inplay:
|
|
graveyard:Giant Spider
|
|
[END]
|