mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Support for SW mod v2.55 (#116)
This commit is contained in:
33
resources/customized_payloads/TIE.lua
Normal file
33
resources/customized_payloads/TIE.lua
Normal 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
|
||||
Reference in New Issue
Block a user