From 0ca3ecce427bb1375d845cb5faf3d706d7cb8c4f Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 30 Sep 2025 13:31:46 +0100 Subject: [PATCH] Further adjustment to `weatherPresetWeight` primary weather is sunny, rain/cloudy equal --- Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json index 50ff3d54..307e03aa 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json @@ -257,7 +257,7 @@ "CLOUDY": 3 }, "default": { - "SUNNY": 7, + "SUNNY": 13, "RAINY": 7, "CLOUDY": 7 }