From 14444f9b4d5f1cea2d2418c126010ebf3dff5ba9 Mon Sep 17 00:00:00 2001 From: VissValdyr <167661460+VissValdyr@users.noreply.github.com> Date: Tue, 7 May 2024 23:29:06 +0700 Subject: [PATCH 1/2] feat(balance): more weather tweaks --- data/json/weather_type.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/data/json/weather_type.json b/data/json/weather_type.json index ec177a5cb693..2223a2f9d37a 100644 --- a/data/json/weather_type.json +++ b/data/json/weather_type.json @@ -49,7 +49,7 @@ "rains": false, "acidic": false, "sun_intensity": "high", - "requirements": { "pressure_min": 1035, "humidity_max": 40, "time": "day", "humidity_and_pressure": false } + "requirements": { "pressure_min": 1025, "humidity_max": 43, "time": "day", "humidity_and_pressure": false, "required_weathers": [ "clear" ] } }, { "id": "cloudy", @@ -67,7 +67,7 @@ "rains": false, "acidic": false, "sun_intensity": "light", - "requirements": { "pressure_max": 1010, "humidity_min": 70, "humidity_and_pressure": false } + "requirements": { "pressure_max": 1010, "humidity_min": 67, "humidity_and_pressure": false } }, { "id": "light_drizzle", @@ -87,7 +87,7 @@ "animation": { "factor": 0.01, "color": "c_light_blue", "glyph": ",", "tile": "weather_rain_drop" }, "sound_category": "drizzle", "sun_intensity": "light", - "requirements": { "pressure_max": 1003, "humidity_min": 87, "humidity_and_pressure": false, "required_weathers": [ "cloudy" ] } + "requirements": { "pressure_max": 1004, "humidity_min": 86, "humidity_and_pressure": false, "required_weathers": [ "cloudy" ] } }, { "id": "drizzle", @@ -161,8 +161,7 @@ "pressure_max": 993, "humidity_min": 98, "humidity_and_pressure": false, - "required_weathers": [ "cloudy", "light_drizzle", "drizzle", "rain" ] - } + "required_weathers": [ "cloudy", "light_drizzle", "drizzle", "rain" ] } }, { "id": "thunder", @@ -328,6 +327,6 @@ "animation": { "factor": 0.04, "color": "c_white", "glyph": "*", "tile": "weather_snowflake" }, "sound_category": "snowstorm", "sun_intensity": "none", - "requirements": { "temperature_max": 33, "required_weathers": [ "thunder", "lightning", "heavy_rain" ] } + "requirements": { "temperature_max": 33, "required_weathers": [ "thunder", "lightning", "heavy_rain" ] } } ] From fe0f1cee79f5e6f47808fe6e10674e5d899eacc3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:31:53 +0000 Subject: [PATCH 2/2] style(autofix.ci): automated formatting --- data/json/weather_type.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/data/json/weather_type.json b/data/json/weather_type.json index 2223a2f9d37a..315e90db76cf 100644 --- a/data/json/weather_type.json +++ b/data/json/weather_type.json @@ -49,7 +49,13 @@ "rains": false, "acidic": false, "sun_intensity": "high", - "requirements": { "pressure_min": 1025, "humidity_max": 43, "time": "day", "humidity_and_pressure": false, "required_weathers": [ "clear" ] } + "requirements": { + "pressure_min": 1025, + "humidity_max": 43, + "time": "day", + "humidity_and_pressure": false, + "required_weathers": [ "clear" ] + } }, { "id": "cloudy", @@ -161,7 +167,8 @@ "pressure_max": 993, "humidity_min": 98, "humidity_and_pressure": false, - "required_weathers": [ "cloudy", "light_drizzle", "drizzle", "rain" ] } + "required_weathers": [ "cloudy", "light_drizzle", "drizzle", "rain" ] + } }, { "id": "thunder", @@ -327,6 +334,6 @@ "animation": { "factor": 0.04, "color": "c_white", "glyph": "*", "tile": "weather_snowflake" }, "sound_category": "snowstorm", "sun_intensity": "none", - "requirements": { "temperature_max": 33, "required_weathers": [ "thunder", "lightning", "heavy_rain" ] } + "requirements": { "temperature_max": 33, "required_weathers": [ "thunder", "lightning", "heavy_rain" ] } } ]