Revisit/Update custom payloads

This commit is contained in:
Raffson
2023-05-07 18:51:51 +02:00
parent 55b76de3f4
commit 49d965ae7b
59 changed files with 4914 additions and 4536 deletions

View File

@@ -2,24 +2,24 @@ local unitPayloads = {
["name"] = "B-1B",
["payloads"] = {
[1] = {
["name"] = "STRIKE",
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "GBU-31*8",
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 1,
},
[2] = {
["CLSID"] = "GBU-31*8",
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 2,
},
[3] = {
["CLSID"] = "GBU-31*8",
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 34,
[2] = 32,
[1] = 33,
},
},
[2] = {
@@ -63,6 +63,27 @@ local unitPayloads = {
},
},
[4] = {
["name"] = "STRIKE",
["pylons"] = {
[1] = {
["CLSID"] = "GBU-31*8",
["num"] = 1,
},
[2] = {
["CLSID"] = "GBU-31*8",
["num"] = 2,
},
[3] = {
["CLSID"] = "GBU-31*8",
["num"] = 3,
},
},
["tasks"] = {
[1] = 34,
[2] = 32,
},
},
[5] = {
["name"] = "CAP",
["pylons"] = {
},
@@ -70,40 +91,19 @@ local unitPayloads = {
[1] = 33,
},
},
[5] = {
[6] = {
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "CBU97*10",
["num"] = 3,
["CLSID"] = "GBU-38*16",
["num"] = 2,
},
[2] = {
["CLSID"] = "CBU97*10",
["num"] = 2,
["CLSID"] = "CBU87*10",
["num"] = 1,
},
[3] = {
["CLSID"] = "CBU97*10",
["num"] = 1,
},
},
["tasks"] = {
[1] = 33,
},
},
[6] = {
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}",
["num"] = 3,
},
},