Support for SW mod v2.55 (#116)

This commit is contained in:
Pande4360
2023-05-04 21:45:26 +02:00
committed by GitHub
parent 2ce63abf04
commit b36e7ea750
98 changed files with 3734 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
local unitPayloads = {
["name"] = "AWING",
["payloads"] = {
[1] = {
["displayName"] = "Liberation BARCAP",
["name"] = "Liberation BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{AFUEL}",
["num"] = 10,
},
[2] = {
["CLSID"] = "{PROTONM1}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{AFUEL}",
["num"] = 2,
},
[4] = {
["CLSID"] = "{PROTONM1}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 11,
},
},
[2] = {
["displayName"] = "Liberation TARCAP",
["name"] = "Liberation TARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{AFUEL}",
["num"] = 10,
},
[2] = {
["CLSID"] = "{PROTONM1}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{AFUEL}",
["num"] = 2,
},
[4] = {
["CLSID"] = "{PROTONM1}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 11,
},
},
},
["tasks"] = {
},
["unitType"] = "AWING",
}
return unitPayloads