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: Fallowsage
#DESC: Bug: AI is caught in an endless
#DESC: loop if it tries to attack with
#DESC: Fallowsage.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=227
[INIT]
combatattackers
[PLAYER1]
inplay:Fallowsage
library:Island,Plains,Swamp,Mountain,Forest
[PLAYER2]
[DO]
ai
ai
ai
ai
ai
ai
ai
ai
ai
ai

View File

@@ -0,0 +1,24 @@
#NAME: Fallowsage
#DESC: Bug: Fallowsage allows
#DESC: multiple drawing of cards.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=227
[INIT]
combatattackers
[PLAYER1]
inplay:Fallowsage
library:Plains,Swamp,Mountain,Forest,Island
[PLAYER2]
[DO]
Fallowsage
choice 1
Fallowsage
Fallowsage
choice 1
[ASSERT]
combatattackers
[PLAYER1]
inplay:Fallowsage
library:Plains,Swamp,Mountain,Forest
hand:Island
[PLAYER2]
[END]