From 37acb9343b1f7c90dd1c109b317813178eed38af Mon Sep 17 00:00:00 2001 From: nopothegamer <40329022+nopothegamer@users.noreply.github.com> Date: Sat, 23 Oct 2021 21:57:33 +1100 Subject: Added hotm xp for upcoming mining pv tab (#642) --- constants/leveling.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/constants/leveling.json b/constants/leveling.json index 7e70b52c..dd4d7352 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -72,7 +72,8 @@ "fishing": 50, "alchemy": 50, "runecrafting": 25, - "catacombs": 50 + "catacombs": 50, + "HOTM": 7 }, "runecrafting_xp": [ 50, @@ -205,5 +206,14 @@ 75000000, 93000000, 116250000 + ], + "HOTM": [ + 0, + 3000, + 9000, + 25000, + 60000, + 100000, + 150000 ] } -- cgit