From 1d407f8787790f38b534352a065b377008da3ad1 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 8 Jul 2024 21:12:23 +0100 Subject: [PATCH] Added missing bot equipment settings for `skier/peacemaker` --- project/assets/configs/bot.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index b016c22a..cd92da13 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -777,6 +777,32 @@ "weaponSlotIdsToMakeRequired": [ "mod_reciever" ] + }, + "peacemaker": { + "nvgIsActiveChanceDayPercent": 10, + "nvgIsActiveChanceNightPercent": 95, + "faceShieldIsActiveChancePercent": 100, + "lightIsActiveDayChancePercent": 35, + "lightIsActiveNightChancePercent": 95, + "laserIsActiveChancePercent": 95, + "forceStock": true, + "weaponModLimits": { + "scopeLimit": 1, + "lightLaserLimit": 1 + } + }, + "skier": { + "nvgIsActiveChanceDayPercent": 10, + "nvgIsActiveChanceNightPercent": 95, + "faceShieldIsActiveChancePercent": 100, + "lightIsActiveDayChancePercent": 35, + "lightIsActiveNightChancePercent": 95, + "laserIsActiveChancePercent": 95, + "forceStock": true, + "weaponModLimits": { + "scopeLimit": 1, + "lightLaserLimit": 1 + } }, "arenafighterevent": { "nvgIsActiveChanceDayPercent": 10,