Files
wagic/projects/mtg/bin/Res/test/rootwalla.txt
wagic.the.homebrew@gmail.com f1a3895fc6 Erwan
- Magic 2010 Rule: removed Manaburn
- Magic 2010 Rule: manapools empty at the end of each step
2009-06-14 09:21:49 +00:00

32 lines
432 B
Plaintext

#Does the limit work well on Rootwalla's ability ?
#player 1 tries to activate it twice.
#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:20
inplay:129707
manapool:{0}
[PLAYER2]
life:16
[END]