28 lines
404 B
Plaintext
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] |