mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add basic MiG-29 Fulcrum (full fidelity) support (#3529)
Add basic support for full fidelity MiG-29 Fulcrum.
This commit is contained in:
52
resources/units/aircraft/MiG-29 Fulcrum.yaml
Normal file
52
resources/units/aircraft/MiG-29 Fulcrum.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
description:
|
||||
'The MiG-29 "Fulcrum" is a Russian-designed, twin-engine, supersonic
|
||||
fighter. First operational in the early 1980s, the Fulcrum is a "light weight" fighter,
|
||||
comparable to the American F/A-18 Hornet and F-16. Designed to work in conjunction
|
||||
with the larger Su-27 Flanker, the MiG-29 is armed with an internal 30mm cannon
|
||||
and both infrared and radar guided air-to-air missiles. For air-to-ground tasks,
|
||||
the MiG-29 can be armed with a large array of unguided bombs and rockets.
|
||||
|
||||
|
||||
In addition to a sophisticated pulse doppler radar, the MiG-29 is also equipped
|
||||
with a passive Infrared Search and Track (IRST) sensor that allows the Fulcrum to
|
||||
detect and target enemy aircraft just based on target infrared emissions. This allows
|
||||
the MiG-29 to make stealthy attacks with no warning!
|
||||
|
||||
|
||||
The Fulcrum is a highly-maneuverable fighter in a dogfight, and when paired with
|
||||
the helmet mounted sight and the AA-11 "Archer" air-to-air missile, it is a very
|
||||
lethal adversary.
|
||||
|
||||
|
||||
The MiG-29 has also been widely exported and has served in many countries that include
|
||||
Germany, Iran, Ukraine, and Poland.'
|
||||
introduced: 1983
|
||||
manufacturer: Mikoyan
|
||||
origin: USSR/Russia
|
||||
price: 15
|
||||
role: Multirole Fighter
|
||||
max_range: 150
|
||||
variants:
|
||||
MIG-29-FULCRUM:
|
||||
display_name: MiG-29A Fulcrum-A
|
||||
kneeboard_units: "metric"
|
||||
radios:
|
||||
intra_flight: R862
|
||||
inter_flight: R862
|
||||
channels:
|
||||
type: common
|
||||
namer: fulcrum
|
||||
intra_flight_radio_index: 1
|
||||
inter_flight_radio_index: 1
|
||||
tasks:
|
||||
BAI: 530
|
||||
BARCAP: 370
|
||||
CAS: 530
|
||||
Escort: 370
|
||||
Fighter sweep: 370
|
||||
Intercept: 370
|
||||
OCA/Aircraft: 530
|
||||
OCA/Runway: 410
|
||||
Strike: 410
|
||||
TARCAP: 370
|
||||
hit_points: 16
|
||||
@@ -27,7 +27,8 @@ price: 15
|
||||
role: Multirole Fighter
|
||||
max_range: 150
|
||||
variants:
|
||||
MiG-29A Fulcrum-A: {}
|
||||
MiG-29A Fulcrum-A:
|
||||
display_name: MiG-29A Fulcrum-A (FC3)
|
||||
kneeboard_units: "metric"
|
||||
tasks:
|
||||
BAI: 530
|
||||
|
||||
Reference in New Issue
Block a user