mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-18 05:05:19 +00:00
Added "helo hunt" tasks for attack and transport helicopters
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Library.tasks.heloHuntTransport = {
|
||||
taskFamily = DCSEx.enums.taskFamily.HELO_HUNT,
|
||||
description =
|
||||
{
|
||||
briefing = {
|
||||
"",
|
||||
},
|
||||
short = "Destroy enemy transport helicopters",
|
||||
},
|
||||
conditions = {
|
||||
difficultyMinimum = 0,
|
||||
eras = {},
|
||||
},
|
||||
completionEvent = DCSEx.enums.taskEvent.DESTROY,
|
||||
flags = { },
|
||||
minimumDistance = DCSEx.converter.nmToMeters(10.0),
|
||||
safeRadius = 100,
|
||||
surfaceType = nil,
|
||||
targetCount = { 2, 3 },
|
||||
targetFamilies = { DCSEx.enums.unitFamily.HELICOPTER_TRANSPORT },
|
||||
waypointInaccuracy = DCSEx.converter.nmToMeters(6.0)
|
||||
}
|
||||
Reference in New Issue
Block a user