Files
wagic/projects/mtg/bin/Res/test/death_grasp.txt
2016-07-03 15:24:05 -04:00

24 lines
336 B
Plaintext

#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
choice 10
p2
Death Grasp
[ASSERT]
firstmain
[PLAYER1]
graveyard:Death Grasp
life:30
[PLAYER2]
life:10
[END]