From b9ce5ef340c9996820d196f2f935755d45e43e2d Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:48:01 +0200 Subject: [PATCH] Added "OCA bomber strike" task --- Database/Tasks/OCABomberStrike.lua | 2 +- Database/Tasks/OCAFighterStrike.lua | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Database/Tasks/OCABomberStrike.lua b/Database/Tasks/OCABomberStrike.lua index abff862..f3b04d2 100644 --- a/Database/Tasks/OCABomberStrike.lua +++ b/Database/Tasks/OCABomberStrike.lua @@ -1,4 +1,4 @@ -Library.tasks.ocaFighterStrike = { +Library.tasks.ocaBomberStrike = { taskFamily = DCSEx.enums.taskFamily.OCA, description = { diff --git a/Database/Tasks/OCAFighterStrike.lua b/Database/Tasks/OCAFighterStrike.lua index 27620d4..4e4917f 100644 --- a/Database/Tasks/OCAFighterStrike.lua +++ b/Database/Tasks/OCAFighterStrike.lua @@ -3,12 +3,9 @@ Library.tasks.ocaFighterStrike = { description = { briefing = { - "Destroying enemy fighters on the ramp will prevent immediate sortie generation and blunt their ability to provide CAS against our advancing forces.", - "A ramp strike against enemy aircraft will pre-empt an imminent scramble warning we have intel for, preventing a coordinated mass launch.", - "Removing enemy fighters on the ramp will degrade enemy air superiority over the battlespace and protects our medevac and resupply corridors.", - "Priority is to eliminate immediate airborne threats on the ramp to safeguard coalition force freedom of maneuver.", + "", }, - short = "Destroy enemy fighter on the ramp", + short = "Destroy enemy bomber on the ramp", }, conditions = { difficultyMinimum = 0,