mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added (disabled) helicopterPickUpInfantry task
This commit is contained in:
parent
526651c6da
commit
085172f033
22
Database/Tasks/HelicopterPickUpInfantry.lua
Normal file
22
Database/Tasks/HelicopterPickUpInfantry.lua
Normal file
@ -0,0 +1,22 @@
|
||||
-- Library.tasks.helicopterPickUpInfantry = {
|
||||
-- taskFamily = DCSEx.enums.taskFamily.HELICOPTER,
|
||||
-- description =
|
||||
-- {
|
||||
-- briefing = {
|
||||
-- "",
|
||||
-- },
|
||||
-- short = "Land and pick up friendly infantry",
|
||||
-- },
|
||||
-- conditions = {
|
||||
-- difficultyMinimum = 0,
|
||||
-- eras = {},
|
||||
-- },
|
||||
-- completionEvent = DCSEx.enums.taskEvent.LAND,
|
||||
-- flags = { DCSEx.enums.taskFlag.FRIENDLY_TARGET },
|
||||
-- minimumDistance = DCSEx.converter.nmToMeters(5.0),
|
||||
-- safeRadius = 100,
|
||||
-- surfaceType = nil,
|
||||
-- targetCount = { 6, 8 },
|
||||
-- targetFamilies = { DCSEx.enums.unitFamily.GROUND_INFANTRY },
|
||||
-- waypointInaccuracy = DCSEx.converter.nmToMeters(1.5)
|
||||
-- }
|
||||
Loading…
x
Reference in New Issue
Block a user