aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMoulberry <james.jenour@student.scotch.wa.edu.au>2020-07-18 15:58:20 +0800
committerMoulberry <james.jenour@student.scotch.wa.edu.au>2020-07-18 15:58:20 +0800
commitc85130957eb61a2cca2873d443d10a02e1284942 (patch)
tree1553e8e30a3f1e6e876ecfbb0ba3bb32772612b8 /constants
parented71f679d674f57d6cab2ad07d105afa14bf2f8f (diff)
downloadNotEnoughUpdates-REPO-c85130957eb61a2cca2873d443d10a02e1284942.tar.gz
NotEnoughUpdates-REPO-c85130957eb61a2cca2873d443d10a02e1284942.tar.bz2
NotEnoughUpdates-REPO-c85130957eb61a2cca2873d443d10a02e1284942.zip
constants/leveling2
Diffstat (limited to 'constants')
-rw-r--r--constants/leveling.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/constants/leveling.json b/constants/leveling.json
new file mode 100644
index 00000000..5b3a432c
--- /dev/null
+++ b/constants/leveling.json
@@ -0,0 +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
+ ]
+} \ No newline at end of file