From 2e661f682da624265433c0452f22f9da544a29b8 Mon Sep 17 00:00:00 2001 From: Twinkiel0ver <44377186+Twinkiel0ver@users.noreply.github.com> Date: Tue, 2 Apr 2019 08:12:16 -0400 Subject: [PATCH] Add Karuulm slayer monsters to the NPC health list --- runelite-client/src/main/resources/npc_health.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/resources/npc_health.json b/runelite-client/src/main/resources/npc_health.json index 1529f1b100..4944167e6f 100644 --- a/runelite-client/src/main/resources/npc_health.json +++ b/runelite-client/src/main/resources/npc_health.json @@ -1153,5 +1153,9 @@ "Abomination_149": 200, "Swamp Crab_55": 75, "Respiratory system_0": 50, - "Sulphur Lizard_50": 50 + "Sulphur Lizard_50": 50, + "Wyrm_99": 130, + "Drake_192": 250, + "Hydra_194": 300, + "Alchemical Hydra_426": 1100 }