SW2.6 Fixed loadouts x/y wing

This commit is contained in:
Pande4360 2023-05-12 03:46:21 +02:00 committed by Raffson
parent 179850cdb6
commit 8e12f4e790
2 changed files with 1 additions and 33 deletions

View File

@ -67,34 +67,6 @@ local unitPayloads = {
[5] = 17, [5] = 17,
}, },
}, },
[1] = {
["name"] = "Liberation CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{X-29T}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{X-29T}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{X-29T}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{X-29T}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{X-29T}",
["num"] = 5,
},
},
["tasks"] = {
[1] = 31,
},
},
}, },
["tasks"] = { ["tasks"] = {
}, },

View File

@ -50,7 +50,7 @@ local unitPayloads = {
["name"] = "SEAD", ["name"] = "SEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}", ["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 6, ["num"] = 6,
}, },
[2] = { [2] = {
@ -73,10 +73,6 @@ local unitPayloads = {
["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}", ["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
["num"] = 1, ["num"] = 1,
}, },
[7] = {
["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 7,
},
}, },
["tasks"] = { ["tasks"] = {
[1] = 31, [1] = 31,