From caf0b2bc7d72795a3827da3484e29463b62fb333 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 21 Jan 2025 14:26:23 +0000 Subject: [PATCH] Added skier/peacemaker durability values --- Server/Assets/configs/bot.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/Server/Assets/configs/bot.json b/Server/Assets/configs/bot.json index ebf44e78..4d4e4ea9 100644 --- a/Server/Assets/configs/bot.json +++ b/Server/Assets/configs/bot.json @@ -316,7 +316,35 @@ "minDelta": 0, "minLimitPercent": 0 } - } + }, + "skier": { + "armor": { + "maxDelta": 10, + "minDelta": 0, + "minLimitPercent": 15 + }, + "weapon": { + "lowestMax": 60, + "highestMax": 100, + "maxDelta": 10, + "minDelta": 0, + "minLimitPercent": 15 + } + }, + "peacemaker": { + "armor": { + "maxDelta": 10, + "minDelta": 0, + "minLimitPercent": 15 + }, + "weapon": { + "lowestMax": 60, + "highestMax": 100, + "maxDelta": 10, + "minDelta": 0, + "minLimitPercent": 15 + } + } } }, "lootItemResourceRandomization": {