mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Make arid theaters more likely to have clouds, and tweak others sliiightly (#1501)
This commit is contained in:
parent
8488a5ec1a
commit
9792c17c69
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user