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,33 @@
local unitPayloads = {
["name"] = "TIE",
["payloads"] = {
[1] = {
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{TIEFUEL}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{TIEFUEL}",
["num"] = 10,
},
},
["tasks"] = {
[1] = CAP,
[2] = Escort,
[3] = FighterSweep,
[4] = Intercept,
[5] = Reconnaissance,
},
},
},
["tasks"] = {
},
["unitType"] = "TIE",
}
return unitPayloads