Su-15 Flagon mod v1.0 support (#345)

* Su-15 Flagon mod v1.0 support

Implemented support for Su-15 Flagon mod version 1.0 by Marco1985_IT.

* Replaced the external fuel tanks with gunpods in Su-15 loadouts and added gunfighter: true
This commit is contained in:
MetalStormGhost
2024-06-30 23:05:45 +03:00
committed by GitHub
parent 3bda2929aa
commit 4762b490c0
18 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
local unitPayloads = {
["name"] = "Su_15",
["payloads"] = {
[1] = {
["name"] = "BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{R-8M1R}",
["num"] = 4,
},
[2] = {
["CLSID"] = "{R-8M1T}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 2,
},
},
["tasks"] = {
[1] = 10,
},
},
},
["tasks"] = {
},
["unitType"] = "Su_15",
}
return unitPayloads

View File

@@ -0,0 +1,43 @@
local unitPayloads = {
["name"] = "Su_15TM",
["payloads"] = {
[1] = {
["displayName"] = "BARCAP",
["name"] = "BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{R-98MR}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{R-98MT}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{R-60M}",
["num"] = 5,
},
[4] = {
["CLSID"] = "{R-60M}",
["num"] = 2,
},
[5] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 4,
},
[6] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 11,
[2] = 10,
},
},
},
["tasks"] = {
},
["unitType"] = "Su_15TM",
}
return unitPayloads

View File

@@ -11,6 +11,7 @@
"MiG-15bis Fagot",
"MiG-19P Farmer-B",
"MiG-21bis Fishbed-N",
"Su-15 Flagon-A",
"Tu-95MS Bear-H"
],
"awacs": [

View File

@@ -14,6 +14,7 @@
"MiG-23MLD Flogger-K",
"MiG-25PD Foxbat-E",
"MiG-29A Fulcrum-A",
"Su-15TM Flagon-E",
"Su-17M4 Fitter-K",
"Su-24M Fencer-D",
"Su-25 Frogfoot",

View File

@@ -14,6 +14,7 @@
"MiG-23MLD Flogger-K",
"MiG-25PD Foxbat-E",
"MiG-29A Fulcrum-A",
"Su-15TM Flagon-E",
"Su-17M4 Fitter-K",
"Su-24M Fencer-D",
"Su-25 Frogfoot",

View File

@@ -17,6 +17,7 @@
"MiG-27K Flogger-J2",
"MiG-29A Fulcrum-A",
"MiG-31 Foxhound",
"Su-15TM Flagon-E",
"Su-17M4 Fitter-K",
"Su-24M Fencer-D",
"Su-25 Frogfoot",

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -0,0 +1,20 @@
description:
"The Sukhoi Su-15 (NATO reporting name: Flagon) is a twinjet supersonic interceptor
aircraft developed by the Soviet Union. It entered service in 1965 and remained one
of the front-line designs into the 1990s."
introduced: 1965
manufacturer: Sukhoi
origin: USSR/Russia
price: 12
role: Interceptor
max_range: 200
gunfighter: true
variants:
Su-15 Flagon-A: {}
kneeboard_units: "metric"
tasks:
BARCAP: 360
Escort: 360
Fighter sweep: 360
Intercept: 360
TARCAP: 360

View File

@@ -0,0 +1,23 @@
description:
"The Sukhoi Su-15 (NATO reporting name: Flagon) is a twinjet supersonic interceptor
aircraft developed by the Soviet Union. It entered service in 1965 and remained one
of the front-line designs into the 1990s. The Flagon-A was followed in December 1971
by the Su-15TM (NATO Flagon-E), with the improved Taifun-M radar (NATO Twin Scan)
and provision for UPK-23-250 gun pod or R-60 (AA-8 Aphid) short-range air-to-air
missiles."
introduced: 1971
manufacturer: Sukhoi
origin: USSR/Russia
price: 12
role: Interceptor
max_range: 200
gunfighter: true
variants:
Su-15TM Flagon-E: {}
kneeboard_units: "metric"
tasks:
BARCAP: 370
Escort: 370
Fighter sweep: 370
Intercept: 370
TARCAP: 370