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.
63 lines
2.1 KiB
YAML
63 lines
2.1 KiB
YAML
carrier_capable: true
|
|
description:
|
|
"The Grumman F-14 Tomcat is a two-crew, variable wing-geometry, maritime\
|
|
\ air superiority fighter that served with the US Navy for 32 years and continues\
|
|
\ to serve with the IRIAF in Iran. The F-14 was the US Navy's frontline fighter\
|
|
\ from the 1970s to the mid-2000s. Over the course of its long service it also became\
|
|
\ one of the US Navy\u2019s premier precision ground-attack platform and its lone\
|
|
\ airborne reconnaissance asset.\n\nNoteworthy features of the Tomcat are its swing-wing\
|
|
\ configuration, two-man crew, and the powerful AN/AWG-9 Weapons Control System\
|
|
\ (WCS) and radar. The AWG-9 allows employment of the long-range AIM-54 Phoenix\
|
|
\ air-to-air missile, and the LANTIRN targeting pod allows precision ground strikes\
|
|
\ using laser-guided bombs. The F-14 Tomcat was present in several historic events\
|
|
\ that include the two Gulf of Sidra incidents, Operations Desert Storm Iraqi Freedom,\
|
|
\ the Yugoslavian conflict, and Operation Enduring Freedom over Afghanistan. It\
|
|
\ was also immortalized in the iconic motion picture, Top Gun, and starred in several\
|
|
\ other feature films including The Final Countdown, Executive Decision, and others.\n\
|
|
\nThe Tomcat was also played a vital role in the Iran-Iraq war of the 1980s, where\
|
|
\ is flew for the Islamic Republic of Iran Air Force."
|
|
introduced: 1987
|
|
manufacturer: Grumman
|
|
origin: USA
|
|
price: 26
|
|
role: Carrier-based Air-Superiority Fighter/Fighter Bomber
|
|
max_range: 350
|
|
variants:
|
|
F-14B Tomcat: {}
|
|
radios:
|
|
intra_flight: AN/ARC-182
|
|
inter_flight: AN/ARC-159
|
|
channels:
|
|
type: common
|
|
namer: tomcat
|
|
intra_flight_radio_index: 2
|
|
inter_flight_radio_index: 1
|
|
default_overrides:
|
|
INSAlignmentStored: true
|
|
# ALE39Loadout: 0
|
|
# IlsChannel: 1
|
|
# KY28Key: 1
|
|
# LGB1: 8
|
|
# LGB10: 8
|
|
# LGB100: 6
|
|
# LGB1000: 1
|
|
# M61BURST: 0
|
|
# TacanBand: 0
|
|
# TacanChannel: 0
|
|
# UseLAU138: true
|
|
tasks:
|
|
BAI: 640
|
|
BARCAP: 530
|
|
CAS: 640
|
|
DEAD: 250
|
|
Escort: 530
|
|
Fighter sweep: 530
|
|
Intercept: 530
|
|
OCA/Aircraft: 640
|
|
OCA/Runway: 560
|
|
SEAD: 100
|
|
SEAD Escort: 100
|
|
Strike: 560
|
|
TARCAP: 530
|
|
hit_points: 20
|