mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
DCS 55918 (#3401)
This PR adds support for DCS 2.9.5.55918. Some limited support for the Kiowa Warrior is also implemented.
This commit is contained in:
@@ -25,6 +25,7 @@ aircrafts:
|
||||
- F/A-18C Hornet (Lot 20)
|
||||
- Mirage 2000C
|
||||
- OH-58D Kiowa Warrior
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- S-3B Viking
|
||||
- SA 342L Gazelle
|
||||
- SA 342M Gazelle
|
||||
|
||||
@@ -25,6 +25,7 @@ aircrafts:
|
||||
- F/A-18C Hornet (Lot 20)
|
||||
- Mirage 2000C
|
||||
- OH-58D Kiowa Warrior
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- S-3B Viking
|
||||
- SA 342L Gazelle
|
||||
- SA 342M Gazelle
|
||||
|
||||
@@ -45,6 +45,7 @@ aircrafts:
|
||||
- Mi-24P Hind-F
|
||||
- Mi-8MTV2 Hip
|
||||
- MiG-29S Fulcrum-C
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- SA 342L Gazelle
|
||||
- SA 342M Gazelle
|
||||
- Su-25T Frogfoot
|
||||
|
||||
@@ -13,6 +13,7 @@ aircrafts:
|
||||
- F-4E Phantom II
|
||||
- F-4E-45MC Phantom II
|
||||
- OH-58D Kiowa Warrior
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- UH-1H Iroquois
|
||||
- UH-60A
|
||||
- UH-60L
|
||||
|
||||
@@ -23,6 +23,7 @@ aircrafts:
|
||||
- F-15E Strike Eagle (Suite 4+)
|
||||
- F-16CM Fighting Falcon (Block 50)
|
||||
- F/A-18C Hornet (Lot 20)
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- S-3B Viking
|
||||
- SH-60B Seahawk
|
||||
- UH-1H Iroquois
|
||||
|
||||
@@ -26,6 +26,7 @@ aircrafts:
|
||||
- F-16CM Fighting Falcon (Block 50)
|
||||
- F-22A Raptor
|
||||
- F/A-18C Hornet (Lot 20)
|
||||
- OH-58D(R) Kiowa Warrior
|
||||
- S-3B Viking
|
||||
- SH-60B Seahawk
|
||||
- UH-1H Iroquois
|
||||
|
||||
BIN
resources/ui/units/aircrafts/icons/OH58D_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/OH58D_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
@@ -51,3 +51,4 @@ tasks:
|
||||
SEAD Escort: 120
|
||||
Strike: 400
|
||||
TARCAP: 410
|
||||
hit_points: 20
|
||||
|
||||
35
resources/units/aircraft/OH58D.yaml
Normal file
35
resources/units/aircraft/OH58D.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
class: Helicopter
|
||||
cabin_size: 0 # Can not transport troops
|
||||
can_carry_crates: false # Can not carry crates
|
||||
carrier_capable: true
|
||||
description:
|
||||
The Bell OH-58D Kiowa Warrior is a family of single-engine, single-rotor, military
|
||||
helicopters used for observation, utility, and direct fire support. Bell Helicopter
|
||||
manufactured the OH-58 for the United States Army based on its Model 206A JetRanger
|
||||
helicopter. The OH-58 was in continuous U.S. Army service from 1969 to 2017, when
|
||||
it was replaced in these roles by the Boeing AH-64 Apache and Eurocopter UH-72 Lakota.
|
||||
The latest model, the OH-58D Kiowa Warrior, is primarily operated in an armed reconnaissance
|
||||
role in support of ground troops. The OH-58 has been exported to Austria, Canada,
|
||||
Croatia, the Dominican Republic, Taiwan, Saudi Arabia, and Greece. It has also been
|
||||
produced under license in Australia.
|
||||
introduced: 1983
|
||||
lha_capable: true
|
||||
manufacturer: Bell
|
||||
origin: USA
|
||||
price: 6
|
||||
role: Light Attack/Forward Air Control
|
||||
radios:
|
||||
intra_flight: AN/ARC-164
|
||||
inter_flight: AN/ARC-164
|
||||
channels:
|
||||
type: common
|
||||
namer: kiowa
|
||||
intra_flight_radio_index: 1
|
||||
inter_flight_radio_index: 1
|
||||
variants:
|
||||
OH-58D(R) Kiowa Warrior: {}
|
||||
tasks:
|
||||
BAI: 470
|
||||
CAS: 470
|
||||
OCA/Aircraft: 470
|
||||
hit_points: 12
|
||||
Reference in New Issue
Block a user