diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-18 16:11:27 +0800 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-18 16:11:27 +0800 |
commit | b2f80e73e5437f3c340e142f8d21a5d19f3bc4e7 (patch) | |
tree | b0ffbcc324c9278895982c53d73765e6dab749f0 /constants/leveling.json | |
parent | c85130957eb61a2cca2873d443d10a02e1284942 (diff) | |
download | NotEnoughUpdates-REPO-b2f80e73e5437f3c340e142f8d21a5d19f3bc4e7.tar.gz NotEnoughUpdates-REPO-b2f80e73e5437f3c340e142f8d21a5d19f3bc4e7.tar.bz2 NotEnoughUpdates-REPO-b2f80e73e5437f3c340e142f8d21a5d19f3bc4e7.zip |
constants/leveling3
Diffstat (limited to 'constants/leveling.json')
-rw-r--r-- | constants/leveling.json | 240 |
1 files changed, 120 insertions, 120 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 5b3a432c..3af6c5c3 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -1,122 +1,122 @@ { - "leveling_xp": [ - 50, - 125, - 200, - 300, - 500, - 750, - 1000, - 1500, - 2000, - 3500, - 5000, - 7500, - 10000, - 15000, - 20000, - 30000, - 50000, - 75000, - 100000, - 200000, - 300000, - 400000, - 500000, - 600000, - 700000, - 800000, - 900000, - 1000000, - 1100000, - 1200000, - 1300000, - 1400000, - 1500000, - 1600000, - 1700000, - 1800000, - 1900000, - 2000000, - 2100000, - 2200000, - 2300000, - 2400000, - 2500000, - 2600000, - 2750000, - 2900000, - 3100000, - 3400000, - 3700000, - 4000000 - ], - "runecrafting_xp": [ - 50, - 100, - 125, - 160, - 200, - 250, - 315, - 400, - 500, - 625, - 785, - 1000, - 1250, - 1600, - 2000, - 2465, - 3125, - 4000, - 5000, - 6200, - 7800, - 9800, - 12200, - 15300, - 19050 - ], - "slayer_xp": [ - "zombie": [ - 5, - 15, - 200, - 1000, - 5000, - 20000, - 100000, - 400000, - 1000000 - ], - "spider": [ - 5, - 15, - 200, - 1000, - 5000, - 20000, - 100000, - 400000, - 1000000 - ], - "wolf": [ - 5, - 15, - 200, - 1500, - 5000, - 20000, - 100000, - 400000, - 1000000 - ] - ], - "slayer_boss_xp": [ - 5, - 25, - 100, - 500 - ] + "leveling_xp": [ + 50, + 125, + 200, + 300, + 500, + 750, + 1000, + 1500, + 2000, + 3500, + 5000, + 7500, + 10000, + 15000, + 20000, + 30000, + 50000, + 75000, + 100000, + 200000, + 300000, + 400000, + 500000, + 600000, + 700000, + 800000, + 900000, + 1000000, + 1100000, + 1200000, + 1300000, + 1400000, + 1500000, + 1600000, + 1700000, + 1800000, + 1900000, + 2000000, + 2100000, + 2200000, + 2300000, + 2400000, + 2500000, + 2600000, + 2750000, + 2900000, + 3100000, + 3400000, + 3700000, + 4000000 + ], + "runecrafting_xp": [ + 50, + 100, + 125, + 160, + 200, + 250, + 315, + 400, + 500, + 625, + 785, + 1000, + 1250, + 1600, + 2000, + 2465, + 3125, + 4000, + 5000, + 6200, + 7800, + 9800, + 12200, + 15300, + 19050 + ], + "slayer_xp": { + "zombie": [ + 5, + 15, + 200, + 1000, + 5000, + 20000, + 100000, + 400000, + 1000000 + ], + "spider": [ + 5, + 15, + 200, + 1000, + 5000, + 20000, + 100000, + 400000, + 1000000 + ], + "wolf": [ + 5, + 15, + 200, + 1500, + 5000, + 20000, + 100000, + 400000, + 1000000 + ] + }, + "slayer_boss_xp": [ + 5, + 25, + 100, + 500 + ] }
\ No newline at end of file |