From b053bd1a9c41800065822f91660b58e5021c97a7 Mon Sep 17 00:00:00 2001 From: piebandit <48078984+piebandit@users.noreply.github.com> Date: Thu, 28 Feb 2019 15:37:37 -0800 Subject: [PATCH] Add Compost, Bastion and Battlemage potions to Herblore skill calc (#8031) --- .../skillcalculator/skill_herblore.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/skillcalculator/skill_herblore.json b/runelite-client/src/main/resources/net/runelite/client/plugins/skillcalculator/skill_herblore.json index f546d5947b..c25cb8beda 100644 --- a/runelite-client/src/main/resources/net/runelite/client/plugins/skillcalculator/skill_herblore.json +++ b/runelite-client/src/main/resources/net/runelite/client/plugins/skillcalculator/skill_herblore.json @@ -60,6 +60,12 @@ "name": "Harralander", "xp": 6.3 }, + { + "level": 21, + "icon": 6472, + "name": "Compost Potion (3)", + "xp": 60 + }, { "level": 22, "icon": 127, @@ -282,6 +288,18 @@ "name": "Antidote++ (3)", "xp": 177.5 }, + { + "level": 80, + "icon": 22464, + "name": "Bastion Potion (3)", + "xp": 155 + }, + { + "level": 80, + "icon": 22452, + "name": "Battlemage Potion (3)", + "xp": 155 + }, { "level": 81, "icon": 6687,