Files
wagic/projects/mtg/bin/Res/test/ivy_elemental.txt
2010-05-08 23:11:42 +00:00

28 lines
422 B
Plaintext

#Testing Ivy Elemental (example for X-cost spells)
#Ivy Elemental enters the battlefield with X +1/+1 counters on it.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Ivy Elemental
inplay:fervor
manapool:{G}{G}{G}{G}
[PLAYER2]
[DO]
Ivy Elemental
next
#begin
next
#attackers
Ivy Elemental
next
#blockers
next
#damage
[ASSERT]
COMBATDAMAGE
[PLAYER1]
inplay:Fervor,Ivy Elemental
manapool:{0}
[PLAYER2]
life:17
[END]