Split full-strength start from squadron aircraft limits

This commit is contained in:
Raffson
2023-06-03 16:04:16 +02:00
parent db7bcaa45c
commit 2ed85792b9
4 changed files with 19 additions and 6 deletions

View File

@@ -258,9 +258,7 @@ class Settings:
PILOTS_AND_SQUADRONS_SECTION,
default=False,
detail=(
"If set, squadrons will not be able to exceed a maximum number of aircraft "
"(configurable), and the campaign will begin with all squadrons at full strength "
"given enough room at the base."
"If set, squadrons will not be able to buy more aircraft than the configured maximum."
),
)

View File

@@ -49,6 +49,7 @@ class GeneratorSettings:
no_player_navy: bool
no_enemy_navy: bool
tgo_config: TgoConfig
squadrons_start_full: bool
@dataclass