From 54a81b87d674c284d967e0cd4ac5c21ca74bbcc1 Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 15 Nov 2023 19:46:39 +0000 Subject: [PATCH] First pass at improving accuracy of daily quest xp and rouble rewards --- project/assets/configs/quest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/quest.json b/project/assets/configs/quest.json index d98fd72a..189b4e40 100644 --- a/project/assets/configs/quest.json +++ b/project/assets/configs/quest.json @@ -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,