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": {