mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
UH-60L mod support
Resolves #1964 but adding CTLD will require the use of Liberation plugins and thus are not included in this pull request. - Implemented support for the UH-60L mod by =X51= Kinkkujuustovoileipa, Cubeboy, Jonas, JinxxDCS, Dorian, =X51= Parzival & =X51= Lawson. - Because the standard DCS tankers will not fly below 160ish knots, the UH-60L mod team have included a modified version of the KC-130 tanker designed for refueling at speeds of 120-130kts.
This commit is contained in:
42
resources/customized_payloads/UH-60L.lua
Normal file
42
resources/customized_payloads/UH-60L.lua
Normal file
@@ -0,0 +1,42 @@
|
||||
local unitPayloads =
|
||||
{
|
||||
["name"] = "UH-60L",
|
||||
["payloads"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["name"] = "Liberation Ferry",
|
||||
["pylons"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["CLSID"] = "{UH60_FUEL_TANK_230}",
|
||||
["num"] = 1,
|
||||
},
|
||||
[2] =
|
||||
{
|
||||
["CLSID"] = "{UH60_FUEL_TANK_230}",
|
||||
["num"] = 2,
|
||||
},
|
||||
[3] =
|
||||
{
|
||||
["CLSID"] = "{UH60_FUEL_TANK_230}",
|
||||
["num"] = 3,
|
||||
},
|
||||
[4] =
|
||||
{
|
||||
["CLSID"] = "{UH60_FUEL_TANK_230}",
|
||||
["num"] = 4,
|
||||
},
|
||||
},
|
||||
["tasks"] =
|
||||
{
|
||||
[1] = 35,
|
||||
[2] = 17,
|
||||
},
|
||||
},
|
||||
},
|
||||
["tasks"] = {},
|
||||
["unitType"] = "UH-60L",
|
||||
}
|
||||
return unitPayloads
|
||||
Reference in New Issue
Block a user