Add weapon data and loadouts for the HTS.

Used in the default Viper DEAD and SEAD loadouts.
This commit is contained in:
Dan Albert 2021-11-18 16:57:07 -08:00 committed by RndName
parent 5ce6de6645
commit f3f0e23eff
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0
2 changed files with 39 additions and 18 deletions

View File

@ -179,46 +179,55 @@ local unitPayloads = {
}, },
}, },
[5] = { [5] = {
["name"] = "SEAD", ["name"] = "Liberation SEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}", ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 6, ["num"] = 9,
}, },
[2] = { [2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", ["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 7, ["num"] = 7,
}, },
[3] = {
["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
["num"] = 4,
},
[4] = { [4] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", ["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
["num"] = 3, ["num"] = 6,
}, },
[5] = { [5] = {
["CLSID"] = "<CLEAN>", ["CLSID"] = "<CLEAN>",
["num"] = 5, ["num"] = 5,
}, },
[6] = { [6] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 2, ["num"] = 11,
}, },
[7] = { [7] = {
["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
["num"] = 4,
},
[8] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[10] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1, ["num"] = 1,
}, },
[8] = { [11] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", ["CLSID"] = "{AN_ASQ_213}",
["num"] = 8, ["num"] = 10,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
}, },
}, },
["tasks"] = { ["tasks"] = {
[1] = 29,
}, },
}, },
[6] = { [6] = {
@ -265,6 +274,10 @@ local unitPayloads = {
["CLSID"] = "<CLEAN>", ["CLSID"] = "<CLEAN>",
["num"] = 5, ["num"] = 5,
}, },
[11] = {
["CLSID"] = "{AN_ASQ_213}",
["num"] = 10,
},
}, },
["tasks"] = { ["tasks"] = {
[1] = 31, [1] = 31,

View File

@ -0,0 +1,8 @@
name: AN/ASQ-213 HARM Targeting System
type: TGP
# https://www.af.mil/About-Us/Fact-Sheets/Display/Article/104602/high-speed-anti-radiation-missile-targeting-system/
# We have the R7 pod, but since we never get older variants of things in DCS
# just pretend it's as old as the initial revision.
year: 1994
clsids:
- "{AN_ASQ_213}"