Support for MB-339A

This commit is contained in:
Raffson
2022-10-29 14:58:58 +02:00
parent 5dfeb60a13
commit 2d770ae05e
10 changed files with 214 additions and 1 deletions

View File

@@ -0,0 +1,174 @@
local unitPayloads = {
["name"] = "MB-339A",
["payloads"] = {
[1] = {
["name"] = "Retribution CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{LR25_ARF8M3_HEI}",
["num"] = 9,
},
[2] = {
["CLSID"] = "{LR25_ARF8M3_HEI}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{MB339_DEFA553_R}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{MB339_DEFA553_L}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{Mk82SNAKEYE}",
["num"] = 3,
},
[6] = {
["CLSID"] = "{Mk82SNAKEYE}",
["num"] = 8,
},
[7] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-L}",
["num"] = 1,
},
[8] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-R}",
["num"] = 10,
},
},
["tasks"] = {
[1] = 31,
},
},
[2] = {
["displayName"] = "Retribution OCA/Runway",
["name"] = "Retribution OCA/Runway",
["pylons"] = {
[1] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-R}",
["num"] = 10,
},
[2] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-L}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{BLU107B_DURANDAL}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{BLU107B_DURANDAL}",
["num"] = 2,
},
[5] = {
["CLSID"] = "{BLU107B_DURANDAL}",
["num"] = 8,
},
[6] = {
["CLSID"] = "{BLU107B_DURANDAL}",
["num"] = 3,
},
[7] = {
["CLSID"] = "<CLEAN>",
["num"] = 7,
},
[8] = {
["CLSID"] = "<CLEAN>",
["num"] = 4,
},
},
["tasks"] = {
[1] = 34,
},
},
[3] = {
["displayName"] = "Retribution OCA/Aircraft",
["name"] = "Retribution OCA/Aircraft",
["pylons"] = {
[1] = {
["CLSID"] = "<CLEAN>",
["num"] = 9,
},
[2] = {
["CLSID"] = "<CLEAN>",
["num"] = 2,
},
[3] = {
["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"] = 3,
},
[6] = {
["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
["num"] = 8,
},
[7] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-L}",
["num"] = 1,
},
[8] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-R}",
["num"] = 10,
},
},
["tasks"] = {
[1] = 31,
[2] = 34,
},
},
[4] = {
["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "<CLEAN>",
["num"] = 9,
},
[2] = {
["CLSID"] = "<CLEAN>",
["num"] = 2,
},
[3] = {
["CLSID"] = "<CLEAN>",
["num"] = 7,
},
[4] = {
["CLSID"] = "<CLEAN>",
["num"] = 4,
},
[5] = {
["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}",
["num"] = 3,
},
[6] = {
["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}",
["num"] = 8,
},
[7] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-L}",
["num"] = 1,
},
[8] = {
["CLSID"] = "{FUEL-TIP-ELLITTIC-R}",
["num"] = 10,
},
},
["tasks"] = {
[1] = 31,
[2] = 32,
},
},
},
["tasks"] = {
},
["unitType"] = "MB-339A",
}
return unitPayloads

View File

@@ -12,6 +12,7 @@
"F-104S Starfighter",
"F-104S Starfighter A/G",
"C-130",
"MB-339A",
"Tornado IDS",
"UH-1H Iroquois"
],

View File

@@ -6,6 +6,7 @@
"aircrafts": [
"A-4E Skyhawk",
"C-101CC Aviojet",
"MB-339A",
"Mi-8MTV2 Hip",
"SA 342M Gazelle",
"UH-1H Iroquois"

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,19 @@
description: # from wiki
The MB-339 was developed during the 1970s in response to an Italian Air Force requirement that sought a replacement
for the service's existing fleet of Aermacchi MB-326s. Its design was derived from that of the MB-326, rather than
a new design, and thus the two aircraft share considerable similarities in terms of their design. Aermacchi had
found that the MB-339 was capable of satisfying all of the specified requirements while being the most affordable
option available. The maiden flight of the MB-339 took place on 12 August 1976; the first production aircraft were
delivered two years later.
introduced: 1979
manufacturer: Aermacchi
origin: Italy
price: 9
role: Light Attack
gunfighter: true
variants:
MB-339A: {}
kneeboard_units: "metric"
radios:
intra_flight: AN/ARC-150(V)2
inter_flight: SRT-651/N