Changed a few settings.

This commit is contained in:
iTracerFacer 2025-11-20 09:19:25 -06:00
parent d8049df498
commit fcbf7673b1
3 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ local TADC_SETTINGS = {
red = { red = {
maxActiveCAP = 24, -- Maximum RED fighters airborne at once maxActiveCAP = 24, -- Maximum RED fighters airborne at once
squadronCooldown = 600, -- RED cooldown after squadron launch (seconds) 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 cargoReplenishmentAmount = 4, -- RED aircraft added per cargo delivery
emergencyCleanupTime = 7200, -- RED force cleanup time (seconds) emergencyCleanupTime = 7200, -- RED force cleanup time (seconds)
rtbFlightBuffer = 300, -- RED extra landing time before cleanup (seconds) rtbFlightBuffer = 300, -- RED extra landing time before cleanup (seconds)
@ -158,7 +158,7 @@ local TADC_SETTINGS = {
blue = { blue = {
maxActiveCAP = 24, -- Maximum BLUE fighters airborne at once maxActiveCAP = 24, -- Maximum BLUE fighters airborne at once
squadronCooldown = 600, -- BLUE cooldown after squadron launch (seconds) 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 cargoReplenishmentAmount = 4, -- BLUE aircraft added per cargo delivery
emergencyCleanupTime = 7200, -- BLUE force cleanup time (seconds) emergencyCleanupTime = 7200, -- BLUE force cleanup time (seconds)
rtbFlightBuffer = 300, -- BLUE extra landing time before cleanup (seconds) rtbFlightBuffer = 300, -- BLUE extra landing time before cleanup (seconds)