Files
wagic/projects/mtg/bin/Res/test/fizzleto_exile.txt
T
Anthony Calosa bd5449a9a2 updated old tests
the new exile zone is utilized in comparing the number of cards it
has(since its enabled and viewable, the value is now counted)
2015-10-27 06:35:22 +08:00

27 lines
332 B
Plaintext

# Testing fizzleto(exile) taking Dissipate as example
[INIT]
FIRSTMAIN
[PLAYER1]
hand:bad moon
manapool:{1}{B}
[PLAYER2]
hand:Dissipate
manapool:{1}{U}{U}
[DO]
bad moon
no
yes
Dissipate
bad moon
endinterruption
[ASSERT]
FIRSTMAIN
[PLAYER1]
exile:bad moon
manapool:{0}
life:20
[PLAYER2]
graveyard:Dissipate
manapool:{0}
life:20
[END]