From 63073cfddaacf87c450074120bd798a65a60c31e Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 19 Dec 2023 18:32:58 +0000 Subject: [PATCH] Adjust weather weights to lower chance of rain --- project/assets/configs/weather.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index a99159c0..e2988ee5 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -7,11 +7,11 @@ }, "windSpeed": { "values": [0, 1, 2, 3], - "weights": [20, 15, 10, 5] + "weights": [4, 3, 2, 1] }, "windDirection": { "values": [1, 2, 3, 4, 5, 6, 7, 8], - "weights": [10, 10, 10, 10, 10, 10, 10, 10] + "weights": [1, 1, 1, 1, 1, 1, 1, 1] }, "windGustiness": { "min": 0, @@ -19,15 +19,15 @@ }, "rain": { "values": [1, 2, 3], - "weights": [100, 10, 5] + "weights": [25, 1, 1] }, "rainIntensity": { "min": 0, "max": 1 }, "fog": { - "values": [0.002, 0.006, 0.008, 0.012, 0.087], - "weights": [100, 40, 25, 25, 5] + "values": [0.002, 0.004, 0.008, 0.012, 0.087], + "weights": [20, 8, 5, 5, 1] }, "temp": { "min": 0,