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.
67 lines
2.3 KiB
YAML
67 lines
2.3 KiB
YAML
carrier_capable: true
|
|
description:
|
|
'The AV-8B project was born in the early 1970''s as an effort to address
|
|
the operational inadequacies of the AV-8A first generation Harrier, aimed to dramatically
|
|
improve the capabilities and performance of the early AV-8A''s. The AV-8B made its
|
|
maiden flight in November 1981 and entered service with the United States Marine
|
|
Corps in January 1985. It later evolved into the AV-8B N/A (Night Attack) and AV-8B
|
|
Harrier II Plus.
|
|
|
|
|
|
First flight of a modified AV-8B in the night attack configuration was on June 26th,
|
|
1987. Deliveries to the USMC began in September of 1989 to VMA-214 at Yuma, Arizona.
|
|
Follow-up units based out of Yuma received their Night Attack AV-8Bs by the end
|
|
of 1992.The AV-8B N/A variant (originally known as the AV-8D) had its first operational
|
|
development in 1984 and included use of the NAVFLIR (Navigation Forward-Looking
|
|
Infrared camera, consisting of a GEC-Marconi FLIR system mounted in the nose) for
|
|
night operations. Additionally, GEC Cat''s Eyes night vision goggles were provided
|
|
to the pilot as well as a revised cockpit with color MFDs, a wider field-of-view
|
|
HUD display, a color CRT digital moving map, and a complete "heads-down" operation
|
|
capability. The AV-8B N/A also sports four Tracor ALE-39 countermeasures dispensers
|
|
along the top of the rear fuselage, in addition to two ALE-39 dispensers along the
|
|
lower rear of the fuselage. The AV-8B N/A also fields an updated version of the
|
|
Rolls-Royce Pegasus 11-61 (F402-RR-408) vectored-thrust turbofan engine.'
|
|
introduced: 1989
|
|
lha_capable: true
|
|
manufacturer: McDonnell Douglas
|
|
origin: USA/UK
|
|
price: 15
|
|
role: V/STOL Attack
|
|
max_range: 100
|
|
variants:
|
|
AV-8B Harrier II Night Attack: {}
|
|
radios:
|
|
intra_flight: AN/ARC-210
|
|
inter_flight: AN/ARC-210
|
|
channels:
|
|
type: common
|
|
intra_flight_radio_index: 1
|
|
inter_flight_radio_index: 2
|
|
# default_overrides:
|
|
# AAR_Zone1: 0
|
|
# AAR_Zone2: 0
|
|
# AAR_Zone3: 0
|
|
# ClockTime: 1
|
|
# EWDispenserBL: 2
|
|
# EWDispenserBR: 2
|
|
# EWDispenserTBL: 2
|
|
# EWDispenserTBR: 2
|
|
# EWDispenserTFL: 1
|
|
# EWDispenserTFR: 1
|
|
# LaserCode1: 8
|
|
# LaserCode10: 8
|
|
# LaserCode100: 6
|
|
# MountNVG: false
|
|
# RocketBurst: 1
|
|
tasks:
|
|
Anti-ship: 60
|
|
BAI: 690
|
|
CAS: 690
|
|
DEAD: 350
|
|
OCA/Aircraft: 690
|
|
OCA/Runway: 590
|
|
SEAD: 70
|
|
SEAD Escort: 70
|
|
Strike: 590
|
|
hit_points: 18
|