diff --git a/game/weather.py b/game/weather.py index 074610c1..45612a90 100644 --- a/game/weather.py +++ b/game/weather.py @@ -319,7 +319,7 @@ class ClearSkies(Weather): @property def turbulence_adjustment(self) -> float: - return 0.3 + return 0.0 def generate_clouds(self) -> Optional[Clouds]: return None @@ -342,7 +342,7 @@ class Cloudy(Weather): @property def turbulence_adjustment(self) -> float: - return 0.6 + return 0.75 def generate_clouds(self) -> Optional[Clouds]: return Clouds.random_preset(rain=False) @@ -366,7 +366,7 @@ class Raining(Weather): @property def turbulence_adjustment(self) -> float: - return 0.9 + return 1.5 def generate_clouds(self) -> Optional[Clouds]: return Clouds.random_preset(rain=True) @@ -390,7 +390,7 @@ class Thunderstorm(Weather): @property def turbulence_adjustment(self) -> float: - return 1.2 + return 3.0 def generate_clouds(self) -> Optional[Clouds]: return Clouds( diff --git a/resources/theaters/caucasus/info.yaml b/resources/theaters/caucasus/info.yaml index 0576370c..aac34370 100644 --- a/resources/theaters/caucasus/info.yaml +++ b/resources/theaters/caucasus/info.yaml @@ -38,7 +38,7 @@ climate: cloudy: 50 clear: 20 turbulence: - high_avg_yearly_turbulence_per_10cm: 4 - low_avg_yearly_turbulence_per_10cm: 1 - solar_noon_turbulence_per_10cm: 1 - midnight_turbulence_per_10cm: 0 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 9 + low_avg_yearly_turbulence_per_10cm: 3.5 + solar_noon_turbulence_per_10cm: 3.5 + midnight_turbulence_per_10cm: -3 \ No newline at end of file diff --git a/resources/theaters/falklands/info.yaml b/resources/theaters/falklands/info.yaml index 2ae15a42..3f9e42c0 100644 --- a/resources/theaters/falklands/info.yaml +++ b/resources/theaters/falklands/info.yaml @@ -47,7 +47,7 @@ climate: cloudy: 45 clear: 25 turbulence: - high_avg_yearly_turbulence_per_10cm: 9 - low_avg_yearly_turbulence_per_10cm: 3 - solar_noon_turbulence_per_10cm: 2 - midnight_turbulence_per_10cm: 0 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 8 + low_avg_yearly_turbulence_per_10cm: 4.5 + solar_noon_turbulence_per_10cm: 3 + midnight_turbulence_per_10cm: -2 \ No newline at end of file diff --git a/resources/theaters/marianaislands/info.yaml b/resources/theaters/marianaislands/info.yaml index 77ff2b05..e8a0bcf8 100644 --- a/resources/theaters/marianaislands/info.yaml +++ b/resources/theaters/marianaislands/info.yaml @@ -39,7 +39,7 @@ climate: cloudy: 30 clear: 20 turbulence: - high_avg_yearly_turbulence_per_10cm: 3 - low_avg_yearly_turbulence_per_10cm: 1 + high_avg_yearly_turbulence_per_10cm: 6.5 + low_avg_yearly_turbulence_per_10cm: 4.5 solar_noon_turbulence_per_10cm: 2 - midnight_turbulence_per_10cm: 1 \ No newline at end of file + midnight_turbulence_per_10cm: -1 \ No newline at end of file diff --git a/resources/theaters/nevada/info.yaml b/resources/theaters/nevada/info.yaml index 7fbc9a63..d98f1064 100644 --- a/resources/theaters/nevada/info.yaml +++ b/resources/theaters/nevada/info.yaml @@ -38,7 +38,7 @@ climate: cloudy: 45 clear: 45 turbulence: - high_avg_yearly_turbulence_per_10cm: 9 - low_avg_yearly_turbulence_per_10cm: 1 - solar_noon_turbulence_per_10cm: 6 - midnight_turbulence_per_10cm: 0 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 17 + low_avg_yearly_turbulence_per_10cm: 3.5 + solar_noon_turbulence_per_10cm: 3.5 + midnight_turbulence_per_10cm: -3 \ No newline at end of file diff --git a/resources/theaters/normandy/info.yaml b/resources/theaters/normandy/info.yaml index edf50f61..320c6f08 100644 --- a/resources/theaters/normandy/info.yaml +++ b/resources/theaters/normandy/info.yaml @@ -38,7 +38,7 @@ climate: cloudy: 50 clear: 20 turbulence: - high_avg_yearly_turbulence_per_10cm: 5 - low_avg_yearly_turbulence_per_10cm: 2 - solar_noon_turbulence_per_10cm: 3 - midnight_turbulence_per_10cm: 1 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 9 + low_avg_yearly_turbulence_per_10cm: 3.5 + solar_noon_turbulence_per_10cm: 3.5 + midnight_turbulence_per_10cm: -3 \ No newline at end of file diff --git a/resources/theaters/persian gulf/info.yaml b/resources/theaters/persian gulf/info.yaml index b4b4ea11..c4529c39 100644 --- a/resources/theaters/persian gulf/info.yaml +++ b/resources/theaters/persian gulf/info.yaml @@ -39,7 +39,7 @@ climate: cloudy: 28 clear: 70 turbulence: - high_avg_yearly_turbulence_per_10cm: 8 - low_avg_yearly_turbulence_per_10cm: 1 - solar_noon_turbulence_per_10cm: 5 - midnight_turbulence_per_10cm: 0 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 9 + low_avg_yearly_turbulence_per_10cm: 4.5 + solar_noon_turbulence_per_10cm: 5.5 + midnight_turbulence_per_10cm: -2 \ No newline at end of file diff --git a/resources/theaters/syria/info.yaml b/resources/theaters/syria/info.yaml index 23ff4c60..cb763e89 100644 --- a/resources/theaters/syria/info.yaml +++ b/resources/theaters/syria/info.yaml @@ -38,7 +38,7 @@ climate: cloudy: 35 clear: 50 turbulence: - high_avg_yearly_turbulence_per_10cm: 7 - low_avg_yearly_turbulence_per_10cm: 2 - solar_noon_turbulence_per_10cm: 4 - midnight_turbulence_per_10cm: 1 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 9 + low_avg_yearly_turbulence_per_10cm: 3.5 + solar_noon_turbulence_per_10cm: 3.5 + midnight_turbulence_per_10cm: -3 \ No newline at end of file diff --git a/resources/theaters/the channel/info.yaml b/resources/theaters/the channel/info.yaml index 86582c6a..b10e34f5 100644 --- a/resources/theaters/the channel/info.yaml +++ b/resources/theaters/the channel/info.yaml @@ -39,7 +39,7 @@ climate: cloudy: 50 clear: 20 turbulence: - high_avg_yearly_turbulence_per_10cm: 5 - low_avg_yearly_turbulence_per_10cm: 2 - solar_noon_turbulence_per_10cm: 3 - midnight_turbulence_per_10cm: 1 \ No newline at end of file + high_avg_yearly_turbulence_per_10cm: 9 + low_avg_yearly_turbulence_per_10cm: 3.5 + solar_noon_turbulence_per_10cm: 3.5 + midnight_turbulence_per_10cm: -3 \ No newline at end of file