mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Cold War assets mod v1.0 support (#343)
Implemented support for the Cold War assets mod (ex Tu-16) v1.0 by tripod3
This commit is contained in:
69
resources/factions/soviet_union_1965.json
Normal file
69
resources/factions/soviet_union_1965.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"country": "USSR",
|
||||
"name": "Soviet Union 1965",
|
||||
"authors": "Ghosti",
|
||||
"description": "<p>Soviet armed forces in the 60s, unsing the Cold War Assets mod by tripod3.</p>",
|
||||
"locales": [
|
||||
"ru_RU"
|
||||
],
|
||||
"aircrafts": [
|
||||
"Mi-8MTV2 Hip",
|
||||
"MiG-15bis Fagot",
|
||||
"MiG-19P Farmer-B",
|
||||
"MiG-21bis Fishbed-N",
|
||||
"Tu-4K Bull",
|
||||
"Tu-16 Badger-B",
|
||||
"Tu-22D Blinder",
|
||||
"Tu-22KD Blinder",
|
||||
"Tu-95MS Bear-H"
|
||||
],
|
||||
"awacs": [
|
||||
"A-50"
|
||||
],
|
||||
"tankers": [
|
||||
"IL-78M"
|
||||
],
|
||||
"frontline_units": [
|
||||
"BMD-1",
|
||||
"BMP-1",
|
||||
"BRDM-2",
|
||||
"BTR-80",
|
||||
"BTR-D",
|
||||
"PT-76",
|
||||
"S-60 57mm",
|
||||
"T-55A",
|
||||
"ZSU-57-2 'Sparka'",
|
||||
"ZU-23 on Ural-375"
|
||||
],
|
||||
"artillery_units": [
|
||||
"BM-21 Grad"
|
||||
],
|
||||
"logistics_units": [
|
||||
"LUV UAZ-469 Jeep",
|
||||
"Truck Ural-375"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry AK-74 Rus",
|
||||
"Infantry RPG"
|
||||
],
|
||||
"missiles": [],
|
||||
"preset_groups": [
|
||||
"SA-2/S-75",
|
||||
"SA-3/S-125",
|
||||
"Cold-War-Flak",
|
||||
"KS-19/SON-9"
|
||||
],
|
||||
"naval_units": [],
|
||||
"air_defense_units": [
|
||||
"SAM P19 \"Flat Face\" SR (SA-2/3)",
|
||||
"ZSU-57-2 'Sparka'",
|
||||
"AAA ZU-23 Closed Emplacement",
|
||||
"ZU-23 on Ural-375",
|
||||
"ZSU-23-4 Shilka"
|
||||
],
|
||||
"helicopter_carrier_names": [],
|
||||
"requirements": {},
|
||||
"carrier_names": [],
|
||||
"has_jtac": false,
|
||||
"doctrine": "coldwar"
|
||||
}
|
||||
Reference in New Issue
Block a user