From 9792c17c698e656b30abda5bdf8403cabca1475a Mon Sep 17 00:00:00 2001 From: Magnus Wolffelt Date: Thu, 5 Aug 2021 13:54:42 +0200 Subject: [PATCH] Make arid theaters more likely to have clouds, and tweak others sliiightly (#1501) --- game/theater/seasonalconditions/caucasus.py | 4 ++-- game/theater/seasonalconditions/nevada.py | 4 ++-- game/theater/seasonalconditions/normandy.py | 4 ++-- game/theater/seasonalconditions/persiangulf.py | 16 ++++++++-------- game/theater/seasonalconditions/syria.py | 16 ++++++++-------- game/theater/seasonalconditions/thechannel.py | 4 ++-- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/game/theater/seasonalconditions/caucasus.py b/game/theater/seasonalconditions/caucasus.py index e605a543..2fe87861 100644 --- a/game/theater/seasonalconditions/caucasus.py +++ b/game/theater/seasonalconditions/caucasus.py @@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions( Season.Summer: WeatherTypeChances( thunderstorm=1, raining=10, - cloudy=30, - clear_skies=60, + cloudy=35, + clear_skies=55, ), Season.Fall: WeatherTypeChances( thunderstorm=1, diff --git a/game/theater/seasonalconditions/nevada.py b/game/theater/seasonalconditions/nevada.py index 352ca456..36b7934d 100644 --- a/game/theater/seasonalconditions/nevada.py +++ b/game/theater/seasonalconditions/nevada.py @@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions( Season.Summer: WeatherTypeChances( thunderstorm=1, raining=5, - cloudy=25, - clear_skies=70, + cloudy=30, + clear_skies=65, ), Season.Fall: WeatherTypeChances( thunderstorm=1, diff --git a/game/theater/seasonalconditions/normandy.py b/game/theater/seasonalconditions/normandy.py index 109c781f..a0f86b6d 100644 --- a/game/theater/seasonalconditions/normandy.py +++ b/game/theater/seasonalconditions/normandy.py @@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions( Season.Summer: WeatherTypeChances( thunderstorm=1, raining=10, - cloudy=30, - clear_skies=60, + cloudy=35, + clear_skies=55, ), Season.Fall: WeatherTypeChances( thunderstorm=1, diff --git a/game/theater/seasonalconditions/persiangulf.py b/game/theater/seasonalconditions/persiangulf.py index 467168ab..923b887d 100644 --- a/game/theater/seasonalconditions/persiangulf.py +++ b/game/theater/seasonalconditions/persiangulf.py @@ -12,26 +12,26 @@ CONDITIONS = SeasonalConditions( # Winter there is some rain in PG (Dubai) thunderstorm=1, raining=15, - cloudy=35, - clear_skies=50, + cloudy=40, + clear_skies=45, ), Season.Spring: WeatherTypeChances( thunderstorm=1, raining=2, - cloudy=18, - clear_skies=80, + cloudy=28, + clear_skies=70, ), Season.Summer: WeatherTypeChances( thunderstorm=1, raining=1, - cloudy=8, - clear_skies=90, + cloudy=18, + clear_skies=80, ), Season.Fall: WeatherTypeChances( thunderstorm=1, raining=2, - cloudy=18, - clear_skies=80, + cloudy=28, + clear_skies=70, ), }, ) diff --git a/game/theater/seasonalconditions/syria.py b/game/theater/seasonalconditions/syria.py index 0a6c7ec1..d405abc8 100644 --- a/game/theater/seasonalconditions/syria.py +++ b/game/theater/seasonalconditions/syria.py @@ -11,8 +11,8 @@ CONDITIONS = SeasonalConditions( Season.Winter: WeatherTypeChances( thunderstorm=1, raining=25, - cloudy=25, - clear_skies=50, + cloudy=35, + clear_skies=40, ), Season.Spring: WeatherTypeChances( thunderstorm=1, @@ -22,15 +22,15 @@ CONDITIONS = SeasonalConditions( ), Season.Summer: WeatherTypeChances( thunderstorm=1, - raining=3, - cloudy=20, - clear_skies=77, + raining=5, + cloudy=30, + clear_skies=65, ), Season.Fall: WeatherTypeChances( thunderstorm=1, - raining=10, - cloudy=30, - clear_skies=60, + raining=15, + cloudy=35, + clear_skies=50, ), }, ) diff --git a/game/theater/seasonalconditions/thechannel.py b/game/theater/seasonalconditions/thechannel.py index 109c781f..a0f86b6d 100644 --- a/game/theater/seasonalconditions/thechannel.py +++ b/game/theater/seasonalconditions/thechannel.py @@ -23,8 +23,8 @@ CONDITIONS = SeasonalConditions( Season.Summer: WeatherTypeChances( thunderstorm=1, raining=10, - cloudy=30, - clear_skies=60, + cloudy=35, + clear_skies=55, ), Season.Fall: WeatherTypeChances( thunderstorm=1,