-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
383 B
Plaintext
28 lines
383 B
Plaintext
#Test: Parse X cost
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
manapool:{1}{2}{R}{R}
|
|
inplay:grizzly bears,dragon engine
|
|
hand:Flowstone slide
|
|
[PLAYER2]
|
|
[DO]
|
|
Flowstone slide
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
grizzly bears
|
|
dragon engine
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
[ASSERT]
|
|
COMBATDAMAGE
|
|
[PLAYER1]
|
|
inplay:grizzly bears,dragon engine
|
|
graveyard:Flowstone slide
|
|
[PLAYER2]
|
|
life:15
|
|
[END] |