use "trigger" inside target code of triggered ability. does not work with @each and @next. @damaged can use trigger[to] and trigger[from] to specify the target or source of the damage, respectively. Adds cards: Aether Flash Bramblewood Paragon In the Web of War Juniper Order Ranger Mortuary Primal Forcemage Fungus Sliver Simic Initiate as well as a test file for feral hydra, missing from my last commit. and daily build.
24 lines
405 B
Plaintext
24 lines
405 B
Plaintext
[init]
|
|
firstmain
|
|
[player1]
|
|
inplay:Fungus Sliver,Sliver Overlord,Fury Sliver
|
|
hand:Lightning Bolt,Resounding Thunder
|
|
manapool:{2}{R}{R}
|
|
[player2]
|
|
[do]
|
|
lightning bolt
|
|
sliver overlord
|
|
resounding thunder
|
|
fury sliver
|
|
next
|
|
next
|
|
sliver overlord
|
|
eot
|
|
[assert]
|
|
untap
|
|
[player1]
|
|
inplay:Fungus Sliver,Sliver Overlord
|
|
graveyard:Lightning bolt,resounding thunder,fury sliver
|
|
[player2]
|
|
life:12
|
|
[end] |