mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added helicopterDestroyInfantry task
This commit is contained in:
22
Database/Tasks/HelicopterDestroyInfantry.lua
Normal file
22
Database/Tasks/HelicopterDestroyInfantry.lua
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
Library.tasks.helicopterDestroyInfantry = {
|
||||||
|
taskFamily = DCSEx.enums.taskFamily.HELICOPTER,
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
briefing = {
|
||||||
|
"",
|
||||||
|
},
|
||||||
|
short = "Neutralize enemy infantry",
|
||||||
|
},
|
||||||
|
conditions = {
|
||||||
|
difficultyMinimum = 0,
|
||||||
|
eras = {},
|
||||||
|
},
|
||||||
|
completionEvent = DCSEx.enums.taskEvent.DESTROY,
|
||||||
|
flags = { },
|
||||||
|
minimumDistance = DCSEx.converter.nmToMeters(5.0),
|
||||||
|
safeRadius = 100,
|
||||||
|
surfaceType = nil,
|
||||||
|
targetCount = { 2, 3 },
|
||||||
|
targetFamilies = { DCSEx.enums.unitFamily.GROUND_INFANTRY },
|
||||||
|
waypointInaccuracy = DCSEx.converter.nmToMeters(1.5)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user