diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-19 15:04:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 15:04:21 +0200 |
commit | 42da70cb7fe35aa3c524e81daaa0f99ec28da658 (patch) | |
tree | 8fb8414263d581982c45ea0329a4fc9199646d92 /constants | |
parent | 47a879e3097caeee1c1cd780f963a4c1de5192ff (diff) | |
download | NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.tar.gz NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.tar.bz2 NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.zip |
.toLowerCase() (#768)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/leveling.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 2b40af6e..0e1246c9 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -254,5 +254,21 @@ 35000, 40000, 50000 - ] + ], + "bestiary": { + "ISLAND": [ + 10, 15, 75, 150, 250 + ], + "BOSS": [ + 2, 3, 5, 10, 10, 10, 10, 25, 25, 25, 50, 50, 100, 100 + ], + "MOB": [ + 10, 15, 75, 150, 250, 500, 1500, 2500, 5000, 15000, 25000, 50000, 100000 + ], + "caps": { + "ISLAND": 500, + "BOSS": 425, + "MOB": 200000 + } + } } |