mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Configurable tanker on-station time (#69)
This commit is contained in:
@@ -386,6 +386,14 @@ class Settings:
|
||||
min=30,
|
||||
max=150,
|
||||
)
|
||||
desired_tanker_on_station_time: timedelta = minutes_option(
|
||||
"Desired tanker on-station time",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=GAMEPLAY_SECTION,
|
||||
default=timedelta(minutes=60),
|
||||
min=30,
|
||||
max=150,
|
||||
)
|
||||
# Mission specific
|
||||
max_frontline_length: int = bounded_int_option(
|
||||
"Maximum frontline length (km)",
|
||||
|
||||
Reference in New Issue
Block a user