-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
18 lines
212 B
Plaintext
18 lines
212 B
Plaintext
#Test: @tapped trigger
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:forest
|
|
[PLAYER2]
|
|
inplay:lifetap
|
|
[DO]
|
|
forest
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
manapool:{G}
|
|
inplay:forest
|
|
[PLAYER2]
|
|
inplay:lifetap
|
|
life:21
|
|
[END] |