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
+29
View File
@@ -0,0 +1,29 @@
#NAME: Urza's Lands
#DESC: Verifies that Urza's lands
#DESC: give 2 mana if you have all
#DESC: three in play, and 1 if you
#DESC: don't.
#DESC:
#DESC: NOTE: The cards currently don't work exactly
#DESC: as they should. They give you a choice that
#DESC: you shouldn't have. Once this is fixed, the
#DESC: line "choice 1" needs to be removed from this
#DESC: script (along with this notice).
[INIT]
firstmain
[PLAYER1]
inplay:Urza's Mine,Urza's Power Plant
hand:Urza's Tower
[PLAYER2]
[DO]
Urza's Mine
Urza's Tower
Urza's Tower
choice 1
[ASSERT]
firstmain
[PLAYER1]
inplay:Urza's Mine,Urza's Power Plant,Urza's Tower
manapool:{3}
[PLAYER2]
[END]