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,21 @@
|
||||
#NAME: Death Grasp
|
||||
#DESC: Verifies that Death Grasp
|
||||
#DESC: takes and gives the correct
|
||||
#DESC: amount (X) of life.
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
hand:Death Grasp
|
||||
manapool:{W}{B}{10}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Death Grasp
|
||||
p2
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
graveyard:Death Grasp
|
||||
life:30
|
||||
[PLAYER2]
|
||||
life:10
|
||||
[END]
|
||||
Reference in New Issue
Block a user