Skip to content

Commit

Permalink
Create leveling.json
Browse files Browse the repository at this point in the history
  • Loading branch information
superhize authored Oct 24, 2024
1 parent d49175f commit 71ffd63
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions constants/leveling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"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,
4300000,
4600000,
4900000,
5200000,
5500000,
5800000,
6100000,
6400000,
6700000,
7000000
],
"leveling_caps": {
"taming": 60,
"mining": 60,
"foraging": 50,
"enchanting": 60,
"carpentry": 50,
"farming": 60,
"combat": 60,
"fishing": 50,
"alchemy": 50
}
}

0 comments on commit 71ffd63

Please sign in to comment.