mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
Changed a few settings.
This commit is contained in:
parent
d8049df498
commit
fcbf7673b1
Binary file not shown.
Binary file not shown.
@ -148,7 +148,7 @@ local TADC_SETTINGS = {
|
||||
red = {
|
||||
maxActiveCAP = 24, -- Maximum RED fighters airborne at once
|
||||
squadronCooldown = 600, -- RED cooldown after squadron launch (seconds)
|
||||
interceptRatio = 1.2, -- RED interceptors per threat aircraft
|
||||
interceptRatio = 0.8, -- RED interceptors per threat aircraft
|
||||
cargoReplenishmentAmount = 4, -- RED aircraft added per cargo delivery
|
||||
emergencyCleanupTime = 7200, -- RED force cleanup time (seconds)
|
||||
rtbFlightBuffer = 300, -- RED extra landing time before cleanup (seconds)
|
||||
@ -158,7 +158,7 @@ local TADC_SETTINGS = {
|
||||
blue = {
|
||||
maxActiveCAP = 24, -- Maximum BLUE fighters airborne at once
|
||||
squadronCooldown = 600, -- BLUE cooldown after squadron launch (seconds)
|
||||
interceptRatio = 1.2, -- BLUE interceptors per threat aircraft
|
||||
interceptRatio = 0.8, -- BLUE interceptors per threat aircraft
|
||||
cargoReplenishmentAmount = 4, -- BLUE aircraft added per cargo delivery
|
||||
emergencyCleanupTime = 7200, -- BLUE force cleanup time (seconds)
|
||||
rtbFlightBuffer = 300, -- BLUE extra landing time before cleanup (seconds)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user