mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Autoplan Air-to-Air Escorts for AWACS & Tankers
This commit is contained in:
@@ -689,6 +689,16 @@ class Settings:
|
||||
max=100,
|
||||
detail="See 2-ship weight factor (WF4)",
|
||||
)
|
||||
primary_task_distance_factor: int = bounded_int_option(
|
||||
"Primary task distance weight (NM)",
|
||||
CAMPAIGN_MANAGEMENT_PAGE,
|
||||
FLIGHT_PLANNER_AUTOMATION,
|
||||
default=75,
|
||||
min=10,
|
||||
max=250,
|
||||
detail="A larger number will force the auto-planner to stick with squadrons that have a matching primary task."
|
||||
" A smaller number will ignore squadrons with a matching primary task that are too far out.",
|
||||
)
|
||||
|
||||
# Mission Generator
|
||||
# Gameplay
|
||||
|
||||
Reference in New Issue
Block a user