First pass at improving accuracy of daily quest xp and rouble rewards

This commit is contained in:
Dev 2023-11-15 19:46:39 +00:00
parent 6dddeed6a8
commit 54a81b87d6

View File

@ -144,8 +144,8 @@
"minPlayerLevel": 5,
"rewardScaling": {
"levels": [1, 10, 20, 30, 40, 50, 60],
"experience": [1000, 5000, 11000, 59000, 147000, 250000, 450000],
"roubles": [15000, 40000, 75000, 100000, 140000, 170000, 210000],
"experience": [1000, 2000, 8000, 14000, 20000, 24000, 28000],
"roubles": [11000, 20000, 45000, 60000, 77000, 95000, 115000],
"items": [2, 4, 5, 5, 5, 5, 5],
"reputation": [0.01, 0.01, 0.02, 0.02, 0.03, 0.03, 0.03],
"rewardSpread": 0.5,