mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* Removed AI varients * Removed AI varients Logo/Banners * Removed AI varients Logo/Banners * Removed AI varients ai flgith planner * Removed AI varients SWPack Fix * Removed AI varients SWPack - SWWeapon fix
52 lines
830 B
Lua
52 lines
830 B
Lua
local unitPayloads = {
|
|
["name"] = "TIE_INTER",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["displayName"] = "Liberation BARCAP",
|
|
["name"] = "Liberation BARCAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 1,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 3,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
[2] = 18,
|
|
[3] = 19,
|
|
[4] = 10,
|
|
[5] = 17,
|
|
},
|
|
},
|
|
[2] = {
|
|
["displayName"] = "Liberation TARCAP",
|
|
["name"] = "Liberation TARCAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 1,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 3,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
[2] = 18,
|
|
[3] = 19,
|
|
[4] = 10,
|
|
[5] = 17,
|
|
},
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
},
|
|
["unitType"] = "TIE_INTER",
|
|
}
|
|
return unitPayloads
|