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,22 @@
#NAME: Aether Mutation
#DESC: Verifies that Aether Mutation
#DESC: produces the correct amount
#DESC: of Saproling Tokens
[INIT]
firstmain
[PLAYER1]
hand:28669
manapool:{3}{G}{U}
[PLAYER2]
inplay:Grizzly Bears
[DO]
28669
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
inplay:-28669,-28669
graveyard:28669
[PLAYER2]
hand:Grizzly Bears
[END]