mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Replaced "ocaBomberStrike" with "ocaStrategicAircraftStrike" (can be bomber OR transport)
This commit is contained in:
parent
525484385a
commit
1c6b06a1a6
@ -1,11 +1,11 @@
|
||||
Library.tasks.ocaBomberStrike = {
|
||||
Library.tasks.ocaStrategicAircraftStrike = {
|
||||
taskFamily = DCSEx.enums.taskFamily.OCA,
|
||||
description =
|
||||
{
|
||||
briefing = {
|
||||
""
|
||||
},
|
||||
short = "Destroy enemy bomber on the ramp",
|
||||
short = "Destroy enemy aircraft on the ramp",
|
||||
},
|
||||
conditions = {
|
||||
difficultyMinimum = 0,
|
||||
@ -17,6 +17,6 @@ Library.tasks.ocaBomberStrike = {
|
||||
safeRadius = 0,
|
||||
surfaceType = land.SurfaceType.LAND,
|
||||
targetCount = { 1, 1 },
|
||||
targetFamilies = { DCSEx.enums.unitFamily.PLANE_BOMBER },
|
||||
targetFamilies = { DCSEx.enums.unitFamily.PLANE_BOMBER, DCSEx.enums.unitFamily.PLANE_TRANSPORT },
|
||||
waypointInaccuracy = 0.0
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user