barbded devil and ice devil difficulty ratings

I enabled 'extmenu' and went through all the extended commands under
curses and try to find out what github issue #1229 refers to and
didn't spot anything out of the ordinary, except for #wizmondiff
which reported that the calculated diffculty ratings for ice devil
and barbed devil didn't match the values in their definitions.  They
were each given an extra ability about 6 months ago and it was enough
to have a higher rating.

Issue #1239 remains open.
This commit is contained in:
PatR
2024-04-08 15:59:05 -07:00
parent c96f2e7eb5
commit fc56ca0767

View File

@@ -2955,7 +2955,7 @@
SIZ(WT_HUMAN, 400, MS_SILENT, MZ_HUMAN), MR_FIRE | MR_POISON, 0,
M1_POIS | M1_THICK_HIDE, M2_DEMON | M2_STALK | M2_HOSTILE | M2_NASTY,
M3_INFRAVISIBLE | M3_INFRAVISION,
10, CLR_RED, BARBED_DEVIL),
11, CLR_RED, BARBED_DEVIL),
MON(NAM("marilith"), S_DEMON,
LVL(7, 12, -6, 80, -12), (G_HELL | G_NOCORPSE | 1),
A(ATTK(AT_WEAP, AD_PHYS, 2, 4), ATTK(AT_WEAP, AD_PHYS, 2, 4),
@@ -3000,7 +3000,7 @@
MR_FIRE | MR_COLD | MR_POISON, 0, M1_SEE_INVIS | M1_POIS,
M2_DEMON | M2_STALK | M2_HOSTILE | M2_NASTY,
M3_INFRAVISIBLE | M3_INFRAVISION,
14, CLR_WHITE, ICE_DEVIL),
15, CLR_WHITE, ICE_DEVIL),
MON(NAM("nalfeshnee"), S_DEMON,
LVL(11, 9, -1, 65, -11), (G_HELL | G_NOCORPSE | 1),
A(ATTK(AT_CLAW, AD_PHYS, 1, 4), ATTK(AT_CLAW, AD_PHYS, 1, 4),