aboutsummaryrefslogtreecommitdiff
path: root/constants/leveling.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-06-30 16:49:24 +0200
committerjani270 <jani270@gmx.de>2022-06-30 16:49:24 +0200
commit3bdb32f3c8a0028a15c972b5cfa39368c3a56cb7 (patch)
treebb1053f57224837ccbc73db114f6ec2666f9bf19 /constants/leveling.json
parentc5ee86297680a8bb69d81f0da7686715ea84acd1 (diff)
downloadNotEnoughUpdates-REPO-dangerous.tar.gz
NotEnoughUpdates-REPO-dangerous.tar.bz2
NotEnoughUpdates-REPO-dangerous.zip
master -> dangerousdangerous
Diffstat (limited to 'constants/leveling.json')
-rw-r--r--constants/leveling.json104
1 files changed, 102 insertions, 2 deletions
diff --git a/constants/leveling.json b/constants/leveling.json
index f573ea9e..87f0c20a 100644
--- a/constants/leveling.json
+++ b/constants/leveling.json
@@ -303,5 +303,105 @@
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,
+ 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,
+ 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": 3200,
+ "MOB": 3000000
+ }
+ }
+} \ No newline at end of file