- removed some unused code. Please review! - Added protection from() auto keyword. It is still possible to use protection from [color] in abilities, but when it is not possible, please use protection from([target]) in auto=
26 lines
347 B
Plaintext
26 lines
347 B
Plaintext
#Test: prtection from(
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:Brimstone Dragon
|
|
[PLAYER2]
|
|
inplay:baneslayer angel
|
|
[DO]
|
|
Brimstone Dragon
|
|
next
|
|
#blockers
|
|
baneslayer angel
|
|
next
|
|
#damage 1st strike
|
|
next
|
|
#damage
|
|
next
|
|
#end combat
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:Brimstone Dragon
|
|
[PLAYER2]
|
|
inplay:baneslayer angel
|
|
life:25
|
|
[END] |