Erwan
- fix issue 143 (exalted should be a triggered ability)
This commit is contained in:
37
projects/mtg/bin/Res/test/generic/exalted.txt
Normal file
37
projects/mtg/bin/Res/test/generic/exalted.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
#Testing exalted
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:sigiled paladin,grizzly bears
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
grizzly bears
|
||||
eot
|
||||
eot
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main
|
||||
next
|
||||
#cb begins
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
sigiled paladin
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage 1st strike
|
||||
next
|
||||
#damage 2
|
||||
next
|
||||
#combat end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:sigiled paladin,grizzly bears
|
||||
[PLAYER2]
|
||||
life:13
|
||||
[END]
|
||||
33
projects/mtg/bin/Res/test/generic/exalted_i143.txt
Normal file
33
projects/mtg/bin/Res/test/generic/exalted_i143.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
#NAME: Exalted i143
|
||||
#DESC: Tests whether exalted works correctly.
|
||||
#DESC: If Player1's life is 4 instead of 5,
|
||||
#DESC: then the exalted Outrider of Jhess
|
||||
#DESC: erroneously got the +1/+1 bonus although
|
||||
#DESC: it didn't attack alone. If the Qasali
|
||||
#DESC: Pridemage survives, then every attacker
|
||||
#DESC: erroneously got the exalted bonus.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:qasali pridemage,outrider of jhess
|
||||
[PLAYER2]
|
||||
inplay:white knight
|
||||
life:7
|
||||
[DO]
|
||||
qasali pridemage
|
||||
outrider of jhess
|
||||
next
|
||||
white knight
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:outrider of jhess
|
||||
graveyard:qasali pridemage
|
||||
[PLAYER2]
|
||||
inplay:white knight
|
||||
graveyard:
|
||||
life:5
|
||||
[END]
|
||||
Reference in New Issue
Block a user