From 48d6b4cfa189e9782368acafc059554e7542ad6f Mon Sep 17 00:00:00 2001 From: Emanuele Garofalo Date: Sun, 13 Dec 2020 12:33:21 +0100 Subject: [PATCH] Add files via upload New faction NATO desert Storm --- resources/factions/NATO Desert Storm.json | 103 ++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 resources/factions/NATO Desert Storm.json diff --git a/resources/factions/NATO Desert Storm.json b/resources/factions/NATO Desert Storm.json new file mode 100644 index 00000000..b339dba9 --- /dev/null +++ b/resources/factions/NATO Desert Storm.json @@ -0,0 +1,103 @@ +{ + "country": "Combined Joint Task Forces Blue", + "name": "NATO Desert Storm", + "authors": "Hawkmoon", + "description": "

A A faction to recreate the actual unit lineup during Desert Storm as closely as possible

", + "aircrafts": [ + "F_15C", + "F_14A", + "F_15E", + "F_16C_50", + "FA_18C_hornet", + "M_2000C", + "A_10A", + "AV8BNA", + "UH_1H", + "AH_64A", + "B_52H", + "B_1B", + "Tornado_IDS", + "F_111F", + "F_4E", + "F_117A", + "M_2000C", + "S_3B", + "SA342M", + "SA342L", + "SA342Mistral", + "OH_58D" + ], + "awacs": [ + "E_3A", + "E_2C", + ], + "tankers": [ + "KC_135", + "KC135MPRS" + ], + "frontline_units": [ + "MBT_M1A2_Abrams", + "ATGM_M1134_Stryker", + "IFV_M2A2_Bradley", + "APC_M1126_Stryker_ICV", + "IFV_LAV_25", + "APC_M1043_HMMWV_Armament", + "ATGM_M1045_HMMWV_TOW" + "TPz_Fuchs" + "IFV_MCV_80" + "MBT_Challenger_II" + "MBT_M60A3_Patton" + "SPG_M1128_Stryker_MGS" + ], + "artillery_units": [ + "MLRS_M270", + "SPH_M109_Paladin" + ], + "logistics_units": [ + "Transport_M818" + ], + "infantry_units": [ + "Infantry_M4", + "Soldier_M249" + ], + "shorads": [ + "AvengerGenerator", + "ChaparralGenerator", + "VulcanGenerator", + "RolandGenerator" + ], + "sams": [ + "HawkGenerator", + "PatriotGenerator", + "RapierGenerator" + "RolandGenerator" + ], + "ewrs": [ + "PatriotEwrGenerator" + ], + "aircraft_carrier": [ + "CVN_74_John_C__Stennis" + ], + "helicopter_carrier": [ + "LHA_1_Tarawa" + ], + "destroyers": [ + "OliverHazardPerryGroupGenerator" + ], + "cruisers": [ + "Ticonderoga_class" + ], + "requirements": {}, + "carrier_names": [ + "CVN-71 Theodore Roosevelt", + ], + "helicopter_carrier_names": [ + "LHA-1 Tarawa", + "LHA-4 Nassau", + ], + "navy_generators": [ + "OliverHazardPerryGroupGenerator" + ], + "has_jtac": true, + "jtac_unit": "MQ_9_Reaper" +}