MetalStormGhost 36d9dda500
Update UH-60L mod support to version 1.3.1
Updated the UH-60L loadout for version 1.3.1 and added the UH-60 to the following factions as per #2176
    Israel-USN 2005 (Allied Sword)
    Israel 2000
    Israel 2012'ish
2022-04-21 21:16:10 +02:00

51 lines
812 B
Lua

local unitPayloads =
{
["name"] = "UH-60L",
["payloads"] =
{
[1] =
{
["name"] = "Liberation Ferry",
["pylons"] =
{
[1] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 2,
},
[4] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 6,
},
[5] = {
["CLSID"] = "{UH60_SEAT_GUNNER_L}",
["num"] = 3,
},
[6] = {
["CLSID"] = "{UH60_SEAT_CARGO_ALL}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{UH60_SEAT_GUNNER_R}",
["num"] = 5,
},
},
["tasks"] =
{
[1] = 35,
[2] = 17,
},
},
},
["tasks"] = {},
["unitType"] = "UH-60L",
}
return unitPayloads