Files
wagic/projects/mtg/bin/Res/test/cathodion.txt
Anthony Calosa 712fc26d56 Update test
colorless mana changes
2016-06-01 09:55:50 +08:00

22 lines
420 B
Plaintext

#Testing Cathodion:
# text=When Cathodion is put into a graveyard from play, add {3} to your mana pool.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:lightning bolt
manapool:{R}
[PLAYER2]
inplay:cathodion
[DO]
lightning bolt
cathodion
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:lightning bolt
manapool:{0}
[PLAYER2]
graveyard:cathodion
#changed to {c} since all colorless produced are now {c}
manapool:{c}{c}{c}
[END]