diff options
author | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2021-10-23 21:57:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 21:57:33 +1100 |
commit | 37acb9343b1f7c90dd1c109b317813178eed38af (patch) | |
tree | 3e320d7c99b1f81138b499961da84e18c153ee2e /constants/leveling.json | |
parent | 68ee085ff35a0b3cd0d5b8d2dcde2e693f8d1c78 (diff) | |
download | NotEnoughUpdates-REPO-37acb9343b1f7c90dd1c109b317813178eed38af.tar.gz NotEnoughUpdates-REPO-37acb9343b1f7c90dd1c109b317813178eed38af.tar.bz2 NotEnoughUpdates-REPO-37acb9343b1f7c90dd1c109b317813178eed38af.zip |
Added hotm xp for upcoming mining pv tab (#642)
Diffstat (limited to 'constants/leveling.json')
-rw-r--r-- | constants/leveling.json | 12 |
1 files changed, 11 insertions, 1 deletions
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 ] } |