From e842c5c90e9ee35e6a5c4a49e2815f5ef2b50a24 Mon Sep 17 00:00:00 2001 From: Hudson Shykowski Date: Thu, 19 Sep 2019 21:49:42 -0600 Subject: [PATCH] Add Forthos Dungeon monsters to the NPC health list --- runelite-client/src/main/resources/npc_health.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/resources/npc_health.json b/runelite-client/src/main/resources/npc_health.json index 4944167e6f..6f39e21f79 100644 --- a/runelite-client/src/main/resources/npc_health.json +++ b/runelite-client/src/main/resources/npc_health.json @@ -1157,5 +1157,8 @@ "Wyrm_99": 130, "Drake_192": 250, "Hydra_194": 300, - "Alchemical Hydra_426": 1100 + "Alchemical Hydra_426": 1100, + "Undead Druid_105": 140, + "Temple Spider_75": 70, + "Sarachnis_318": 400 }