Skip to content

Commit

Permalink
fix(content): bit less clouds, more sun
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed May 23, 2024
1 parent b3ed586 commit c5eb294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/weather_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"sun_intensity": "high",
"requirements": {
"pressure_min": 1025,
"humidity_max": 50,
"humidity_max": 63,
"time": "day",
"humidity_and_pressure": false,
"required_weathers": [ "clear" ]
Expand All @@ -73,7 +73,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": 73, "humidity_and_pressure": false }
},
{
"id": "light_drizzle",
Expand Down

0 comments on commit c5eb294

Please sign in to comment.