mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
33
resources/customized_payloads/Su_15.lua
Normal file
33
resources/customized_payloads/Su_15.lua
Normal 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
|
||||
43
resources/customized_payloads/Su_15TM.lua
Normal file
43
resources/customized_payloads/Su_15TM.lua
Normal 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
|
||||
@@ -11,6 +11,7 @@
|
||||
"MiG-15bis Fagot",
|
||||
"MiG-19P Farmer-B",
|
||||
"MiG-21bis Fishbed-N",
|
||||
"Su-15 Flagon-A",
|
||||
"Tu-95MS Bear-H"
|
||||
],
|
||||
"awacs": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
BIN
resources/ui/units/aircrafts/icons/Su_15TM_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/Su_15TM_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
resources/ui/units/aircrafts/icons/Su_15_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/Su_15_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
20
resources/units/aircraft/Su_15.yaml
Normal file
20
resources/units/aircraft/Su_15.yaml
Normal 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
|
||||
23
resources/units/aircraft/Su_15TM.yaml
Normal file
23
resources/units/aircraft/Su_15TM.yaml
Normal 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
|
||||
Reference in New Issue
Block a user