mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added ocaFighterStrike task
This commit is contained in:
parent
885b14315f
commit
4a94770322
22
Database/Tasks/OCAFighterStrike.lua
Normal file
22
Database/Tasks/OCAFighterStrike.lua
Normal file
@ -0,0 +1,22 @@
|
||||
Library.tasks.ocaFighterStrike = {
|
||||
taskFamily = DCSEx.enums.taskFamily.OCA,
|
||||
description =
|
||||
{
|
||||
briefing = {
|
||||
""
|
||||
},
|
||||
short = "Destroy enemy fighters on the ramp",
|
||||
},
|
||||
conditions = {
|
||||
difficultyMinimum = 0,
|
||||
eras = {},
|
||||
},
|
||||
completionEvent = DCSEx.enums.taskEvent.DESTROY,
|
||||
flags = { DCSEx.enums.taskFlag.ALLOW_JTAC, DCSEx.enums.taskFlag.PARKED_AIRCRAFT_TARGET },
|
||||
minimumDistance = 0.0,
|
||||
safeRadius = 0,
|
||||
surfaceType = land.SurfaceType.LAND,
|
||||
targetCount = { 1, 1 },
|
||||
targetFamilies = { DCSEx.enums.unitFamily.PLANE_FIGHTER },
|
||||
waypointInaccuracy = 0.0
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user