-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds support for the playable CH-47F --------- Co-authored-by: Raffson <Raffson@users.noreply.github.com> Co-authored-by: Starfire13 <72491792+Starfire13@users.noreply.github.com>
- Loading branch information
1 parent
4e86b52
commit 82258f3
Showing
7 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |