From fc56ca076740f12cac15d6de6c130398db8b66d4 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 8 Apr 2024 15:59:05 -0700 Subject: [PATCH] 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. --- include/monsters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/monsters.h b/include/monsters.h index e19f0b891..ec40642ee 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -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),