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
This commit is contained in:
MetalStormGhost
2022-04-21 22:16:10 +03:00
committed by GitHub
parent 3008d9a512
commit 36d9dda500
7 changed files with 84 additions and 29 deletions

View File

@@ -8,26 +8,34 @@ local unitPayloads =
["name"] = "Liberation Ferry",
["pylons"] =
{
[1] =
{
[1] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 1,
},
[2] =
{
[3] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 2,
},
[3] =
{
[4] = {
["CLSID"] = "{UH60_FUEL_TANK_230}",
["num"] = 6,
},
[5] = {
["CLSID"] = "{UH60_SEAT_GUNNER_L}",
["num"] = 3,
},
[4] =
{
["CLSID"] = "{UH60_FUEL_TANK_230}",
[6] = {
["CLSID"] = "{UH60_SEAT_CARGO_ALL}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{UH60_SEAT_GUNNER_R}",
["num"] = 5,
},
},
["tasks"] =
{

View File

@@ -19,7 +19,8 @@
"AH-64D Apache Longbow (AI)",
"S-3B Viking",
"SH-60B Seahawk",
"UH-1H Iroquois"
"UH-1H Iroquois",
"UH-60L"
],
"awacs": [
"E-2C Hawkeye"
@@ -97,7 +98,10 @@
],
"UH-1H Iroquois": [
"US NAVY"
]
],
"UH-60L": [
"Israeli Air Force"
]
},
"unrestricted_satnav": true
}

View File

@@ -16,7 +16,8 @@
"F-15E Strike Eagle",
"F-16CM Fighting Falcon (Block 50)",
"F-4E Phantom II",
"UH-1H Iroquois"
"UH-1H Iroquois",
"UH-60L"
],
"awacs": [
"E-2C Hawkeye"
@@ -62,5 +63,10 @@
"helicopter_carrier_names": [],
"has_jtac": true,
"jtac_unit": "MQ-9 Reaper",
"liveries_overrides": {
"UH-60L": [
"Israeli Air Force"
]
},
"unrestricted_satnav": true
}

View File

@@ -17,7 +17,8 @@
"F-16CM Fighting Falcon (Block 50)",
"F/A-18C Hornet (Lot 20)",
"Mirage 2000C",
"UH-1H Iroquois"
"UH-1H Iroquois",
"UH-60L"
],
"awacs": [
"E-2C Hawkeye"
@@ -90,7 +91,10 @@
],
"Mirage 2000C": [
"UAE Air Force"
]
],
"UH-60L": [
"Israeli Air Force"
]
},
"unrestricted_satnav": true
}