From 4d1a0b85e4bd7d8899104713990146499598aef7 Mon Sep 17 00:00:00 2001 From: Khopa Date: Wed, 4 Nov 2020 22:25:24 +0100 Subject: [PATCH] Added free version of WW2 factions that will not require the WW2 Asset Pack. --- resources/factions/allies_1944_free.json | 52 +++++++++++++++++++++++ resources/factions/germany_1944_free.json | 52 +++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 resources/factions/allies_1944_free.json create mode 100644 resources/factions/germany_1944_free.json diff --git a/resources/factions/allies_1944_free.json b/resources/factions/allies_1944_free.json new file mode 100644 index 00000000..1cd04d73 --- /dev/null +++ b/resources/factions/allies_1944_free.json @@ -0,0 +1,52 @@ +{ + "country": "USA", + "name": "Allies 1944 (Free)", + "authors": "Khopa", + "description": "A WW2 ally faction that does not requires the paid WW2 asset pack.", + "aircrafts": [ + "P_51D", + "P_51D_30_NA", + "P_47D_30", + "SpitfireLFMkIX", + "SpitfireLFMkIXCW", + "A_20G" + ], + "frontline_units": [ + "MT_M4_Sherman", + "APC_M2A1" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Bedford_MWD" + ], + "infantry_units": [ + "Paratrooper_AKS" + ], + "shorads": [ + "BoforsGenerator" + ], + "sams": [ + "BoforsGenerator" + ], + "aircraft_carrier": [ + ], + "helicopter_carrier": [ + ], + "destroyers": [ + ], + "cruisers": [ + ], + "requirements": { + }, + "carrier_names": [ + ], + "helicopter_carrier_names": [ + ], + "navy_generators": [ + ], + "navy_group_count": 0, + "has_jtac": false, + "doctrine": "ww2", + "building_set": "ww2free" +} diff --git a/resources/factions/germany_1944_free.json b/resources/factions/germany_1944_free.json new file mode 100644 index 00000000..b80df605 --- /dev/null +++ b/resources/factions/germany_1944_free.json @@ -0,0 +1,52 @@ +{ + "country": "Third Reich", + "name": "Germany 1944 (Free)", + "authors": "Khopa", + "description": "", + "aircrafts": [ + "FW_190A8", + "FW_190D9", + "Bf_109K_4" + ], + "frontline_units": [ + "MT_Pz_Kpfw_IV_Ausf_H", + "APC_Sd_Kfz_251" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Blitz_3_6_6700A" + ], + "infantry_units": [ + "Infantry_Soldier_Rus" + ], + "shorads": [ + "Flak18Generator" + ], + "sams": [ + "Flak18Generator" + ], + "aircraft_carrier": [ + ], + "helicopter_carrier": [ + ], + "destroyers": [ + ], + "cruisers": [ + ], + "requirements": { + }, + "carrier_names": [ + ], + "helicopter_carrier_names": [ + ], + "navy_generators": [ + ], + "navy_group_count": 0, + "missiles": [ + ], + "missiles_group_count": 0, + "has_jtac": false, + "doctrine": "ww2", + "building_set": "ww2free" +}