30 lines
511 B
Plaintext
30 lines
511 B
Plaintext
#Testing "@combatdamage" trigger with Coastal Piracy.
|
|
#"Whenever a creature you control deals combat damage to an opponent, you may draw a card."
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
library:counterspell
|
|
hand:lightning bolt
|
|
inplay:coastal piracy,grizzly bears
|
|
[PLAYER2]
|
|
[DO]
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
choice 0
|
|
next
|
|
#end combat
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
hand:lightning bolt,counterspell
|
|
inplay:coastal piracy,grizzly bears
|
|
[PLAYER2]
|
|
life:18
|
|
[END] |