Psyringe - added test scripts for recently added cards and mechanics (nofizzle, manacost, X-effects). Also added thorough testing for Angry Mob to help clearing up recent discussion.
This commit is contained in:
28
projects/mtg/bin/Res/test/generic/nofizzle.txt
Normal file
28
projects/mtg/bin/Res/test/generic/nofizzle.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
#NAME: Nofizzle
|
||||
#DESC: Verifiues that the nofizzle keyword
|
||||
#DESC: works as expected: spells with nofizzle
|
||||
#DESC: can't be countered, but other effects
|
||||
#DESC: of the countering spell take effect.
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
hand:Great Sable Stag
|
||||
manapool:{G}{G}{G}
|
||||
[PLAYER2]
|
||||
hand:Absorb
|
||||
manapool:{W}{U}{U}
|
||||
[DO]
|
||||
Great Sable Stag
|
||||
no
|
||||
yes
|
||||
Absorb
|
||||
Great Sable Stag
|
||||
endinterruption
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Great Sable Stag
|
||||
[PLAYER2]
|
||||
graveyard:Absorb
|
||||
life:23
|
||||
[END]
|
||||
Reference in New Issue
Block a user