mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixes https://github.com/Khopa/dcs_liberation/issues/417, though the notes on that bug about this being non-optimal for skynet are still true. This doesn't make skynet behavior any worse though, and does improve it some compared to not having PD. Adds two new SA-10 generator variants: * Tier 2, with SA-15 for point defense * Tier 3, with SA-15 for point defense and the Shilka upgraded to a Tunguska. Updated factions that are capable of those systems, added missing SAMs to those factions, and removed use of SA-19 as an independent SAM from those factions. Will do a larger audit of faction SAMs later.
67 lines
1.1 KiB
JSON
67 lines
1.1 KiB
JSON
{
|
|
"country": "Ukraine",
|
|
"name": "Ukraine 2010",
|
|
"authors": "Khopa",
|
|
"description": "<p>Ukrainian army in the 2010s.</p>",
|
|
"aircrafts": [
|
|
"Su_25",
|
|
"Su_25T",
|
|
"Su_24M",
|
|
"Su_27",
|
|
"MiG_29S",
|
|
"L_39ZA",
|
|
"Mi_8MT",
|
|
"Mi_24V"
|
|
],
|
|
"awacs": [
|
|
"A_50"
|
|
],
|
|
"tankers": [
|
|
"IL_78M"
|
|
],
|
|
"frontline_units": [
|
|
"APC_M1043_HMMWV_Armament",
|
|
"IFV_BMP_3",
|
|
"IFV_BMP_2",
|
|
"APC_BTR_80",
|
|
"MBT_T_80U",
|
|
"MBT_T_72B"
|
|
],
|
|
"artillery_units": [
|
|
],
|
|
"logistics_units": [
|
|
"Transport_Ural_375",
|
|
"Transport_UAZ_469"
|
|
],
|
|
"infantry_units": [
|
|
"Paratrooper_AKS",
|
|
"Infantry_Soldier_Rus",
|
|
"Paratrooper_RPG_16"
|
|
],
|
|
"shorads": [
|
|
"SA9Generator",
|
|
"SA13Generator",
|
|
"SA19Generator"
|
|
],
|
|
"sams": [
|
|
"SA3Generator",
|
|
"SA6Generator",
|
|
"SA8Generator",
|
|
"SA10Generator",
|
|
"SA11Generator",
|
|
"Tier2SA10Generator",
|
|
"Tier3SA10Generator"
|
|
],
|
|
"ewrs": [
|
|
"BigBirdGenerator"
|
|
],
|
|
"requirements": {},
|
|
"carrier_names": [
|
|
"Admiral Kuznetov",
|
|
"Admiral Gorshkov"
|
|
],
|
|
"navy_generators": [
|
|
"GrishaGroupGenerator"
|
|
]
|
|
}
|