mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Started cleaning old factions, added back most factions as json. Fixed LHA not spawning.
This commit is contained in:
61
resources/factions/australia_2005.json
Normal file
61
resources/factions/australia_2005.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"country": "Australia",
|
||||
"name": "Australia 2005",
|
||||
"aircrafts": [
|
||||
"FA_18C_hornet",
|
||||
"UH_1H",
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_M1A2_Abrams",
|
||||
"MBT_Leopard_1A3",
|
||||
"APC_M113",
|
||||
"IFV_LAV_25",
|
||||
"IFV_MCV_80"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"RapierGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"RapierGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"HMAS Canberra",
|
||||
"HMAS Adelaide"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
75
resources/factions/bluefor_coldwar.json
Normal file
75
resources/factions/bluefor_coldwar.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"country": "Combined Joint Task Forces Blue",
|
||||
"name": "Bluefor Coldwar",
|
||||
"aircrafts": [
|
||||
"F_14B",
|
||||
"F_4E",
|
||||
"F_5E_3",
|
||||
"A_10A",
|
||||
"AJS37",
|
||||
"UH_1H",
|
||||
"SA342M",
|
||||
"SA342L"
|
||||
],
|
||||
"awacs": [
|
||||
"C_130",
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_M60A3_Patton",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"VulcanGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CVN_74_John_C__Stennis"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
"CVN-71 Theodore Roosevelt",
|
||||
"CVN-72 Abraham Lincoln",
|
||||
"CVN-73 George Washington",
|
||||
"CVN-74 John C. Stennis"
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"LHA-1 Tarawa",
|
||||
"LHA-2 Saipan",
|
||||
"LHA-3 Belleau Wood",
|
||||
"LHA-4 Nassau",
|
||||
"LHA-5 Peleliu"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper",
|
||||
"doctrine": "coldwar"
|
||||
}
|
||||
78
resources/factions/bluefor_coldwar_a4.json
Normal file
78
resources/factions/bluefor_coldwar_a4.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"country": "Combined Joint Task Forces Blue",
|
||||
"name": "Bluefor Coldwar (With A4)",
|
||||
"aircrafts": [
|
||||
"F_14B",
|
||||
"F_4E",
|
||||
"F_5E_3",
|
||||
"A_10A",
|
||||
"AJS37",
|
||||
"UH_1H",
|
||||
"SA342M",
|
||||
"SA342L",
|
||||
"A_4E_C"
|
||||
],
|
||||
"awacs": [
|
||||
"C_130",
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_M60A3_Patton",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"VulcanGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CVN_74_John_C__Stennis"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
|
||||
},
|
||||
"carrier_names": [
|
||||
"CVN-71 Theodore Roosevelt",
|
||||
"CVN-72 Abraham Lincoln",
|
||||
"CVN-73 George Washington",
|
||||
"CVN-74 John C. Stennis"
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"LHA-1 Tarawa",
|
||||
"LHA-2 Saipan",
|
||||
"LHA-3 Belleau Wood",
|
||||
"LHA-4 Nassau",
|
||||
"LHA-5 Peleliu"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper",
|
||||
"doctrine": "coldwar"
|
||||
}
|
||||
79
resources/factions/bluefor_coldwar_a4_mb339.json
Normal file
79
resources/factions/bluefor_coldwar_a4_mb339.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"country": "Combined Joint Task Forces Blue",
|
||||
"name": "Bluefor Coldwar (With A4 & MB339)",
|
||||
"aircrafts": [
|
||||
"F_14B",
|
||||
"F_4E",
|
||||
"F_5E_3",
|
||||
"A_10A",
|
||||
"AJS37",
|
||||
"UH_1H",
|
||||
"SA342M",
|
||||
"SA342L",
|
||||
"A_4E_C",
|
||||
"MB_339PAN"
|
||||
],
|
||||
"awacs": [
|
||||
"C_130",
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_M60A3_Patton",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"VulcanGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CVN_74_John_C__Stennis"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
|
||||
},
|
||||
"carrier_names": [
|
||||
"CVN-71 Theodore Roosevelt",
|
||||
"CVN-72 Abraham Lincoln",
|
||||
"CVN-73 George Washington",
|
||||
"CVN-74 John C. Stennis"
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"LHA-1 Tarawa",
|
||||
"LHA-2 Saipan",
|
||||
"LHA-3 Belleau Wood",
|
||||
"LHA-4 Nassau",
|
||||
"LHA-5 Peleliu"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper",
|
||||
"doctrine": "coldwar"
|
||||
}
|
||||
92
resources/factions/bluefor_modern.json
Normal file
92
resources/factions/bluefor_modern.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"country": "Combined Joint Task Forces Blue",
|
||||
"name": "Bluefor Modern",
|
||||
"aircrafts": [
|
||||
"F_14B",
|
||||
"F_15C",
|
||||
"F_16C_50",
|
||||
"FA_18C_hornet",
|
||||
"JF_17",
|
||||
"M_2000C",
|
||||
"F_5E_3",
|
||||
"Su_27",
|
||||
"Su_25T",
|
||||
"A_10A",
|
||||
"A_10C",
|
||||
"A_10C_2",
|
||||
"AV8BNA",
|
||||
"AJS37",
|
||||
"UH_1H",
|
||||
"AH_64D",
|
||||
"Ka_50",
|
||||
"SA342M",
|
||||
"SA342L"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_M1A2_Abrams",
|
||||
"MBT_Leopard_2",
|
||||
"MBT_Merkava_Mk__4",
|
||||
"ATGM_M1134_Stryker",
|
||||
"IFV_M2A2_Bradley",
|
||||
"IFV_Marder",
|
||||
"IFV_LAV_25",
|
||||
"APC_M1043_HMMWV_Armament",
|
||||
"ATGM_M1045_HMMWV_TOW"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_M270",
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"PatriotGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CVN_74_John_C__Stennis"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
"CVN-71 Theodore Roosevelt",
|
||||
"CVN-72 Abraham Lincoln",
|
||||
"CVN-73 George Washington",
|
||||
"CVN-74 John C. Stennis"
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"LHA-1 Tarawa",
|
||||
"LHA-2 Saipan",
|
||||
"LHA-3 Belleau Wood",
|
||||
"LHA-4 Nassau",
|
||||
"LHA-5 Peleliu"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
59
resources/factions/canada_2005.json
Normal file
59
resources/factions/canada_2005.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"country": "Canada",
|
||||
"name": "Canada 2005",
|
||||
"aircrafts": [
|
||||
"FA_18C_hornet",
|
||||
"UH_1H",
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_Leopard_1A3",
|
||||
"MBT_Leopard_2",
|
||||
"IFV_LAV_25",
|
||||
"APC_M113",
|
||||
"IFV_MCV_80"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
@@ -56,7 +56,7 @@
|
||||
"helicopter_carrier": [
|
||||
"Type_071_Amphibious_Transport_Dock"
|
||||
],
|
||||
"lhanames": [
|
||||
"helicopter_carrier_names": [
|
||||
"Kunlun Shan",
|
||||
"Jinggang Shan",
|
||||
"Changbai Shan",
|
||||
|
||||
69
resources/factions/france_1995.json
Normal file
69
resources/factions/france_1995.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"country": "France",
|
||||
"name": "France 1995",
|
||||
"aircrafts": [
|
||||
"M_2000C",
|
||||
"Mirage_2000_5",
|
||||
"SA342M",
|
||||
"SA342L",
|
||||
"SA342Mistral"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_Leclerc",
|
||||
"TPz_Fuchs",
|
||||
"APC_Cobra",
|
||||
"ATGM_M1134_Stryker",
|
||||
"IFV_LAV_25",
|
||||
"APC_M1043_HMMWV_Armament",
|
||||
"ATGM_M1045_HMMWV_TOW"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_M270",
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"HQ7Generator",
|
||||
"RolandGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"RolandGenerator",
|
||||
"HawkGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa",
|
||||
"Oliver_Hazzard_Perry_class"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"Jeanne d'Arc"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator", "OliverHazardPerryGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
84
resources/factions/france_2005_modded.json
Normal file
84
resources/factions/france_2005_modded.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"country": "France",
|
||||
"name": "France 2005 (Modded)",
|
||||
"aircrafts": [
|
||||
"M_2000C",
|
||||
"Mirage_2000_5",
|
||||
"Rafale_M",
|
||||
"Rafale_A_S",
|
||||
"SA342M",
|
||||
"SA342L",
|
||||
"SA342Mistral"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"AMX_10RCR",
|
||||
"AMX_10RCR_SEPAR",
|
||||
"ERC_90",
|
||||
"TRM_2000_PAMELA",
|
||||
"VAB__50",
|
||||
"VAB_MEPHISTO",
|
||||
"VAB_T20_13",
|
||||
"VAB_T20_13",
|
||||
"VBL__50",
|
||||
"VBL_AANF1",
|
||||
"VBAE_CRAB",
|
||||
"VBAE_CRAB_MMP",
|
||||
"AMX_30B2",
|
||||
"Leclerc_Serie_XXI"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_M270",
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"HQ7Generator",
|
||||
"RolandGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"RolandGenerator",
|
||||
"HawkGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CVN_74_John_C__Stennis"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
"frenchpack V3.5": "https://forums.eagle.ru/showthread.php?t=279974",
|
||||
"RAFALE 2.5.5": "https://www.digitalcombatsimulator.com/fr/files/3307478/"
|
||||
},
|
||||
"carrier_names": [
|
||||
"L9013 Mistral",
|
||||
"L9014 Tonerre",
|
||||
"L9015 Dixmude"
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"Jeanne d'Arc"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
56
resources/factions/germany_1942.json
Normal file
56
resources/factions/germany_1942.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"country": "Third Reich",
|
||||
"name": "Germany 1944",
|
||||
"aircrafts": [
|
||||
"FW_190A8",
|
||||
"FW_190D9",
|
||||
"Bf_109K_4",
|
||||
"Ju_88A4"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MT_Pz_Kpfw_IV_Ausf_H",
|
||||
"APC_Sd_Kfz_251",
|
||||
"IFV_Sd_Kfz_234_2_Puma",
|
||||
"TD_Jagdpanzer_IV"
|
||||
],
|
||||
"artillery_units": [
|
||||
"Sturmpanzer_IV_Brummbär"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Blitz_3_6_6700A",
|
||||
"Kübelwagen_82",
|
||||
"Sd_Kfz_7",
|
||||
"Sd_Kfz_2"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_Mauser_98"
|
||||
],
|
||||
"shorads": [
|
||||
"FlakGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"FlakGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"UBoatGroupGenerator", "SchnellbootGroupGenerator"
|
||||
],
|
||||
"navy_group_count": 2,
|
||||
"has_jtac": false,
|
||||
"doctrine": "ww2",
|
||||
"building_set": "ww2germany"
|
||||
}
|
||||
63
resources/factions/germany_1944.json
Normal file
63
resources/factions/germany_1944.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"country": "Third Reich",
|
||||
"name": "Germany 1944",
|
||||
"aircrafts": [
|
||||
"FW_190A8",
|
||||
"FW_190D9",
|
||||
"Bf_109K_4",
|
||||
"Ju_88A4"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MT_Pz_Kpfw_V_Panther_Ausf_G",
|
||||
"MT_Pz_Kpfw_IV_Ausf_H",
|
||||
"HT_Pz_Kpfw_VI_Tiger_I",
|
||||
"HT_Pz_Kpfw_VI_Ausf__B__Tiger_II",
|
||||
"APC_Sd_Kfz_251",
|
||||
"IFV_Sd_Kfz_234_2_Puma",
|
||||
"Sd_Kfz_184_Elefant",
|
||||
"TD_Jagdpanther_G1",
|
||||
"TD_Jagdpanzer_IV"
|
||||
],
|
||||
"artillery_units": [
|
||||
"Sturmpanzer_IV_Brummbär"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Blitz_3_6_6700A",
|
||||
"Kübelwagen_82",
|
||||
"Sd_Kfz_7",
|
||||
"Sd_Kfz_2"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_Mauser_98"
|
||||
],
|
||||
"shorads": [
|
||||
"FlakGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"FlakGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"UBoatGroupGenerator", "SchnellbootGroupGenerator"
|
||||
],
|
||||
"navy_group_count": 2,
|
||||
"missiles": ["V1GroupGenerator"],
|
||||
"missiles_group_count": 1,
|
||||
"has_jtac": false,
|
||||
"doctrine": "ww2",
|
||||
"building_set": "ww2germany"
|
||||
}
|
||||
61
resources/factions/germany_1990.json
Normal file
61
resources/factions/germany_1990.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"country": "Germany",
|
||||
"name": "Germany 1990",
|
||||
"aircrafts": [
|
||||
"MiG_29G",
|
||||
"Tornado_IDS",
|
||||
"F_4E",
|
||||
"UH_1H",
|
||||
"SA342M",
|
||||
"SA342L"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"TPz_Fuchs",
|
||||
"MBT_Leopard_1A3",
|
||||
"MBT_Leopard_2",
|
||||
"IFV_Marder"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"RolandGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"RolandGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
"Oliver_Hazzard_Perry_class"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"OliverHazardPerryGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
68
resources/factions/india_2010.json
Normal file
68
resources/factions/india_2010.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"country": "India",
|
||||
"name": "India 2010",
|
||||
"aircrafts": [
|
||||
"Mirage_2000_5",
|
||||
"M_2000C",
|
||||
"MiG_27K",
|
||||
"MiG_21Bis",
|
||||
"MiG_29S",
|
||||
"Su_30",
|
||||
"AH_64A",
|
||||
"Mi_8MT"
|
||||
],
|
||||
"awacs": [
|
||||
"A_50"
|
||||
],
|
||||
"tankers": [
|
||||
"IL_78M"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_T_90",
|
||||
"MBT_T_72B",
|
||||
"IFV_BMP_2"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_9K57_Uragan_BM_27",
|
||||
"SPH_2S19_Msta"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_Ural_375",
|
||||
"Transport_UAZ_469"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Paratrooper_RPG_16"
|
||||
],
|
||||
"shorads": [
|
||||
"SA8Generator",
|
||||
"SA13Generator",
|
||||
"SA19Generator",
|
||||
"ZSU23Generator"
|
||||
],
|
||||
"sams": [
|
||||
"SA6Generator",
|
||||
"SA3Generator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
"CV_1143_5_Admiral_Kuznetsov"
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
"INS Vikramaditya"
|
||||
],
|
||||
"navy_generators": [
|
||||
"OliverHazardPerryGroupGenerator", "MolniyaGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
33
resources/factions/insurgents.json
Normal file
33
resources/factions/insurgents.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"country": "Insurgents",
|
||||
"name": "Insurgents",
|
||||
"aircrafts": [
|
||||
],
|
||||
"frontline_units": [
|
||||
"APC_Cobra",
|
||||
"APC_MTLB",
|
||||
"ARV_BRDM_2",
|
||||
"AAA_ZU_23_Insurgent_on_Ural_375"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_9K57_Uragan_BM_27",
|
||||
"SPH_2S19_Msta"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_Ural_375",
|
||||
"Transport_UAZ_469"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_Soldier_Insurgents",
|
||||
"Soldier_RPG"
|
||||
],
|
||||
"shorads": [
|
||||
"SA9Generator",
|
||||
"ZU23Generator",
|
||||
"ZSU23Generator"
|
||||
],
|
||||
"sams": [
|
||||
"ZU23Generator",
|
||||
"ZSU23Generator"
|
||||
]
|
||||
}
|
||||
36
resources/factions/insurgents_modded.json
Normal file
36
resources/factions/insurgents_modded.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"country": "Insurgents",
|
||||
"name": "Insurgents (Modded)",
|
||||
"aircrafts": [
|
||||
],
|
||||
"frontline_units": [
|
||||
"DIM__TOYOTA_BLUE",
|
||||
"DIM__TOYOTA_DESERT",
|
||||
"DIM__TOYOTA_GREEN",
|
||||
"DIM__KAMIKAZE",
|
||||
"AAA_ZU_23_Insurgent_on_Ural_375"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_9K57_Uragan_BM_27",
|
||||
"SPH_2S19_Msta"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_Ural_375",
|
||||
"Transport_UAZ_469"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_Soldier_Insurgents",
|
||||
"Soldier_RPG"
|
||||
],
|
||||
"shorads": [
|
||||
"SA9Generator",
|
||||
"ZU23Generator",
|
||||
"ZSU23Generator"
|
||||
],
|
||||
"sams": [
|
||||
"ZU23Generator",
|
||||
"ZSU23Generator"
|
||||
],"requirements": {
|
||||
"frenchpack V3.5": "https://forums.eagle.ru/showthread.php?t=279974"
|
||||
}
|
||||
}
|
||||
74
resources/factions/iran_2015.json
Normal file
74
resources/factions/iran_2015.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"country": "Iran",
|
||||
"name": "Iran 2015",
|
||||
"aircrafts": [
|
||||
"MiG_21Bis",
|
||||
"MiG_29A",
|
||||
"F_4E",
|
||||
"F_5E_3",
|
||||
"F_14B",
|
||||
"Su_17M4",
|
||||
"Su_24M",
|
||||
"Su_25",
|
||||
"Su_25T",
|
||||
"Mi_28N",
|
||||
"Mi_24V"
|
||||
],
|
||||
"awacs": [
|
||||
"A_50"
|
||||
],
|
||||
"tankers": [
|
||||
"IL_78M"
|
||||
],
|
||||
"frontline_units": [
|
||||
"APC_M113",
|
||||
"APC_BTR_80",
|
||||
"MBT_M60A3_Patton",
|
||||
"IFV_BMP_1",
|
||||
"MBT_T_72B"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_BM_21_Grad",
|
||||
"SPH_2S19_Msta"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_Ural_375",
|
||||
"Transport_UAZ_469"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Paratrooper_AKS",
|
||||
"Infantry_Soldier_Insurgents",
|
||||
"Paratrooper_RPG_16"
|
||||
],
|
||||
"shorads": [
|
||||
"HQ7Generator",
|
||||
"ZSU23Generator"
|
||||
],
|
||||
"sams": [
|
||||
"SA2Generator",
|
||||
"SA6Generator",
|
||||
"SA11Generator",
|
||||
"HawkGenerator",
|
||||
"HQ7Generator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
],
|
||||
"cruisers": [
|
||||
"FSG_1241_1MP_Molniya"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"GrishaGroupGenerator", "MolniyaGroupGenerator", "KiloSubGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
51
resources/factions/israel_1948.json
Normal file
51
resources/factions/israel_1948.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"country": "Israel",
|
||||
"name": "Israel 1948",
|
||||
"aircrafts": [
|
||||
"SpitfireLFMkIXCW",
|
||||
"SpitfireLFMkIX",
|
||||
"P_51D",
|
||||
"P_51D_30_NA",
|
||||
"Bf_109K_4",
|
||||
"B_17G"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MT_M4A4_Sherman_Firefly",
|
||||
"APC_M2A1",
|
||||
"MT_M4_Sherman",
|
||||
"LAC_M8_Greyhound"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_SMLE_No_4_Mk_1"
|
||||
],
|
||||
"shorads": [
|
||||
"BoforsGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"BoforsGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
],
|
||||
"has_jtac": false,
|
||||
"doctrine": "ww2"
|
||||
}
|
||||
58
resources/factions/israel_1973.json
Normal file
58
resources/factions/israel_1973.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"country": "Israel",
|
||||
"name": "Israel 1973",
|
||||
"aircrafts": [
|
||||
"F_4E",
|
||||
"A_4E_C",
|
||||
"UH_1H"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MT_M4A4_Sherman_Firefly",
|
||||
"APC_M2A1",
|
||||
"MBT_M60A3_Patton",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"BoforsGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
"Community A-4E": "https://heclak.github.io/community-a4e-c/",
|
||||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
],
|
||||
"has_jtac": false,
|
||||
"doctrine": "coldwar"
|
||||
}
|
||||
60
resources/factions/israel_1982.json
Normal file
60
resources/factions/israel_1982.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"country": "Israel",
|
||||
"name": "Israel 1982",
|
||||
"aircrafts": [
|
||||
"F_4E",
|
||||
"A_4E_C",
|
||||
"F_15C",
|
||||
"F_16A",
|
||||
"F_16C_50",
|
||||
"UH_1H",
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"APC_M113",
|
||||
"MBT_M60A3_Patton",
|
||||
"MBT_Merkava_Mk__4"
|
||||
],
|
||||
"artillery_units": [
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
63
resources/factions/israel_2000.json
Normal file
63
resources/factions/israel_2000.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"country": "Israel",
|
||||
"name": "Israel 2000",
|
||||
"aircrafts": [
|
||||
"F_4E",
|
||||
"F_15C",
|
||||
"F_15E",
|
||||
"F_16C_50",
|
||||
"UH_1H",
|
||||
"AH_1W",
|
||||
"AH_64D"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"APC_M113",
|
||||
"APC_M1043_HMMWV_Armament",
|
||||
"ATGM_M1045_HMMWV_TOW",
|
||||
"MBT_Merkava_Mk__4"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin",
|
||||
"MLRS_M270"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"ChaparralGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"destroyers": [
|
||||
],
|
||||
"cruisers": [
|
||||
],
|
||||
"requirements": {
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
62
resources/factions/italy_1990.json
Normal file
62
resources/factions/italy_1990.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"country": "Italy",
|
||||
"name": "Italy 1990",
|
||||
"aircrafts": [
|
||||
"Tornado_IDS",
|
||||
"AV8BNA",
|
||||
"UH_1H",
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_Leopard_1A3",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"Oliver_Hazzard_Perry_class"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"Giuseppe Garibaldi",
|
||||
"Cavour"
|
||||
],
|
||||
"navy_generators": [
|
||||
"OliverHazardPerryGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
63
resources/factions/italy_1990_mb339.json
Normal file
63
resources/factions/italy_1990_mb339.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"country": "Italy",
|
||||
"name": "Italy 1990 (With MB339)",
|
||||
"aircrafts": [
|
||||
"Tornado_IDS",
|
||||
"AV8BNA",
|
||||
"MB_339PAN",
|
||||
"UH_1H",
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_Leopard_1A3",
|
||||
"APC_M113"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"AvengerGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"Oliver_Hazzard_Perry_class"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"Giuseppe Garibaldi",
|
||||
"Cavour"
|
||||
],
|
||||
"navy_generators": [
|
||||
"OliverHazardPerryGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
68
resources/factions/japan_2005.json
Normal file
68
resources/factions/japan_2005.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"country": "Japan",
|
||||
"name": "Japan 2005",
|
||||
"aircrafts": [
|
||||
"F_15C",
|
||||
"F_16C_50",
|
||||
"F_4E",
|
||||
"AH_1W",
|
||||
"AH_64D"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
],
|
||||
"tankers": [
|
||||
"KC_135",
|
||||
"KC130"
|
||||
],
|
||||
"frontline_units": [
|
||||
"MBT_Merkava_Mk__4",
|
||||
"MBT_M1A2_Abrams",
|
||||
"IFV_Marder",
|
||||
"TPz_Fuchs",
|
||||
"IFV_LAV_25",
|
||||
"APC_M1043_HMMWV_Armament"
|
||||
],
|
||||
"artillery_units": [
|
||||
"SPH_M109_Paladin",
|
||||
"MLRS_M270"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_M818"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_M4",
|
||||
"Soldier_M249"
|
||||
],
|
||||
"shorads": [
|
||||
"GepardGenerator"
|
||||
],
|
||||
"sams": [
|
||||
"HawkGenerator",
|
||||
"PatriotGenerator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
"LHA_1_Tarawa"
|
||||
],
|
||||
"destroyers": [
|
||||
"USS_Arleigh_Burke_IIa"
|
||||
],
|
||||
"cruisers": [
|
||||
"Ticonderoga_class"
|
||||
],
|
||||
"requirements": {
|
||||
},
|
||||
"carrier_names": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
"Hyuga",
|
||||
"Ise"
|
||||
],
|
||||
"navy_generators": [
|
||||
"ArleighBurkeGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
64
resources/factions/libya_2011.json
Normal file
64
resources/factions/libya_2011.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"country": "Libya",
|
||||
"name": "Libya 2011",
|
||||
"aircrafts": [
|
||||
"MiG_21Bis",
|
||||
"MiG_23MLD",
|
||||
"Su_17M4",
|
||||
"Su_24M",
|
||||
"Mi_24V"
|
||||
],
|
||||
"awacs": [
|
||||
"A_50"
|
||||
],
|
||||
"tankers": [
|
||||
"IL_78M"
|
||||
],
|
||||
"frontline_units": [
|
||||
"IFV_BMP_1",
|
||||
"ARV_BRDM_2",
|
||||
"MBT_T_72B",
|
||||
"MBT_T_55"
|
||||
],
|
||||
"artillery_units": [
|
||||
"MLRS_BM_21_Grad"
|
||||
],
|
||||
"logistics_units": [
|
||||
"Transport_Ural_375",
|
||||
"Transport_UAZ_469"
|
||||
],
|
||||
"infantry_units": [
|
||||
"Infantry_Soldier_Insurgents",
|
||||
"Paratrooper_RPG_16"
|
||||
],
|
||||
"shorads": [
|
||||
"HQ7Generator",
|
||||
"SA8Generator",
|
||||
"ZSU23Generator"
|
||||
],
|
||||
"sams": [
|
||||
"SA2Generator",
|
||||
"SA3Generator",
|
||||
"SA6Generator"
|
||||
],
|
||||
"aircraft_carrier": [
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
],
|
||||
"cruisers": [
|
||||
"FSG_1241_1MP_Molniya"
|
||||
],
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"GrishaGroupGenerator", "MolniyaGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
@@ -53,7 +53,7 @@
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"lhanames": [
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"lhanames": [
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
],
|
||||
"helicopter_carrier": [
|
||||
],
|
||||
"lhanames": [
|
||||
"helicopter_carrier_names": [
|
||||
],
|
||||
"destroyers": [
|
||||
"FF_1135M_Rezky"
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"CVN-73 George Washington",
|
||||
"CVN-74 John C. Stennis"
|
||||
],
|
||||
"lhanames": [
|
||||
"helicopter_carrier_names": [
|
||||
"LHA-1 Tarawa",
|
||||
"LHA-2 Saipan",
|
||||
"LHA-3 Belleau Wood",
|
||||
|
||||
Reference in New Issue
Block a user