Improve escort logic for helicopters

Babysteps #88
This commit is contained in:
Raffson
2023-08-15 00:57:47 +02:00
parent 270301958a
commit 789806637c
34 changed files with 417 additions and 87 deletions

View File

@@ -142,6 +142,32 @@ local unitPayloads = {
[3] = 18,
},
},
[6] = {
["name"] = "Retribution Escort",
["pylons"] = {
[1] = {
["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
["num"] = 5,
},
[4] = {
["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
["num"] = 6,
},
},
["tasks"] = {
[1] = 31,
[2] = 32,
[3] = 18,
},
},
},
["unitType"] = "Mi-24V",
}