From 52ebdf7483c2ee4ceaf90140ebeb2869cdf53559 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 4 Mar 2024 12:43:34 +0000 Subject: [PATCH] Adjust various scav item type weights --- project/assets/database/bots/types/assault.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project/assets/database/bots/types/assault.json b/project/assets/database/bots/types/assault.json index 530e72f8..da74cdd8 100644 --- a/project/assets/database/bots/types/assault.json +++ b/project/assets/database/bots/types/assault.json @@ -2334,8 +2334,8 @@ "backpackLoot": { "weights": { "0": 1, - "1": 2, - "2": 2, + "1": 3, + "2": 4, "3": 1, "4": 1, "5": 1, @@ -2353,8 +2353,8 @@ }, "grenades": { "weights": { - "0": 3, - "1": 4, + "0": 4, + "1": 5, "2": 2, "3": 1, "4": 0, @@ -2364,8 +2364,8 @@ }, "healing": { "weights": { - "0": 1, - "1": 2, + "0": 3, + "1": 6, "2": 1 }, "whitelist": [] @@ -2399,7 +2399,7 @@ }, "stims": { "weights": { - "0": 15, + "0": 17, "1": 3, "2": 1 },