air-standard 探测参数调整:雷达4km/光电3km/红外2km

This commit is contained in:
tian 2026-06-18 17:35:59 +08:00
parent bba7d2e505
commit d2d0ae1414
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
"Cooldown": 5.0, "AmmoChangeTime": 30.0,
"MuzzleVelocity": 80.0, "CruiseSpeed": 80.0, "ReleaseAltitude": 1000.0,
"AmmoTypes": [0, 1],
"RadarRange": 8000.0, "EORange": 4000.0, "IRRange": 3000.0,
"RadarRange": 4000.0, "EORange": 3000.0, "IRRange": 2000.0,
"MinElevation": -80.0, "MaxElevation": 30.0, "MinDetectAlt": 30.0, "MaxDetectAlt": 15000.0
}
],

View File

@ -113,7 +113,7 @@
"Cooldown": 5.0, "AmmoChangeTime": 30.0,
"MuzzleVelocity": 80.0, "CruiseSpeed": 80.0, "ReleaseAltitude": 1000.0,
"AmmoTypes": [0, 1],
"RadarRange": 8000.0, "EORange": 4000.0, "IRRange": 3000.0,
"RadarRange": 4000.0, "EORange": 3000.0, "IRRange": 2000.0,
"MinElevation": -80.0, "MaxElevation": 30.0, "MinDetectAlt": 30.0, "MaxDetectAlt": 15000.0
}
],