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,25 @@
local unitPayloads = {
["name"] = "YWING",
["payloads"] = {
[1] = {
["name"] = "Liberation CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{PROTONB}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{PROTONB}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 31,
},
},
},
["tasks"] = {
},
["unitType"] = "YWING",
}
return unitPayloads