Files
wagic/projects/mtg/bin/Res/test/counterspell4.txt
wagic.the.homebrew@gmail.com 42e6521155 Erwan
- Added "stack" as a zone in the perser
- Added "fizzle" keyword in the parser for counterspells
2009-05-11 13:23:09 +00:00

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]