Add Humble Helper campaign and factions.

https://github.com/dcs-liberation/dcs_liberation/issues/1197
(cherry picked from commit f1582fcc10)
This commit is contained in:
Dan Albert
2021-06-09 18:39:26 -07:00
parent 17efb48b2e
commit dffc631b87
4 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
{
"country": "Israel",
"name": "Israel 2012'ish",
"authors": "Headiii",
"description": "<p>A more modern Israeli faction with fictional Imports.</p>",
"locales": ["he_IL"],
"aircrafts": [
"A_10C",
"F_15C",
"F_15E",
"F_16C_50",
"FA_18C_hornet",
"M_2000C",
"UH_1H",
"AH_64D"
],
"awacs": [
"E_2C"
],
"tankers": [
"KC_135",
"KC130"
],
"frontline_units": [
"APC_M113",
"Scout_HMMWV",
"ATGM_HMMWV",
"MBT_Merkava_IV",
"SPAAA_Vulcan_M163"
],
"artillery_units": [
"SPH_M109_Paladin_155mm",
"MLRS_M270_227mm"
],
"logistics_units": [
"Truck_M818_6x6"
],
"infantry_units": [
"Infantry_M4",
"Infantry_M249",
"MANPADS_Stinger"
],
"air_defenses": [
"ChaparralGenerator",
"HawkGenerator",
"PatriotGenerator",
"VulcanGenerator"
],
"ewrs": [
"HawkEwrGenerator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"destroyers": [
],
"cruisers": [
],
"requirements": {
},
"carrier_names": [
],
"helicopter_carrier_names": [
],
"navy_generators": [
"ArleighBurkeGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper",
"liveries_overrides": {
"A_10C": [
"Fictional Israel 115 Sqn Flying Dragon"
],
"F_15C": [
"390th Fighter SQN"
],
"F_15E":[
"IDF No 69 Hammers Squadron"
],
"F_16C_50": [
"IAF_101st_squadron",
"IAF_110th_Squadron",
"IAF_115th_Aggressors_Squadron",
"IAF_117th_Squadron"
],
"UH_1H": [
"Israel Army"
],
"AH_64D":[
"ah-64_d_isr"
],
"FA_18C_hornet": [
"Fictional Israel Air Force"
],
"M_2000C": [
"UAE Air Force"
]
}
}

View File

@@ -0,0 +1,96 @@
{
"country": "Combined Joint Task Forces Red",
"name": "Syria 2012'ish",
"authors": "Headiii",
"description": "<p>Syrian Army with more modern Imports and supported by a Russian Expeditionary Force.</p>",
"aircrafts": [
"MiG_23MLD",
"MiG_25PD",
"MiG_29S",
"Su_24M",
"Su_25",
"Su_30",
"Su_34",
"L_39ZA",
"Mi_24V",
"Mi_8MT",
"SA342M",
"SA342L"
],
"awacs": [
"A_50"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"IFV_BMP_1",
"IFV_BMP_2",
"APC_BTR_80",
"Scout_BRDM_2",
"LT_PT_76",
"APC_MTLB",
"Scout_Cobra",
"MBT_T_55",
"MBT_T_72B",
"MBT_T_90",
"SPAAA_ZSU_57_2"
],
"artillery_units": [
"MLRS_9K57_Uragan_BM_27_220mm",
"SPM_2S9_Nona_120mm_M",
"MLRS_BM_21_Grad_122mm",
"SPH_2S1_Gvozdika_122mm"
],
"logistics_units": [
"Truck_Ural_375",
"LUV_UAZ_469_Jeep"
],
"infantry_units": [
"Paratrooper_AKS",
"Infantry_AK_74_Rus",
"Paratrooper_RPG_16",
"MANPADS_SA_18_Igla_S_Grouse"
],
"air_defenses": [
"ColdWarFlakGenerator",
"SA2Generator",
"SA3Generator",
"SA6Generator",
"SA8Generator",
"SA8Generator",
"SA9Generator",
"SA10Generator",
"SA11Generator",
"SA13Generator",
"SA19Generator",
"ZSU23Generator",
"ZU23Generator",
"ZU23UralGenerator"
],
"ewrs": [
"BoxSpringGenerator",
"TallRackGenerator"
],
"missiles": [
"ScudGenerator"
],
"missiles_group_count": 1,
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
],
"cruisers": [
],
"requirements": {},
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator",
"MolniyaGroupGenerator"
]
}