diff --git a/resources/campaigns/operation_dynamo.json b/resources/campaigns/operation_dynamo.json new file mode 100644 index 00000000..b1088822 --- /dev/null +++ b/resources/campaigns/operation_dynamo.json @@ -0,0 +1,11 @@ +{ + "name": "The Channel - Operation Dynamo", + "theater": "The Channel", + "authors": "Khopa", + "recommended_player_faction": "Allies 1940", + "recommended_enemy_faction": "Germany 1940", + "description": "

The Battle of Dunkirk (French: Bataille de Dunkerque) was fought around the French port of Dunkirk (Dunkerque) during the Second World War, between the Allies and Nazi Germany. As the Allies were losing the Battle of France on the Western Front, the Battle of Dunkirk was the defence and evacuation of British and other Allied forces to Britain from 26 May to 4 June 1940..

", + "version": 3, + "miz": "operation_dynamo.miz", + "performance": 1 +} diff --git a/resources/campaigns/operation_dynamo.miz b/resources/campaigns/operation_dynamo.miz new file mode 100644 index 00000000..fb0a5094 Binary files /dev/null and b/resources/campaigns/operation_dynamo.miz differ diff --git a/resources/factions/allies_1940.json b/resources/factions/allies_1940.json new file mode 100644 index 00000000..bc3ca707 --- /dev/null +++ b/resources/factions/allies_1940.json @@ -0,0 +1,55 @@ +{ + "country": "UK", + "name": "Allies 1940", + "authors": "Khopa", + "description": "

A generic WW2 ally factions for 1940 Battle of France or Battle of England.

", + "aircrafts": [ + "SpitfireLFMkIX", + "SpitfireLFMkIXCW", + "A_20G" + ], + "frontline_units": [ + "APC_M2A1_Halftrack", + "HIT_Churchill_VII", + "Car_Daimler_Armored", + "LT_Mk_VII_Tetrarch", + "AAA_QF_3_7", + "AAA_40mm_Bofors" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Truck_Bedford", + "Truck_GMC_Jimmy_6x6_Truck" + ], + "infantry_units": [ + "Infantry_SMLE_No_4_Mk_1", + "Infantry_M1_Garand" + ], + "air_defenses": [ + "AllyWW2FlakGenerator", + "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": [ + "WW2LSTGroupGenerator" + ], + "navy_group_count": 1, + "has_jtac": false, + "doctrine": "ww2", + "building_set": "ww2ally" +} diff --git a/resources/factions/germany_1940.json b/resources/factions/germany_1940.json new file mode 100644 index 00000000..b3a40cab --- /dev/null +++ b/resources/factions/germany_1940.json @@ -0,0 +1,55 @@ +{ + "country": "Third Reich", + "name": "Germany 1940", + "authors": "Khopa", + "description": "

Germany 1940, Early german faction for Battle of France, or Battle of England.

", + "aircrafts": [ + "FW_190A8", + "FW_190D9", + "Bf_109K_4", + "Ju_88A4" + ], + "frontline_units": [ + "MT_PzIV_H", + "APC_Sd_Kfz_251_Halftrack", + "IFV_Sd_Kfz_234_2_Puma", + "AAA_8_8cm_Flak_18" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Truck_Opel_Blitz", + "LUV_Kubelwagen_82", + "Carrier_Sd_Kfz_7_Tractor", + "LUV_Kettenrad" + ], + "infantry_units": [ + "Infantry_Mauser_98" + ], + "air_defenses": [ + "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" +}