Files
wagic/projects/mtg/bin/Res/test/generic/trigger_blocked.txt
solo81@web.de 04efd4f78f Added 37 cards based on rev2444 and rev2479. (Card list -> First comment)
Fixed Sun Titan and some other reported card bugs.
2010-10-22 19:37:43 +00:00

28 lines
407 B
Plaintext

#Testing "@blocking" trigger with Brushwagg.
#"Whenever Brushwagg blocks or becomes blocked, it gets -2/+2 until end of turn."
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Hill Giant
[PLAYER2]
inplay:Brushwagg
[DO]
next
#begin
next
#attackers
Hill Giant
next
Brushwagg
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:Hill Giant
[PLAYER2]
inplay:Brushwagg
[END]