mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Support for VSN F-106 Delta Dart (#319)
* Add Delta Dart * Added Banners and Icons * Add loadouts * Update f106.py * Update f106.py * Update VSN_F106A.yaml * Update VSN_F106B.yaml * Added the F-106 Delta Dart to factions. Also, replaced the banner with one by datoneslav, used with permission. Includes the official VSN logo (also used with permission). Also tweaked the backgrounds of the icons to blue to match the other aircraft. * Added changelog entry. * Add files via upload --------- Co-authored-by: MetalStormGhost <ghosti@smytky.org>
This commit is contained in:
45
resources/customized_payloads/VSN_F106A.lua
Normal file
45
resources/customized_payloads/VSN_F106A.lua
Normal file
@@ -0,0 +1,45 @@
|
||||
local unitPayloads = {
|
||||
["name"] = "VSN_F106A",
|
||||
["payloads"] = {
|
||||
[1] = {
|
||||
["name"] = "CAP",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
|
||||
["num"] = 8,
|
||||
},
|
||||
[2] = {
|
||||
["CLSID"] = "{VSN_F106R_PTB}",
|
||||
["num"] = 7,
|
||||
},
|
||||
[3] = {
|
||||
["CLSID"] = "{VSN_F106L_PTB}",
|
||||
["num"] = 1,
|
||||
},
|
||||
[4] = {
|
||||
["CLSID"] = "{Hughes AIM-4G}",
|
||||
["num"] = 3,
|
||||
},
|
||||
[5] = {
|
||||
["CLSID"] = "{Hughes AIM-4G}",
|
||||
["num"] = 5,
|
||||
},
|
||||
[6] = {
|
||||
["CLSID"] = "{Hughes AIM-4F}",
|
||||
["num"] = 6,
|
||||
},
|
||||
[7] = {
|
||||
["CLSID"] = "{Hughes AIM-4F}",
|
||||
["num"] = 2,
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
[1] = 19,
|
||||
},
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
},
|
||||
["unitType"] = "VSN_F106A",
|
||||
}
|
||||
return unitPayloads
|
||||
45
resources/customized_payloads/VSN_F106B.lua
Normal file
45
resources/customized_payloads/VSN_F106B.lua
Normal file
@@ -0,0 +1,45 @@
|
||||
local unitPayloads = {
|
||||
["name"] = "VSN_F106B",
|
||||
["payloads"] = {
|
||||
[1] = {
|
||||
["name"] = "CAP",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
|
||||
["num"] = 8,
|
||||
},
|
||||
[2] = {
|
||||
["CLSID"] = "{VSN_F106R_PTB}",
|
||||
["num"] = 7,
|
||||
},
|
||||
[3] = {
|
||||
["CLSID"] = "{VSN_F106L_PTB}",
|
||||
["num"] = 1,
|
||||
},
|
||||
[4] = {
|
||||
["CLSID"] = "{Hughes AIM-4F}",
|
||||
["num"] = 6,
|
||||
},
|
||||
[5] = {
|
||||
["CLSID"] = "{Hughes AIM-4G}",
|
||||
["num"] = 5,
|
||||
},
|
||||
[6] = {
|
||||
["CLSID"] = "{Hughes AIM-4G}",
|
||||
["num"] = 3,
|
||||
},
|
||||
[7] = {
|
||||
["CLSID"] = "{Hughes AIM-4F}",
|
||||
["num"] = 2,
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
[1] = 19,
|
||||
},
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
},
|
||||
["unitType"] = "VSN_F106B",
|
||||
}
|
||||
return unitPayloads
|
||||
@@ -13,6 +13,8 @@
|
||||
"F-86F Sabre",
|
||||
"F-100 Super Sabre",
|
||||
"F-104C Starfighter",
|
||||
"F-106A Delta Dart",
|
||||
"F-106B Delta Dart",
|
||||
"P-51D-25-NA Mustang",
|
||||
"P-51D-30-NA Mustang",
|
||||
"F-105D Thunderchief",
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
"F-104C Starfighter",
|
||||
"F-105D Thunderchief",
|
||||
"F-105G Thunderchief",
|
||||
"F-106A Delta Dart",
|
||||
"F-106B Delta Dart",
|
||||
"UH-1H Iroquois"
|
||||
],
|
||||
"awacs": [
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
"F-5E Tiger II",
|
||||
"F-100 Super Sabre",
|
||||
"F-105G Thunderchief",
|
||||
"F-106A Delta Dart",
|
||||
"F-106B Delta Dart",
|
||||
"S-3B Viking",
|
||||
"OV-10A Bronco",
|
||||
"UH-1H Iroquois"
|
||||
|
||||
BIN
resources/ui/units/aircrafts/banners/VSN_F106A.jpg
Normal file
BIN
resources/ui/units/aircrafts/banners/VSN_F106A.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
BIN
resources/ui/units/aircrafts/banners/VSN_F106B.jpg
Normal file
BIN
resources/ui/units/aircrafts/banners/VSN_F106B.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
resources/ui/units/aircrafts/icons/VSN_F106A_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/VSN_F106A_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
BIN
resources/ui/units/aircrafts/icons/VSN_F106B_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/VSN_F106B_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
21
resources/units/aircraft/VSN_F106A.yaml
Normal file
21
resources/units/aircraft/VSN_F106A.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
description:
|
||||
"The Convair F-106 Delta Dart is a supersonic interceptor that served with \
|
||||
\ the United States Air Force from 1959 to 1988. Capable of Mach 2.3 it was \
|
||||
\ envisioned as the ultimate interceptor. The F-106 was designed without a \
|
||||
\ gun or provision for carrying bombs, instead carrying its AIM-4 Falcon \
|
||||
\ air-to-air missiles within an internal weapons bay, its clean exterior was \
|
||||
\ beneficial to supersonic flight."
|
||||
introduced: 1959
|
||||
manufacturer: Convair
|
||||
origin: USA
|
||||
price: 9
|
||||
role: Interceptor
|
||||
max_range: 250
|
||||
gunfighter: false
|
||||
variants:
|
||||
F-106A Delta Dart: {}
|
||||
tasks:
|
||||
BARCAP: 250
|
||||
Escort: 150
|
||||
Fighter sweep: 200
|
||||
Intercept: 300
|
||||
21
resources/units/aircraft/VSN_F106B.yaml
Normal file
21
resources/units/aircraft/VSN_F106B.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
description:
|
||||
"The Convair F-106 Delta Dart is a supersonic interceptor that served with \
|
||||
\ the United States Air Force from 1959 to 1988. Capable of Mach 2.3 it was \
|
||||
\ envisioned as the ultimate interceptor. The F-106 was designed without a \
|
||||
\ gun or provision for carrying bombs, instead carrying its AIM-4 Falcon \
|
||||
\ air-to-air missiles within an internal weapons bay, its clean exterior was \
|
||||
\ beneficial to supersonic flight."
|
||||
introduced: 1959
|
||||
manufacturer: Convair
|
||||
origin: USA
|
||||
price: 9
|
||||
role: Interceptor
|
||||
max_range: 250
|
||||
gunfighter: false
|
||||
variants:
|
||||
F-106B Delta Dart: {}
|
||||
tasks:
|
||||
BARCAP: 250
|
||||
Escort: 150
|
||||
Fighter sweep: 200
|
||||
Intercept: 300
|
||||
Reference in New Issue
Block a user