diff options
Diffstat (limited to 'constants/leveling.json')
-rw-r--r-- | constants/leveling.json | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 31816d95..9078f823 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -73,7 +73,8 @@ "alchemy": 50, "runecrafting": 25, "catacombs": 50, - "HOTM": 7 + "HOTM": 7, + "social_xp": 25 }, "runecrafting_xp": [ 50, @@ -226,5 +227,32 @@ 60000, 100000, 150000 + ], + "social_xp": [ + 50, + 100, + 150, + 250, + 500, + 750, + 1000, + 1250, + 1500, + 2000, + 2500, + 3000, + 3750, + 4500, + 6000, + 8000, + 10000, + 12500, + 15000, + 20000, + 25000, + 30000, + 35000, + 40000, + 50000 ] } |