- Added "stack" as a zone in the perser - Added "fizzle" keyword in the parser for counterspells
27 lines
363 B
Plaintext
27 lines
363 B
Plaintext
#Testing counterspell on bad moon
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:bad moon
|
|
manapool:{1}{B}
|
|
[PLAYER2]
|
|
hand:counterspell (RV)
|
|
manapool:{U}{U}
|
|
[DO]
|
|
bad moon
|
|
no
|
|
yes
|
|
counterspell (RV)
|
|
bad moon
|
|
endinterruption
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:bad moon
|
|
manapool:{0}
|
|
life:20
|
|
[PLAYER2]
|
|
graveyard:counterspell (RV)
|
|
manapool:{0}
|
|
life:20
|
|
[END] |