We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a781c commit e90c565Copy full SHA for e90c565
src/constants/leveling.js
@@ -50,7 +50,7 @@ module.exports = {
50
47: 3100000,
51
48: 3400000,
52
49: 3700000,
53
- 50: 4000000
+ 50: 4000000,
54
},
55
56
// XP required for each level of Runecrafting
@@ -97,7 +97,7 @@ module.exports = {
97
98
spider: {
99
1: 5,
100
- 2: 15,
+ 2: 25,
101
3: 200,
102
4: 1000,
103
5: 5000,
@@ -108,7 +108,7 @@ module.exports = {
108
109
wolf: {
110
111
+ 2: 30,
112
113
4: 1500,
114
0 commit comments