Erwan
- InGame Text display is now an option - Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing) - added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo
This commit is contained in:
@@ -42,6 +42,8 @@ ashen_firebeast2.txt
|
||||
barbed_sliver.txt
|
||||
basal_sliver.txt
|
||||
beacon_of_unrest.txt
|
||||
belligerent_hatchling.txt
|
||||
benalish_knight.txt
|
||||
#befoul.txt
|
||||
blessed_wine.txt
|
||||
#blinking_spirit.txt
|
||||
@@ -153,6 +155,7 @@ rhox_meditant2.txt
|
||||
righteous_cause.txt
|
||||
rootwalla.txt
|
||||
royal_assassin.txt
|
||||
safehold_duo.txt
|
||||
sedge_sliver.txt
|
||||
seismic_assault.txt
|
||||
siege_gang_commander.txt
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
#Bug: Belligerent Hatchling doesn't lose its counters
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
manapool:{R}
|
||||
inplay:belligerent hatchling
|
||||
hand:shock
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
shock
|
||||
p2
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attackers
|
||||
belligerent hatchling
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end of combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:belligerent hatchling
|
||||
graveyard:shock
|
||||
[PLAYER2]
|
||||
life:15
|
||||
[END]
|
||||
@@ -0,0 +1,28 @@
|
||||
#Bug: Benalish Knight offers to block from hand
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:grizzly bears
|
||||
[PLAYER2]
|
||||
hand:benalish knight
|
||||
inplay:plains,mountain,swamp
|
||||
[DO]
|
||||
grizzly bears
|
||||
next
|
||||
#blockers
|
||||
plains
|
||||
mountain
|
||||
swamp
|
||||
benalish knight
|
||||
benalish knight
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
graveyard:grizzly bears
|
||||
[PLAYER2]
|
||||
inplay:plains,mountain,swamp,benalish knight
|
||||
[END]
|
||||
@@ -0,0 +1,43 @@
|
||||
#Bug:Safehold duo keeps its bonus at end of turn
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:safehold duo
|
||||
manapool:{g}
|
||||
hand:wall of wood
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
wall of wood
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attackers
|
||||
safehold duo
|
||||
next
|
||||
#blockers
|
||||
eot
|
||||
eot
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main
|
||||
next
|
||||
#beigin
|
||||
next
|
||||
#attackers
|
||||
safehold duo
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:safehold duo,wall of wood
|
||||
[PLAYER2]
|
||||
life:15
|
||||
[END]
|
||||
Reference in New Issue
Block a user