Files
wagic/projects/mtg/bin/Res/test/afflict.txt
wagic.the.homebrew d66ef78d12 Erwan
- AI:increased percentage of chance to play an "unknown" Card
- removed delay before displaying big card ingame
- added 2 new AI Decks 
- Fixed a bug with afflict (see tests/afflict.txt)
2008-12-01 12:10:55 +00:00

37 lines
440 B
Plaintext

#Make sure afflict does -1/-1 and makes you draw a card
[INIT]
FIRSTMAIN
[PLAYER1]
hand:135206
inplay:2455
library:129580
manapool:{B}{2}
[PLAYER2]
inplay:129586
[DO]
135206
129586
next
#combat begin
next
#attackers
2455
next
#blockers
129586
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
hand:129580
graveyard:135206
inplay:2455
manapool:{0}
life:20
[PLAYER2]
graveyard:129586
life:20
[END]