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:
M Chimiste
2024-05-21 17:03:53 -04:00
committed by GitHub
parent 3b65a0ab88
commit c947ac0ef1
19 changed files with 454 additions and 0 deletions

View 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

View 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