Add Military Aircraft Mod 1.7.2 (#547)

This commit is contained in:
Drexyl
2025-08-03 10:02:14 +10:00
committed by GitHub
parent dcf4da57b3
commit b2670ba30b
34 changed files with 940 additions and 0 deletions

View File

@@ -0,0 +1,206 @@
local unitPayloads = {
["name"]="B2_Spirit",
["payloads"]=
{
[1]=
{
["displayName"]="Retribution CAS",
["name"]="Retribution CAS",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_GBU-38*40}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_CBU87*18}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[2]=
{
["displayName"]="Retribution Strike",
["name"]="Retribution Strike",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_AGM-154C*8}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_GBU-38*40}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[3]=
{
["displayName"]="Retribution SEAD",
["name"]="Retribution SEAD",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_AGM-154C*8}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_CBU97*18}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[4]=
{
["displayName"]="Retribution DEAD",
["name"]="Retribution DEAD",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_CBU97*18}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_GBU-27*4}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[5]=
{
["displayName"]="Retribution BAI",
["name"]="Retribution BAI",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_GBU-38*40}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_Mk82*40}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[6]=
{
["displayName"]="Retribution OCA/Runway",
["name"]="Retribution OCA/Runway",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_CBU87*18}",
["num"]=1
},
[2]=
{
["CLSID"]="B-1B_Mk-84*8",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[7]=
{
["displayName"]="Retribution OCA/Aircraft",
["name"]="Retribution OCA/Aircraft",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_CBU97*18}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_GBU-38*40}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[8]=
{
["displayName"]="Retribution SEAD Sweep",
["name"]="Retribution SEAD Sweep",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_AGM-154C*8}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_GBU-27*4}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
[9]=
{
["displayName"]="Retribution Armed Recon",
["name"]="Retribution Armed Recon",
["pylons"]=
{
[1]=
{
["CLSID"]="{B2_GBU-38*40}",
["num"]=1
},
[2]=
{
["CLSID"]="{B2_Mk82*40}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
}
},
["unitType"]="B2_Spirit"
}
return unitPayloads

View File

@@ -0,0 +1,90 @@
local unitPayloads = {
["name"]="P3C_Orion",
["payloads"]=
{
[1]=
{
["displayName"]="Retribution Antiship",
["name"]="Retribution Antiship",
["pylons"]=
{
[1]=
{
["CLSID"]="LAU-115_LAU-127_AIM-9L",
["num"]=1
},
[2]=
{
["CLSID"]="LAU-115_LAU-127_AIM-9L",
["num"]=14
},
[3]=
{
["CLSID"]="{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}",
["num"]=13
},
[4]=
{
["CLSID"]="{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}",
["num"]=12
},
[5]=
{
["CLSID"]="{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}",
["num"]=2
},
[6]=
{
["CLSID"]="{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}",
["num"]=3
},
[7]=
{
["CLSID"]="{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
["num"]=4
},
[8]=
{
["CLSID"]="{LTF_5B}",
["num"]=5
},
[9]=
{
["CLSID"]="{LTF_5B}",
["num"]=6
},
[10]=
{
["CLSID"]="{LTF_5B}",
["num"]=7
},
[11]=
{
["CLSID"]="{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}",
["num"]=8
},
[12]=
{
["CLSID"]="{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}",
["num"]=9
},
[13]=
{
["CLSID"]="{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"]=10
},
[14]=
{
["CLSID"]="{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"]=11
}
},
["tasks"]=
{
[1]=31
}
}
},
["unitType"]="P3C_Orion"
}
return unitPayloads