From 1681e452bb4c35e22d44e33fc0a33e8783b67048 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 6 Feb 2024 17:21:33 +0000 Subject: [PATCH] Force muzzle devices to be a required slot Lower muzzle chance for PMCs level 20+ --- project/assets/configs/bot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index a48db241..2d9f5795 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -1106,7 +1106,7 @@ "mod_mount_004": 35, "mod_mount_005": 35, "mod_mount_006": 35, - "mod_muzzle": 25, + "mod_muzzle": 20, "mod_muzzle_000": 20, "mod_muzzle_001": 20, "mod_pistol_grip_akms": 35, @@ -1198,7 +1198,7 @@ }, "weaponMods": { "mod_scope": 95, - "mod_muzzle": 95, + "mod_muzzle": 75, "mod_muzzle_000": 95, "mod_muzzle_001": 95 },