diff --git a/changelog.md b/changelog.md index 3280a0773..eec11d88b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ Saves from 12.x are not compatible with 12.1.0. ## Features/Improvements - +* **[Engine]** Support for CH-47 Chinook. ## Fixes diff --git a/resources/customized_payloads/CH-47Fbl1.lua b/resources/customized_payloads/CH-47Fbl1.lua new file mode 100644 index 000000000..6bfa3f1dc --- /dev/null +++ b/resources/customized_payloads/CH-47Fbl1.lua @@ -0,0 +1,25 @@ +local unitPayloads = { + ["name"] = "CH-47Fbl1", + ["payloads"] = { + [1] = { + ["name"] = "Liberation Air Assault", + ["pylons"] = { + [1] = { + ["CLSID"] = "{CH47_STBD_M60D}", + ["num"] = 2, + }, + [2] = { + ["CLSID"] = "{CH47_PORT_M60D}", + ["num"] = 1, + }, + }, + ["tasks"] = { + [1] = 35, + }, + }, + }, + ["tasks"] = { + }, + ["unitType"] = "CH-47Fbl1", +} +return unitPayloads diff --git a/resources/factions/bluefor_modern.yaml b/resources/factions/bluefor_modern.yaml index 067a50a1a..d46e48578 100644 --- a/resources/factions/bluefor_modern.yaml +++ b/resources/factions/bluefor_modern.yaml @@ -19,6 +19,7 @@ aircrafts: - C-130J-30 Super Hercules - C-17A - CH-47D + - CH-47F Block I - CH-53E - F-117A Nighthawk - F-14B Tomcat diff --git a/resources/factions/usa_2005.yaml b/resources/factions/usa_2005.yaml index d8184167f..7d8538199 100644 --- a/resources/factions/usa_2005.yaml +++ b/resources/factions/usa_2005.yaml @@ -17,6 +17,7 @@ aircrafts: - C-130J-30 Super Hercules - C-17A - CH-47D + - CH-47F Block I - CH-53E - F-117A Nighthawk - F-14B Tomcat diff --git a/resources/ui/units/aircrafts/banners/CH-47Fbl1.jpg b/resources/ui/units/aircrafts/banners/CH-47Fbl1.jpg new file mode 100644 index 000000000..bb82bef7b Binary files /dev/null and b/resources/ui/units/aircrafts/banners/CH-47Fbl1.jpg differ diff --git a/resources/ui/units/aircrafts/icons/CH-47Fbl1_24.jpg b/resources/ui/units/aircrafts/icons/CH-47Fbl1_24.jpg new file mode 100644 index 000000000..b520b511d Binary files /dev/null and b/resources/ui/units/aircrafts/icons/CH-47Fbl1_24.jpg differ diff --git a/resources/units/aircraft/CH-47Fbl1.yaml b/resources/units/aircraft/CH-47Fbl1.yaml new file mode 100644 index 000000000..a3ab45488 --- /dev/null +++ b/resources/units/aircraft/CH-47Fbl1.yaml @@ -0,0 +1,32 @@ +class: Helicopter +carrier_capable: true +description: # from https://en.wikipedia.org/wiki/Boeing_CH-47_Chinook + In 2001, the CH-47F, an upgraded CH-47D, made its maiden flight. The first production model rolled out at Boeing's + facility in Ridley Park, Pennsylvania, and first flew on 23 October 2006. Upgrades included 4,868-shaft-horsepower + (3,630 kW) Honeywell engines and airframe with better integrated construction for lower maintenance requirements. + The milled construction reduces vibration, as well as inspection and repair needs, and eliminates flexing points to + increase service life. The CH-47F can fly at speeds of over 175 mph (282 km/h) with a payload of more than + 21,000 lb (9,500 kg). New avionics include a Rockwell Collins Common Avionics Architecture System (CAAS) cockpit, + and BAE Systems' Digital Advanced Flight Control System (DAFCS). AgustaWestland assembles the CH-47F under license, + known as the Chinook ICH-47F, for several customers. Boeing delivered 48 CH-47Fs to the U.S. Army through August 2008; + at that time Boeing announced a $4.8 billion (~$6.67 billion in 2023) contract with the Army for 191 Chinooks. +lha_capable: true +introduced: 2006 +cabin_size: 24 # It should have 33 but we do not want so much for CTLD to be possible +can_carry_crates: true +manufacturer: Boeing +origin: USA +price: 8 +role: Transport +variants: + CH-47F Block I: {} +radios: + intra_flight: AN/ARC-186(V) FM + inter_flight: AN/ARC-186(V) FM + channels: + type: common + intra_flight_radio_index: 1 + inter_flight_radio_index: 1 +tasks: + Air Assault: 120 + Transport: 110