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 GitHub
parent 8c6d854732
commit fa5cabace3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 0 deletions

View File

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

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