From 1bce472cf5f1300dfebdeb9bfb730b2448e733d7 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 13 Oct 2023 09:13:07 +0100 Subject: [PATCH] Adjust rogue/raider/follower weapon dura values --- project/assets/configs/bot.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index db873978..7e555536 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -92,10 +92,10 @@ "minLimitPercent": 15 }, "weapon": { - "lowestMax": 50, + "lowestMax": 80, "highestMax": 100, "maxDelta": 40, - "minDelta": 10, + "minDelta": 20, "minLimitPercent": 15 } }, @@ -148,10 +148,10 @@ "minLimitPercent": 15 }, "weapon": { - "lowestMax": 50, + "lowestMax": 80, "highestMax": 100, "maxDelta": 40, - "minDelta": 10, + "minDelta": 20, "minLimitPercent": 15 } }, @@ -204,10 +204,10 @@ "minLimitPercent": 15 }, "weapon": { - "lowestMax": 50, + "lowestMax": 80, "highestMax": 100, "maxDelta": 40, - "minDelta": 10, + "minDelta": 20, "minLimitPercent": 15 } },