From b19e4d95124a9d64f3cc0ce2c5b792bbfc94610a Mon Sep 17 00:00:00 2001 From: Hudson Shykowski Date: Mon, 4 Nov 2019 13:50:08 -0700 Subject: [PATCH] Add Fremennik Exiles monsters to the NPC health list --- runelite-client/src/main/resources/npc_health.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/resources/npc_health.json b/runelite-client/src/main/resources/npc_health.json index a6b92c36a3..123f28c6a9 100644 --- a/runelite-client/src/main/resources/npc_health.json +++ b/runelite-client/src/main/resources/npc_health.json @@ -1161,5 +1161,11 @@ "Alchemical Hydra_426": 1100, "Undead Druid_105": 140, "Temple Spider_75": 70, - "Sarachnis_318": 400 + "Sarachnis_318": 400, + "Basilisk Youngling_57" : 60, + "Monstrous Basilisk_135" : 170, + "Typhor_194" : 280, + "The Jormungand_363" : 600, + "Basilisk Knight_204" : 300, + "Basilisk Sentinel_358" : 520 }