Give pyrolisk a bite attack

This commit is contained in:
Pasi Kallinen
2022-08-06 10:53:31 +03:00
parent 3eb2192d75
commit 83f8ec1c43
2 changed files with 3 additions and 2 deletions

View File

@@ -991,6 +991,7 @@ make explosions burn monster's armor just like they do hero's armor
make healing and extra healing better by upping the average amount healed
lifesaving healing amount depends on the consitution
hitting a monster with a wielded potion hits you far less
pyrolisks get a mundane bite attack
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository

View File

@@ -180,8 +180,8 @@
M1_ANIMAL | M1_NOHANDS | M1_OMNIVORE | M1_OVIPAROUS, M2_HOSTILE,
M3_INFRAVISIBLE, 8, CLR_YELLOW, COCKATRICE),
MON("pyrolisk", S_COCKATRICE, LVL(6, 6, 6, 30, 0), (G_GENO | 1),
A(ATTK(AT_GAZE, AD_FIRE, 2, 6), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK,
NO_ATTK),
A(ATTK(AT_GAZE, AD_FIRE, 2, 6), ATTK(AT_BITE, AD_PHYS, 1, 6),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(30, 30, MS_HISS, MZ_SMALL), MR_POISON | MR_FIRE,
MR_POISON | MR_FIRE,
M1_ANIMAL | M1_NOHANDS | M1_OMNIVORE | M1_OVIPAROUS, M2_HOSTILE,