Files
wagic/projects/mtg/bin/Res/test/generic/@combatdamaged_2.txt
solo81@web.de e8a44cc375 - Added 242 successfully tested cards based on rev2444 (Card list --> First comment).
- Optimized 163 cards (Card list --> First comment). 
Most of them profit from the much more detailed combat trigger system and the new types of damage prevention.


- Added 17 tests to save Zethfox's additions for the future.


- Fixed issue182.
2010-10-20 19:13:17 +00:00

31 lines
515 B
Plaintext

#Testing "@combatdamage" trigger.
#Prodigal Sorcerer's damage should not let Coastal Piracy trigger, even if activated during combat.
[INIT]
FIRSTMAIN
[PLAYER1]
library:counterspell
hand:lightning bolt
inplay:coastal piracy,prodigal sorcerer
[PLAYER2]
[DO]
next
#begin
next
#attackers
next
#blockers
prodigal sorcerer
p2
next
#damage
next
#end combat
[ASSERT]
ENDOFTURN
[PLAYER1]
library:counterspell
hand:lightning bolt
inplay:coastal piracy,prodigal sorcerer
[PLAYER2]
life:19
[END]