Psyringe - added test scripts for issues i176 - i182. Again added some more scripts that were written to verify bug reports (but where the card behaved correctly).
This commit is contained in:
49
projects/mtg/bin/Res/test/bugs/sylvan_basilisk_i182.txt
Normal file
49
projects/mtg/bin/Res/test/bugs/sylvan_basilisk_i182.txt
Normal file
@@ -0,0 +1,49 @@
|
||||
#NAME: Sylvan Basilisk
|
||||
#DESC: Sylvan Basilisk should *only* destroy
|
||||
#DESC: creatures blocking it (not creatures
|
||||
#DESC: blocked *by* it), and it should destroy
|
||||
#DESC: these at the end of the "Declare Blockers"
|
||||
#DESC: step, so it never takes any damage from
|
||||
#DESC: them. Nevertheless it should not deal
|
||||
#DESC: damage to the opponent if it had been
|
||||
#DESC: blocked at some point (unless it has
|
||||
#DESC: Trample).
|
||||
#DESC: In the script, the Sylvan Basilisk blocks
|
||||
#DESC: a Giant Spider (which should survive),
|
||||
#DESC: then gets blocked by Gosta Dirk (who
|
||||
#DESC: should be destroyed without having a
|
||||
#DESC: chance to kill the Sylvan Basilisk), and
|
||||
#DESC: then the Sylvan Basilisk should not deal
|
||||
#DESC: any damage to player 0.
|
||||
#DESC: See http://code.google.com/p/wagic/issues/detail?id=182
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Giant Spider,Gosta Dirk
|
||||
[PLAYER2]
|
||||
inplay:Sylvan Basilisk
|
||||
library:Forest
|
||||
[DO]
|
||||
Giant Spider
|
||||
next
|
||||
Sylvan Basilisk
|
||||
eot
|
||||
next
|
||||
next
|
||||
next
|
||||
next
|
||||
next
|
||||
Sylvan Basilisk
|
||||
next
|
||||
Gosta Dirk
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Giant Spider
|
||||
graveyard:Gosta Dirk
|
||||
[PLAYER2]
|
||||
inplay:Sylvan Basilisk
|
||||
hand:Forest
|
||||
[END]
|
||||
Reference in New Issue
Block a user