Update Fuzzle's campaigns and supporting content.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1651
This commit is contained in:
Dan Albert
2021-10-13 17:45:49 -07:00
parent 2a79e4a4e5
commit ce57acb9d6
25 changed files with 743 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
{
"country": "Israel",
"country": "Combined Joint Task Forces Blue",
"name": "Israel-USN 2005 (Allied Sword)",
"authors": "Fuzzle",
"description": "<p>A joint US Navy/Israeli modern faction for use with the Operation Allied Sword scenario.</p>",
@@ -15,7 +15,7 @@
"F/A-18C Hornet (Lot 20)",
"AV-8B Harrier II Night Attack",
"AH-1W SuperCobra",
"AH-64A Apache",
"AH-64D Apache Longbow",
"S-3B Viking",
"SH-60B Seahawk",
"UH-1H Iroquois"
@@ -24,7 +24,6 @@
"E-2C Hawkeye"
],
"tankers": [
"KC-135 Stratotanker",
"KC-130",
"S-3B Tanker"
],

View File

@@ -16,14 +16,11 @@
"Mi-24V Hind-E",
"Mi-8MTV2 Hip",
"SA 342M Gazelle",
"SA 342L Gazelle"
],
"awacs": [
"A-50"
],
"tankers": [
"IL-78M"
"SA 342L Gazelle",
"IL-76MD"
],
"awacs": ["A-50"],
"tankers": ["IL-78M"],
"frontline_units": [
"BMP-1",
"BMP-2",
@@ -35,14 +32,8 @@
"T-90A",
"ZSU-57-2 'Sparka'"
],
"artillery_units": [
"BM-21 Grad",
"2S1 Gvozdika"
],
"logistics_units": [
"Truck Ural-375",
"LUV UAZ-469 Jeep"
],
"artillery_units": ["BM-21 Grad", "2S1 Gvozdika"],
"logistics_units": ["Truck Ural-375", "LUV UAZ-469 Jeep"],
"infantry_units": [
"Paratrooper AKS",
"Infantry AK-74 Rus",
@@ -65,33 +56,18 @@
"ZU23UralGenerator",
"ZSU57Generator"
],
"ewrs": [
"BoxSpringGenerator",
"TallRackGenerator"
],
"missiles": [
"ScudGenerator"
],
"ewrs": ["BoxSpringGenerator", "TallRackGenerator"],
"missiles": ["ScudGenerator"],
"missiles_group_count": 2,
"coastal_defenses": [
"SilkwormGenerator"
],
"coastal_defenses": ["SilkwormGenerator"],
"coastal_group_count": 4,
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
"REZKY",
"MOLNIYA"
],
"cruisers": [
],
"aircraft_carrier": [],
"helicopter_carrier": [],
"helicopter_carrier_names": [],
"destroyers": ["REZKY", "MOLNIYA"],
"cruisers": [],
"requirements": {},
"carrier_names": [
],
"carrier_names": [],
"coastal_group_count": 8,
"navy_generators": [
"GrishaGroupGenerator",

View File

@@ -3,9 +3,7 @@
"name": "US Navy 2005",
"authors": "Fuzzle",
"description": "<p>A modern representation of the US Navy/Marine Corps.</p>",
"locales": [
"en_US"
],
"locales": ["en_US"],
"aircrafts": [
"F-14B Tomcat",
"F/A-18C Hornet (Lot 20)",
@@ -15,54 +13,31 @@
"SH-60B Seahawk",
"UH-1H Iroquois"
],
"awacs": [
"E-2C Hawkeye"
],
"tankers": [
"S-3B Tanker"
],
"awacs": ["E-2C Hawkeye"],
"tankers": ["S-3B Tanker"],
"frontline_units": [
"AAVP-7A1 'Amtrac'",
"M113",
"M1043 HMMWV (M2 HMG)",
"M1045 HMMWV (BGM-71 TOW)",
"M1097 Heavy HMMWV Avenger",
"M1A2 Abrams",
"LAV-25"
],
"artillery_units": [
"M270 Multiple Launch Rocket System"
],
"logistics_units": [
"Truck M818 6x6"
],
"infantry_units": [
"Infantry M4",
"Infantry M249",
"MANPADS Stinger"
"LAV-25",
"M163 Vulcan Air Defense System"
],
"artillery_units": ["M270 Multiple Launch Rocket System"],
"logistics_units": ["Truck M818 6x6"],
"infantry_units": ["Infantry M4", "Infantry M249", "MANPADS Stinger"],
"air_defenses": [
"ChaparralGenerator",
"HawkGenerator",
"VulcanGenerator",
"PatriotGenerator"
],
"ewrs": [
"HawkEwrGenerator"
],
"aircraft_carrier": [
"Stennis"
],
"helicopter_carrier": [
"LHA_Tarawa"
],
"destroyers": [
"USS_Arleigh_Burke_IIa"
],
"cruisers": [
"TICONDEROG"
],
"requirements": {
},
"ewrs": ["HawkEwrGenerator"],
"aircraft_carrier": ["Stennis"],
"helicopter_carrier": ["LHA_Tarawa"],
"destroyers": ["USS_Arleigh_Burke_IIa"],
"cruisers": ["TICONDEROG"],
"requirements": {},
"carrier_names": [
"CVN-71 Theodore Roosevelt",
"CVN-72 Abraham Lincoln",
@@ -85,20 +60,10 @@
"jtac_unit": "MQ-9 Reaper",
"doctrine": "modern",
"liveries_overrides": {
"F-14B Tomcat": [
"VF-142 Ghostriders"
],
"F/A-18C Hornet (Lot 20)": [
"VMFA-251 high visibility"
],
"AV-8B Harrier II Night Attack": [
"VMAT-542"
],
"AH-1W SuperCobra": [
"Marines"
],
"UH-1H Iroquois": [
"US NAVY"
]
"F-14B Tomcat": ["VF-142 Ghostriders"],
"F/A-18C Hornet (Lot 20)": ["VMFA-251 high visibility"],
"AV-8B Harrier II Night Attack": ["VMAT-542"],
"AH-1W SuperCobra": ["Marines"],
"UH-1H Iroquois": ["US NAVY"]
}
}