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:
Psyyringe
2009-12-03 17:37:05 +00:00
parent 6061601c77
commit 1a8bd648d8
15 changed files with 401 additions and 0 deletions

View 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]