Files
wagic/projects/mtg/bin/Res/test/cathodion.txt
wagic.the.homebrew@gmail.com a376e8110b Erwan
-added "this" as valid target (still needs some work)  see cathodion
- Added mythic rares in boosters
2009-07-20 03:35:26 +00:00

21 lines
356 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
manapool:{3}
[END]