Make arid theaters more likely to have clouds, and tweak others sliiightly (#1501)

This commit is contained in:
Magnus Wolffelt 2021-08-05 13:54:42 +02:00 committed by GitHub
parent 8488a5ec1a
commit 9792c17c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 24 deletions

View File

@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions(
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=10, raining=10,
cloudy=30, cloudy=35,
clear_skies=60, clear_skies=55,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,

View File

@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions(
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=5, raining=5,
cloudy=25, cloudy=30,
clear_skies=70, clear_skies=65,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,

View File

@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions(
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=10, raining=10,
cloudy=30, cloudy=35,
clear_skies=60, clear_skies=55,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,

View File

@ -12,26 +12,26 @@ CONDITIONS = SeasonalConditions(
# Winter there is some rain in PG (Dubai) # Winter there is some rain in PG (Dubai)
thunderstorm=1, thunderstorm=1,
raining=15, raining=15,
cloudy=35, cloudy=40,
clear_skies=50, clear_skies=45,
), ),
Season.Spring: WeatherTypeChances( Season.Spring: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=2, raining=2,
cloudy=18, cloudy=28,
clear_skies=80, clear_skies=70,
), ),
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=1, raining=1,
cloudy=8, cloudy=18,
clear_skies=90, clear_skies=80,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=2, raining=2,
cloudy=18, cloudy=28,
clear_skies=80, clear_skies=70,
), ),
}, },
) )

View File

@ -11,8 +11,8 @@ CONDITIONS = SeasonalConditions(
Season.Winter: WeatherTypeChances( Season.Winter: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=25, raining=25,
cloudy=25, cloudy=35,
clear_skies=50, clear_skies=40,
), ),
Season.Spring: WeatherTypeChances( Season.Spring: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
@ -22,15 +22,15 @@ CONDITIONS = SeasonalConditions(
), ),
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=3, raining=5,
cloudy=20, cloudy=30,
clear_skies=77, clear_skies=65,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=10, raining=15,
cloudy=30, cloudy=35,
clear_skies=60, clear_skies=50,
), ),
}, },
) )

View File

@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions(
Season.Summer: WeatherTypeChances( Season.Summer: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,
raining=10, raining=10,
cloudy=30, cloudy=35,
clear_skies=60, clear_skies=55,
), ),
Season.Fall: WeatherTypeChances( Season.Fall: WeatherTypeChances(
thunderstorm=1, thunderstorm=1,