diff --git a/resources/campaigns/humble_helper.json b/resources/campaigns/humble_helper.json new file mode 100644 index 00000000..db119d3c --- /dev/null +++ b/resources/campaigns/humble_helper.json @@ -0,0 +1,11 @@ +{ + "name": "Syria - Humble Helper", + "theater": "Syria", + "authors": "Headiii", + "recommended_player_faction": "Israel 2012'ish", + "recommended_enemy_faction": "Syria 2012'ish", + "description": "

In this scenario, you start in Israel in an high intensity conflict with Syria, backed by a Russian Expeditiary Force. Your goal is to take the heavily fortified city of Damascus, as fast as you can. The longer you wait, the more resources the enemy can pump into the defense of the city or even might try to take chunks of Israel. ATTENTION: CAMPAIGN INVERTING IS NOT YET IMPLEMENTED!!! Feedback: @Headiii in the DCSLiberation Discord

", + "miz": "humble_helper.miz", + "performance": 1, + "version": "6.0" +} diff --git a/resources/campaigns/humble_helper.miz b/resources/campaigns/humble_helper.miz new file mode 100644 index 00000000..8053703a Binary files /dev/null and b/resources/campaigns/humble_helper.miz differ diff --git a/resources/factions/israel_2012.json b/resources/factions/israel_2012.json new file mode 100644 index 00000000..19512551 --- /dev/null +++ b/resources/factions/israel_2012.json @@ -0,0 +1,100 @@ +{ + "country": "Israel", + "name": "Israel 2012'ish", + "authors": "Headiii", + "description": "

A more modern Israeli faction with fictional Imports.

", + "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" + ] + } +} diff --git a/resources/factions/syria_2012.json b/resources/factions/syria_2012.json new file mode 100644 index 00000000..f5c5f3cb --- /dev/null +++ b/resources/factions/syria_2012.json @@ -0,0 +1,96 @@ +{ + "country": "Combined Joint Task Forces Red", + "name": "Syria 2012'ish", + "authors": "Headiii", + "description": "

Syrian Army with more modern Imports and supported by a Russian Expeditionary Force.

", + "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" + ] +}