24 lines
336 B
Plaintext
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]
|