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
+22
View File
@@ -0,0 +1,22 @@
#NAME: Angry Mob 1
#DESC: Tests whether Angry Mob gets
#DESC: its bonus when put into play.
[INIT]
firstmain
[PLAYER1]
hand:Angry Mob,Swords to Plowshares
manapool:{W}{W}{W}{W}{W}
[PLAYER2]
inplay:1373,1374,1375
[DO]
Angry Mob
Swords to Plowshares
Angry Mob
[ASSERT]
firstmain
[PLAYER1]
graveyard:Swords to Plowshares
life:25
[PLAYER2]
inplay:1373,1374,1375
[END]