Air Assault for C-130 mod

Resolves #49
This commit is contained in:
Raffson
2022-12-27 19:48:09 +01:00
parent d26fc84316
commit c37c56c879
9 changed files with 114 additions and 16 deletions

View File

@@ -121,6 +121,52 @@ local unitPayloads = {
[1] = 31,
},
},
[9] = {
["displayName"] = "Retribution CAS",
["name"] = "Retribution CAS",
["pylons"] = {
[1] = {
["CLSID"] = "Herc_JATO",
["num"] = 1,
},
[2] = {
["CLSID"] = "{Herc_105mm_Howitzer}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{Herc_M61_Vulcan_Rotary_Cannon}",
["num"] = 6,
},
[4] = {
["CLSID"] = "{Herc_GAU_23A_Chain_Gun}",
["num"] = 7,
},
[5] = {
["CLSID"] = "Herc_BattleStation_TGP",
["num"] = 9,
},
},
["tasks"] = {
[1] = 35,
[2] = 31,
},
},
[10] = {
["name"] = "Retribution Air Assault",
["pylons"] = {
[1] = {
["CLSID"] = "Herc_Soldier_Squad",
["num"] = 12,
},
[2] = {
["CLSID"] = "Herc_JATO",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
},
["tasks"] = {
},