Files
wagic/projects/mtg/bin/Res/test/necrogenesis.txt
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

20 lines
373 B
Plaintext

#Testing && symbol
#necrogensis: text={2}: Remove target creature card in a graveyard from the game. Put a 1/1 green Saproling creature token into play.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:necrogenesis
manapool:{B}{B}
[PLAYER2]
graveyard:1250
[DO]
necrogenesis
1250
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:necrogenesis,*
manapool:{0}
[PLAYER2]
exile:1250
[END]