mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
CAS engagement range
New option in Settings: CAS engagement range (nmi)
This commit is contained in:
@@ -267,6 +267,14 @@ class Settings:
|
||||
"lower threat range generally means less BARCAPs are planned."
|
||||
),
|
||||
)
|
||||
cas_engagement_range_distance: int = bounded_int_option(
|
||||
"CAS engagement range (nmi)",
|
||||
page=CAMPAIGN_DOCTRINE_PAGE,
|
||||
section=DOCTRINE_DISTANCES_SECTION,
|
||||
default=10,
|
||||
min=0,
|
||||
max=100,
|
||||
)
|
||||
sead_sweep_engagement_range_distance: int = bounded_int_option(
|
||||
"SEAD Sweep engagement range (nmi)",
|
||||
page=CAMPAIGN_DOCTRINE_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user