diff --git a/Server/Assets/configs/bot.json b/Server/Assets/configs/bot.json index f383a5f4..24d1c87a 100644 --- a/Server/Assets/configs/bot.json +++ b/Server/Assets/configs/bot.json @@ -301,6 +301,20 @@ "maxDelta": 10, "minDelta": 0, "minLimitPercent": 15 + } + }, + "shooterbtr": { + "armor": { + "maxDelta": 0, + "minDelta": 0, + "minLimitPercent": 0 + }, + "weapon": { + "lowestMax": 100, + "highestMax": 100, + "maxDelta": 0, + "minDelta": 0, + "minLimitPercent": 0 } } }