diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-23 14:11:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 14:11:57 +0200 |
commit | 7c1c749b7065ba44dd627e31247428922eba53c5 (patch) | |
tree | b3236300f0a0cb7e3ab68ab3a562992c54e71b73 /constants | |
parent | 42da70cb7fe35aa3c524e81daaa0f99ec28da658 (diff) | |
download | NotEnoughUpdates-REPO-7c1c749b7065ba44dd627e31247428922eba53c5.tar.gz NotEnoughUpdates-REPO-7c1c749b7065ba44dd627e31247428922eba53c5.tar.bz2 NotEnoughUpdates-REPO-7c1c749b7065ba44dd627e31247428922eba53c5.zip |
x28 (#769)
* x28
* there now merge
* june-22
* thanks hypixel
* nice story bro
Diffstat (limited to 'constants')
-rw-r--r-- | constants/leveling.json | 96 |
1 files changed, 90 insertions, 6 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 0e1246c9..6f278c85 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -257,18 +257,102 @@ ], "bestiary": { "ISLAND": [ - 10, 15, 75, 150, 250 + 10, + 15, + 75, + 150, + 250 ], "BOSS": [ - 2, 3, 5, 10, 10, 10, 10, 25, 25, 25, 50, 50, 100, 100 + 2, + 3, + 5, + 10, + 10, + 10, + 10, + 25, + 25, + 25, + 50, + 50, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100 ], "MOB": [ - 10, 15, 75, 150, 250, 500, 1500, 2500, 5000, 15000, 25000, 50000, 100000 + 10, + 15, + 75, + 150, + 250, + 500, + 1500, + 2500, + 5000, + 15000, + 25000, + 50000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000, + 100000 ], "caps": { "ISLAND": 500, - "BOSS": 425, - "MOB": 200000 + "BOSS": 3200, + "MOB": 3000000 } } -} +}
\ No newline at end of file |