Allow more helicopters to operate from LHAs and CVs.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3072.
This commit is contained in:
zhexu14 2023-07-14 13:16:27 +10:00 committed by Raffson
parent 2c7e877086
commit d3b0ae30eb
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
4 changed files with 7 additions and 0 deletions

View File

@ -214,6 +214,7 @@ BAI/ANTISHIP/DEAD/STRIKE/BARCAP/CAS/OCA/AIR-ASSAULT (main) missions
## 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.

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,6 @@
class: Helicopter
carrier_capable: true
lha_capable: true
price: 4
cabin_size: 10
can_carry_crates: true