Ice devils get a slowing touch

This commit is contained in:
Pasi Kallinen
2023-10-04 20:06:09 +03:00
parent 93b9467c08
commit 76de4f6ee9
2 changed files with 3 additions and 2 deletions

View File

@@ -1255,6 +1255,7 @@ bone devils summon skeletons
adjust wand of make invisible and potion of invisibility effects
barbed devils have an attack that sticks you to them
balrogs prefer bullwhip if hero is wielding a weapon
ice devils have an additional attack, a slowing touch
Fixes to 3.7.0-x General Problems Exposed Via git Repository

View File

@@ -2537,8 +2537,8 @@
MON("ice devil", S_DEMON, LVL(11, 6, -4, 55, -12),
(G_HELL | G_NOCORPSE | 2),
A(ATTK(AT_CLAW, AD_PHYS, 1, 4), ATTK(AT_CLAW, AD_PHYS, 1, 4),
ATTK(AT_BITE, AD_PHYS, 2, 4), ATTK(AT_STNG, AD_COLD, 3, 4), NO_ATTK,
NO_ATTK),
ATTK(AT_BITE, AD_PHYS, 2, 4), ATTK(AT_STNG, AD_COLD, 3, 4),
ATTK(AT_TUCH, AD_SLOW, 1, 1), NO_ATTK),
SIZ(WT_HUMAN, 400, MS_SILENT, MZ_LARGE),
MR_FIRE | MR_COLD | MR_POISON, 0, M1_SEE_INVIS | M1_POIS,
M2_DEMON | M2_STALK | M2_HOSTILE | M2_NASTY,