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:
@@ -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]
|
||||
Reference in New Issue
Block a user