mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
SEAD Sweep threat buffer distance
Added a new option in settings: SEAD Sweep threat buffer distance (nmi).
This commit is contained in:
@@ -276,6 +276,17 @@ class Settings:
|
||||
max=100,
|
||||
detail=("How close to known threats will the TARCAP racetrack extend."),
|
||||
)
|
||||
sead_sweep_threat_buffer_min_distance: int = bounded_int_option(
|
||||
"SEAD Sweep threat buffer distance (nmi)",
|
||||
page=CAMPAIGN_DOCTRINE_PAGE,
|
||||
section=DOCTRINE_DISTANCES_SECTION,
|
||||
default=5,
|
||||
min=0,
|
||||
max=100,
|
||||
detail=(
|
||||
"How close to known threats will the SEAD Sweep engagement zone extend."
|
||||
),
|
||||
)
|
||||
aewc_threat_buffer_min_distance: int = bounded_int_option(
|
||||
"AEW&C threat buffer distance (nmi)",
|
||||
page=CAMPAIGN_DOCTRINE_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user