mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
This PR: - Introduces a new member of UnitType, hit_points, which is an abstract representation of the durability of a unit, and loads it in from the YAML files in the various subclasses (Ship, Ground etc). - Adds scripts for populating/updating the unit YAML files with hit point data from DCS. This script also gets the data for static objects, but I'll leave the plugging in of static object data into Liberation for another PR. - Updates the unit YAML files by running the above scripts. I did toy with the idea of adding this data to the unit definitions in pydcs via an export from DCS, but it would be a more involved change, since the current pydcs export script runs in the Hooks Lua environment in DCS and AFAICT the hit points (via Unit.getLife()) is run in the mission scripting environment.
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
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: 19
|
|
role: Multirole Fighter
|
|
max_range: 150
|
|
variants:
|
|
MiG-29S Fulcrum-C: {}
|
|
kneeboard_units: "metric"
|
|
tasks:
|
|
BAI: 550
|
|
BARCAP: 470
|
|
CAS: 550
|
|
Escort: 470
|
|
Fighter sweep: 470
|
|
Intercept: 470
|
|
OCA/Aircraft: 550
|
|
OCA/Runway: 430
|
|
Strike: 430
|
|
TARCAP: 470
|
|
hit_points: 16
|