From a5e187ebda3ef0df6ff161a826d3d1af7d90e6ce Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 23 Dec 2024 22:41:03 +0000 Subject: [PATCH] Reduced chance of sunny weather --- project/assets/configs/weather.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index 36a74aae..c631b8d2 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -4,7 +4,7 @@ "generateWeatherAmountHours": 24, "clouds": { "values": [-1, -0.8, -0.5, 0.1, 0, 0.15, 0.4, 1], - "weights": [100, 22, 22, 15, 15, 15, 5, 4] + "weights": [80, 22, 22, 15, 15, 15, 5, 4] }, "windSpeed": { "values": [0, 1, 2, 3, 4],