Skip to content

Commit

Permalink
feat(content): sunnier summer, cloudier winter (#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed May 12, 2024
1 parent 8f4d975 commit c35d57f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions data/json/regional_map_settings.json
Expand Up @@ -1018,6 +1018,10 @@
"autumn_temp": 7,
"winter_temp": -14,
"base_humidity": 70,
"spring_humidity_manual_mod": 7,
"summer_humidity_manual_mod": -20,
"autumn_humidity_manual_mod": 7,
"winter_humidity_manual_mod": 17,
"base_pressure": 1016,
"base_acid": 0,
"base_wind": 10,
Expand Down
4 changes: 2 additions & 2 deletions data/json/weather_type.json
Expand Up @@ -93,7 +93,7 @@
"animation": { "factor": 0.01, "color": "c_light_blue", "glyph": ",", "tile": "weather_rain_drop" },
"sound_category": "drizzle",
"sun_intensity": "light",
"requirements": { "pressure_max": 1004, "humidity_min": 86, "humidity_and_pressure": false, "required_weathers": [ "cloudy" ] }
"requirements": { "pressure_max": 1004, "humidity_min": 80, "humidity_and_pressure": false, "required_weathers": [ "cloudy" ] }
},
{
"id": "drizzle",
Expand All @@ -115,7 +115,7 @@
"sun_intensity": "light",
"requirements": {
"pressure_max": 1002,
"humidity_min": 88,
"humidity_min": 82,
"humidity_and_pressure": false,
"required_weathers": [ "cloudy", "light_drizzle" ]
}
Expand Down

0 comments on commit c35d57f

Please sign in to comment.