- 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.
This commit is contained in:
24
projects/mtg/bin/Res/test/generic/@drawn.txt
Normal file
24
projects/mtg/bin/Res/test/generic/@drawn.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
#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]
|
||||
Reference in New Issue
Block a user