aboutsummaryrefslogtreecommitdiff
path: root/constants/leveling.json
diff options
context:
space:
mode:
Diffstat (limited to 'constants/leveling.json')
-rw-r--r--constants/leveling.json18
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
+ }
+ }
}