mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* vietnamwarvessels first batch
* Ship YAMLs
* aircraft yamls initial version, need more work
* initial helicopter yamls
* update aircraft yamls
* Added DDs Fletcher and Sullivans
* ship icons
* aircraft banners and icons
* no huts
* update py files to VWV v0.9.0
* update aircraft yamls, add vigilante
* added 2 ships for VWV v0.9.0
* mig-21mf yaml
* icons and banners additional units v0.9.0
* added VWV units to USA_1970 and Vietnam_1970 JSONs
* Revert "added VWV units to USA_1970 and Vietnam_1970 JSONs"
This reverts commit ed0b28dc36.
* A-1H yaml update
* mig-17 yaml update
* update helicopter yamls
* extension init
* weapon injections
* icon filenames _24 added
* removed tasks 0 from yamls
* hh2d yaml fix
* added VWV v0.9.0 to factions USA and Vietnam
* added max_range to aircraft yamls
* housekeeping
* Flyable to False - not available in mod version
* minor edits
* ignore test campaign
* deleted tasks
* weapon luas blue air
* added task numbers from task.py
* weapon luas red air
* task id numbers in comment
* switched weapon lua from aim-9J to aim-9D
* removed test campaigns
* update payload luas with payload names from flighttype.py
* Changed AIM-9D to 9B, 9D does not work
* removed air assault task for HH-2D
* Cva_31 added to runway_is_operational()
* CVA-31 added to naval_units in faction jsons
* add strike and cas tasks to ra-5c
* correct typo
* Added Armed Recon as task and payload to most a/c
* ignore pre-commit-config.yaml
* pre-commit-config
* black reformat controlpoint.py
* Added tasks to Vigilante (next to Recon) containing attack subtasks, which allow it to be scheduled for missions
* added ships to UNITS_WITH_RADAR
* remove pre-commit-config from gitignore
* added red aircraft to nva_1970 faction
* fixed black's complaint (two empty lines, should be one)
38 lines
2.3 KiB
YAML
38 lines
2.3 KiB
YAML
carrier_capable: true
|
|
description: # from: https://en.wikipedia.org/wiki/North_American_A-5_Vigilante
|
|
The North American A-5 Vigilante is an American carrier-based supersonic bomber
|
|
designed and built by North American Aviation (NAA) for the United States Navy.
|
|
Development of the A-5 had started in 1954 as a private venture by NAA, who sought
|
|
to produce a capable supersonic long-distance bomber as a successor to the abortive
|
|
North American XA2J Super Savage. It was a large and complex aircraft that
|
|
incorporated several innovative features, such as being the first bomber to feature
|
|
a digital computer, while its ability to attain speeds of up to Mach 2 while
|
|
carrying a nuclear strike payload was also relatively ambitious for the era.
|
|
The US Navy saw the value of such a bomber, leading to a contract for its full
|
|
development and production being issued to the firm on 29 August 1956. The type
|
|
performed its first flight just over two years later, on 31 August 1958.
|
|
The Vigilante was introduced by the US Navy during June 1961; it succeeded the
|
|
Douglas A-3 Skywarrior as the Navy's primary nuclear strike aircraft, but its
|
|
service in this capacity was relatively brief due to the deemphasising of manned
|
|
bombers in American nuclear strategy. A far larger quantity of the RA-5C tactical
|
|
strike reconnaissance variant were also procured by the service, which saw
|
|
extensive service during the Vietnam War. It also established several world records
|
|
in both long-distance speed and altitude categories. During the mid-1970s, the
|
|
withdrawal of the type commenced after a relatively short service life, largely due
|
|
to the aircraft being expensive and complex to operate, as well being a victim of
|
|
post-Vietnam military cutbacks.
|
|
introduced: 1963 # original type 1961, RA-5C 1963, USA retired 1979
|
|
manufacturer: North American Aviation
|
|
origin: USA
|
|
price: 15 # reference:
|
|
role: Carrier-based Reconnaissance and Tactical Strike
|
|
max_range: 1000 # combat range without droptanks [nmi]
|
|
gunfighter: false
|
|
variants:
|
|
RA-5C Vigilante: {}
|
|
tasks: # defined in flighttype.py
|
|
Armed Recon: 300
|
|
Strike: 1 # current VWV version (v0.9.0) does not have any weapons for Vigilante
|
|
Intercept: 1 # current VWV version (v0.9.0) does not have any weapons for Vigilante
|
|
CAS: 1 # Retribution wants a fallback task
|