diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-18 15:34:35 +0800 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-18 15:34:35 +0800 |
commit | ed71f679d674f57d6cab2ad07d105afa14bf2f8f (patch) | |
tree | 2176cc3b8e6077ac96e860f328f304f5e11efc56 | |
parent | 44ade0507b677bbb71dbc6aa5a1a5c7deec45a4c (diff) | |
download | NotEnoughUpdates-REPO-ed71f679d674f57d6cab2ad07d105afa14bf2f8f.tar.gz NotEnoughUpdates-REPO-ed71f679d674f57d6cab2ad07d105afa14bf2f8f.tar.bz2 NotEnoughUpdates-REPO-ed71f679d674f57d6cab2ad07d105afa14bf2f8f.zip |
constants/leveling
-rw-r--r-- | leveling.json | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/leveling.json b/leveling.json new file mode 100644 index 00000000..5b3a432c --- /dev/null +++ b/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 |