Skip to content

Commit

Permalink
Raised the level and difficulty of monstrous spiders.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 25, 2023
1 parent 68234a4 commit a9d5b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monst.c
Original file line number Diff line number Diff line change
Expand Up @@ -2330,13 +2330,13 @@ NEARDATA struct permonst mons[] = {
M2_HOSTILE | M2_STRONG,
0, 0, MH_SPIDER, 10, CLR_BLUE),
MON("monstrous spider", S_SPIDER, /* SpliceHack */
LVL(8, 15, 4, 0, 0), (G_GENO | 1),
LVL(10, 15, 4, 0, 0), (G_GENO | 1),
A(ATTK(AT_BITE, AD_DRST, 4, 6),
ATTK(AT_SCRE, AD_FEAR, 2, 4),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(1500, 300, MS_SILENT, MZ_HUGE), MR_POISON, MR_POISON,
M1_ANIMAL | M1_NOHANDS | M1_OVIPAROUS | M1_POIS | M1_CARNIVORE,
M2_HOSTILE | M2_STRONG, 0, 0, MH_SPIDER, 10, CLR_ORANGE),
M2_HOSTILE | M2_STRONG, 0, 0, MH_SPIDER, 15, CLR_ORANGE),
MON("werespider", S_SPIDER, /* Slash'EM */
LVL(11, 15, 3, 0, 0), (G_GENO | G_NOGEN | 1),
A(ATTK(AT_BITE, AD_WERE, 4, 4),
Expand Down

0 comments on commit a9d5b3a

Please sign in to comment.