Erwan
- fixed a bug with "/" keyword in _cards.dat parser - added @next [phasename] keyword in parser - new tests for recent changes
This commit is contained in:
29
projects/mtg/bin/Res/test/flare.txt
Normal file
29
projects/mtg/bin/Res/test/flare.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
#Testing flare effects. does it kill a 2/1 goblin piker ? Does player draw a card at next upkeep ?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:2621
|
||||
library:2772,2773
|
||||
manapool:{2}{R}
|
||||
[PLAYER2]
|
||||
inplay:129580
|
||||
[DO]
|
||||
2621
|
||||
129580
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#firstmain
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:2621
|
||||
hand:2773
|
||||
library:2772
|
||||
[PLAYER2]
|
||||
graveyard:129580
|
||||
[END]
|
||||
Reference in New Issue
Block a user