-new trigger: @tapped(... -Parser now supports X for P/T. WARNING: this does not work for activated abilities. And currently this works only for P/T but will be added progressively to other things
28 lines
352 B
Plaintext
28 lines
352 B
Plaintext
#Test: Parse X cost
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
manapool:{5}{B}
|
|
inplay:grizzly bears
|
|
hand:howl from beyond
|
|
[PLAYER2]
|
|
[DO]
|
|
howl from beyond
|
|
grizzly bears
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
[ASSERT]
|
|
COMBATDAMAGE
|
|
[PLAYER1]
|
|
inplay:grizzly bears
|
|
graveyard:howl from beyond
|
|
[PLAYER2]
|
|
life:13
|
|
[END] |