Files
wagic/projects/mtg/bin/Res/test/generic/@drawn.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

24 lines
436 B
Plaintext

#Testing "@drawn" trigger with Underworld Dreams.
#"Whenever an opponent draws a card, Underworld Dreams deals 1 damage to him or her."
[INIT]
FIRSTMAIN
[PLAYER1]
hand:oona's grace
inplay:underworld dreams
manapool:{2}{U}
[PLAYER2]
library:counterspell
life:20
[DO]
oona's grace
p2
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:underworld dreams
graveyard:oona's grace
manapool:{0}
[PLAYER2]
hand:counterspell
life:19
[END]