From e34774c283c2fcf2da22ad0df13ca460500858bb Mon Sep 17 00:00:00 2001 From: Valens <8889280+VforValens@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:15:30 -0500 Subject: [PATCH] Update bot.json Add a 1/30 chance for stims to spawn on Level 1-15 PMC's. Equivalent to 0.0333333333333333% chance of spawning with a stim --- Libraries/SptAssets/Assets/configs/bot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libraries/SptAssets/Assets/configs/bot.json b/Libraries/SptAssets/Assets/configs/bot.json index b574bf80..3c5382ac 100644 --- a/Libraries/SptAssets/Assets/configs/bot.json +++ b/Libraries/SptAssets/Assets/configs/bot.json @@ -1147,7 +1147,8 @@ }, "stims": { "weights": { - "0": 1 + "0": 29, + "1": 1 }, "whitelist": {} }