From fa5cabace349d7159c3f91b1c2a5a42ab27cb8d7 Mon Sep 17 00:00:00 2001 From: zhexu14 <64713351+zhexu14@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:16:27 +1000 Subject: [PATCH] Allow more helicopters to operate from LHAs and CVs. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3072. --- changelog.md | 1 + resources/units/aircraft/CH-47D.yaml | 2 ++ resources/units/aircraft/CH-53E.yaml | 2 ++ resources/units/aircraft/UH-60A.yaml | 2 ++ 4 files changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 3c2d3708a..2e71081db 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ Saves from 8.x are not compatible with 9.0.0. ## Fixes * **[Data]** Fixed the class of the Samuel Chase so it can't be picked for a AAA or SHORAD site. +* **[Data]** Allow CH-47D, CH-53E and UH-60A to operate from carriers and LHAs. * **[Mission Generation]** Restored previous AI behavior for anti-ship missions. A DCS update caused only a single aircraft in a flight to attack. The full flight will now attack like they used to. * **[Plugins]** Fixed Lua errors in Skynet plugin that would occur whenever one coalition had no IADS nodes. diff --git a/resources/units/aircraft/CH-47D.yaml b/resources/units/aircraft/CH-47D.yaml index 3b1257e3c..3f0b2a1f4 100644 --- a/resources/units/aircraft/CH-47D.yaml +++ b/resources/units/aircraft/CH-47D.yaml @@ -1,4 +1,6 @@ class: Helicopter +carrier_capable: true +lha_capable: true cabin_size: 24 # It should have 33 but we do not want so much for CTLD to be possible can_carry_crates: true description: The CH-47D is a transport helicopter. diff --git a/resources/units/aircraft/CH-53E.yaml b/resources/units/aircraft/CH-53E.yaml index 714a64e7d..2331c727d 100644 --- a/resources/units/aircraft/CH-53E.yaml +++ b/resources/units/aircraft/CH-53E.yaml @@ -1,4 +1,6 @@ class: Helicopter +carrier_capable: true +lha_capable: true cabin_size: 24 # It should have 37 but we do not want so much for CTLD to be possible can_carry_crates: true description: The CH-53 is a military transport helicopter. diff --git a/resources/units/aircraft/UH-60A.yaml b/resources/units/aircraft/UH-60A.yaml index 7e7a098f7..a9ecff8d8 100644 --- a/resources/units/aircraft/UH-60A.yaml +++ b/resources/units/aircraft/UH-60A.yaml @@ -1,4 +1,6 @@ class: Helicopter +carrier_capable: true +lha_capable: true price: 4 cabin_size: 10 can_carry_crates: true