mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-26 21:05:19 +00:00
Temporary disabled "ocaAirbase" task
This commit is contained in:
@@ -1,26 +1,26 @@
|
|||||||
Library.tasks.ocaAirbase = {
|
-- Library.tasks.ocaAirbase = {
|
||||||
taskFamily = DCSEx.enums.taskFamily.OCA,
|
-- taskFamily = DCSEx.enums.taskFamily.OCA,
|
||||||
description =
|
-- description =
|
||||||
{
|
-- {
|
||||||
briefing = {
|
-- briefing = {
|
||||||
"Neutralizing this enemy airbase will eliminate their ability to conduct sustained air sorties and restore local air superiority.",
|
-- "Neutralizing this enemy airbase will eliminate their ability to conduct sustained air sorties and restore local air superiority.",
|
||||||
"Taking out this airbase will disrupt their logistics and sortie tempo, buying time for our ground forces to consolidate.",
|
-- "Taking out this airbase will disrupt their logistics and sortie tempo, buying time for our ground forces to consolidate.",
|
||||||
"This airbase is the hub of enemy reconnaissance and close air support—removing it reduces battlefield intelligence and strike pressure.",
|
-- "This airbase is the hub of enemy reconnaissance and close air support—removing it reduces battlefield intelligence and strike pressure.",
|
||||||
"Outlasting enemy air campaign requires degrading that facility's operational capacity to prevent rotational sorties.",
|
-- "Outlasting enemy air campaign requires degrading that facility's operational capacity to prevent rotational sorties.",
|
||||||
"Disabling this node of their air network constrains their command-and-control reach and limits coordinated strikes."
|
-- "Disabling this node of their air network constrains their command-and-control reach and limits coordinated strikes."
|
||||||
},
|
-- },
|
||||||
short = "Destroy enemy airbase",
|
-- short = "Destroy enemy airbase",
|
||||||
},
|
-- },
|
||||||
conditions = {
|
-- conditions = {
|
||||||
difficultyMinimum = 0,
|
-- difficultyMinimum = 0,
|
||||||
eras = {},
|
-- eras = {},
|
||||||
},
|
-- },
|
||||||
completionEvent = DCSEx.enums.taskEvent.DESTROY,
|
-- completionEvent = DCSEx.enums.taskEvent.DESTROY,
|
||||||
flags = { DCSEx.enums.taskFlag.ALLOW_JTAC, DCSEx.enums.taskFlag.AIRBASE_TARGET },
|
-- flags = { DCSEx.enums.taskFlag.ALLOW_JTAC, DCSEx.enums.taskFlag.AIRBASE_TARGET },
|
||||||
minimumDistance = DCSEx.converter.nmToMeters(10.0),
|
-- minimumDistance = 0.0,
|
||||||
safeRadius = 100,
|
-- safeRadius = 0,
|
||||||
surfaceType = land.SurfaceType.LAND,
|
-- surfaceType = land.SurfaceType.LAND,
|
||||||
targetCount = { 1, 1 },
|
-- targetCount = { 1, 1 },
|
||||||
targetFamilies = { DCSEx.enums.unitFamily.STATIC_SCENERY },
|
-- targetFamilies = { DCSEx.enums.unitFamily.STATIC_SCENERY },
|
||||||
waypointInaccuracy = 0.0
|
-- waypointInaccuracy = 0.0
|
||||||
}
|
-- }
|
||||||
|
|||||||
Reference in New Issue
Block a user