diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-06 19:00:35 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-06 19:00:35 -0400 |
commit | 8e75d7f1ec7b12fca5a3d5a19be5d51d1c7b4278 (patch) | |
tree | 4941b81e97369bcbe13f2648e204a92f29b03205 | |
parent | a92da1429711043a51875e15892f1754e2f486d2 (diff) | |
download | NotEnoughUpdates-REPO-8e75d7f1ec7b12fca5a3d5a19be5d51d1c7b4278.tar.gz NotEnoughUpdates-REPO-8e75d7f1ec7b12fca5a3d5a19be5d51d1c7b4278.tar.bz2 NotEnoughUpdates-REPO-8e75d7f1ec7b12fca5a3d5a19be5d51d1c7b4278.zip |
add enderman xp const
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | constants/leveling.json | 113 |
2 files changed, 64 insertions, 52 deletions
@@ -1,2 +1,3 @@ -.vscode +.vscode/* +#!.vscode/settings.json .idea
\ No newline at end of file diff --git a/constants/leveling.json b/constants/leveling.json index 9f1c17ad..e2fbaa76 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -134,65 +134,76 @@ 100000, 400000, 1000000 + ], + "enderman": [ + 10, + 30, + 250, + 1500, + 5000, + 20000, + 100000, + 400000, + 1000000 ] }, "slayer_boss_xp": [ - 5, + 5, 25, 100, 500, 1500 ], "catacombs": [ - 50, - 75, - 110, - 160, - 230, - 330, - 470, - 670, - 950, - 1340, - 1890, - 2665, - 3760, - 5260, - 7380, - 10300, - 14400, - 20000, - 27600, - 38000, - 52500, - 71500, - 97000, - 132000, - 180000, - 243000, - 328000, - 445000, - 600000, - 800000, - 1065000, - 1410000, - 1900000, - 2500000, - 3300000, - 4300000, - 5600000, - 7200000, - 9200000, - 12000000, - 15000000, - 19000000, - 24000000, - 30000000, - 38000000, - 48000000, - 60000000, - 75000000, - 93000000, - 116250000 + 50, + 75, + 110, + 160, + 230, + 330, + 470, + 670, + 950, + 1340, + 1890, + 2665, + 3760, + 5260, + 7380, + 10300, + 14400, + 20000, + 27600, + 38000, + 52500, + 71500, + 97000, + 132000, + 180000, + 243000, + 328000, + 445000, + 600000, + 800000, + 1065000, + 1410000, + 1900000, + 2500000, + 3300000, + 4300000, + 5600000, + 7200000, + 9200000, + 12000000, + 15000000, + 19000000, + 24000000, + 30000000, + 38000000, + 48000000, + 60000000, + 75000000, + 93000000, + 116250000 ] } |