From e5bc45c6d49ffa9e979461f5538d6aed064e5756 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 4 Feb 2024 20:30:10 +0000 Subject: [PATCH] Adjusted front/rear loot item plate chance to be 100%: --- project/assets/configs/location.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/location.json b/project/assets/configs/location.json index fd6b7a41..7d000064 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -1103,8 +1103,8 @@ "equipmentLootSettings": { "modSpawnChancePercent": { "mod_nvg": 5, - "front_plate": 75, - "back_plate": 75, + "front_plate": 100, + "back_plate": 100, "left_side_plate": 25, "right_side_plate": 25, "mod_equipment_000": 5,