From 23baf3cce62e9fd0413cc30034e0652aa3d45f73 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 26 Jan 2024 14:25:50 +0000 Subject: [PATCH] Adjust `modSpawnChancePercent` values to make loose armor have more plates --- 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 b775e37a..77872a28 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -1102,8 +1102,8 @@ "equipmentLootSettings": { "modSpawnChancePercent": { "mod_nvg": 5, - "front_plate": 50, - "back_plate": 50, + "front_plate": 75, + "back_plate": 75, "left_side_plate": 25, "right_side_plate": 25, "mod_equipment_000": 5,