From 7d065cfb16c1c2ec50d8aa4fb22cefb74288df69 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 26 Oct 2025 15:55:25 +0000 Subject: [PATCH] Reduced light cloud chance when raining increased heavy cloud when raining --- .../SPTarkov.Server.Assets/SPT_Data/configs/weather.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json index c097f584..94142bef 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json @@ -60,10 +60,10 @@ }, "RAINY": { "clouds": { - "0.7": 2, + "0.7": 1, "0.9": 4, "1": 4, - "1.2": 1 + "1.2": 2 }, "windSpeed": { "0": 3,