Files
wagic/projects/mtg/bin/Res/test/rootwalla.txt
wagic.the.homebrew d45e3b101b
2008-11-02 09:50:16 +00:00

32 lines
499 B
Plaintext

#Does the limit work well on Rootwalla's ability ?
#player 1 tries to activate it twice. Does he get the manaburn because of the one time that didn't work ?
#does player 2 get 4 damages ?
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:129707
manapool:{G}{G}{G}{G}
[PLAYER2]
[DO]
129707
129707
next
#combat begin
next
#combat attackers
129707
next
#combat blockers
next
#damages
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
life:18
inplay:129707
manapool:{0}
[PLAYER2]
life:16
[END]