mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Allow more helicopters to operate from LHAs and CVs.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3072.
This commit is contained in:
parent
2c7e877086
commit
d3b0ae30eb
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
class: Helicopter
|
||||
carrier_capable: true
|
||||
lha_capable: true
|
||||
price: 4
|
||||
cabin_size: 10
|
||||
can_carry_crates: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user