Files
wagic/projects/mtg/bin/Res/test/generic/trigger_blocking.txt
wagic.the.homebrew@gmail.com 70b93482b3 - fix incorrect test generic/trigger_blocking.txt
- Updated version number to 0.15.1
2011-04-11 11:12:56 +00:00

28 lines
404 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:Brushwagg
[PLAYER2]
inplay:Hill Giant
[DO]
next
#begin
next
#attackers
Brushwagg
next
Hill Giant
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Brushwagg
[PLAYER2]
inplay:Hill Giant
[END]