From 60b9ae0a709dbd62d869bca529548d9175a3811d Mon Sep 17 00:00:00 2001 From: SpaceEnthusiast <29228440+SpaceEnthusiast@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:43:31 -0400 Subject: [PATCH] Added Canada with C130 Faction --- resources/factions/canada_2005_c130.json | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 resources/factions/canada_2005_c130.json diff --git a/resources/factions/canada_2005_c130.json b/resources/factions/canada_2005_c130.json new file mode 100644 index 00000000..9620dc24 --- /dev/null +++ b/resources/factions/canada_2005_c130.json @@ -0,0 +1,75 @@ +{ + "country": "Canada", + "name": "Canada 2005 (With C-130)", + "authors": "Khopa, SpaceEnthusiast", + "description": "

Canada in the 2000s, an F/A-18C Hornet focused faction.

", + "aircrafts": [ + "FA_18C_hornet", + "UH_1H", + "AH_1W", + "Hercules" + ], + "awacs": [ + "E_3A" + ], + "tankers": [ + "KC_135", + "KC130" + ], + "frontline_units": [ + "MBT_Leopard_1A3", + "MBT_Leopard_2", + "IFV_LAV_25", + "APC_M113", + "IFV_Warrior", + "SAM_Avenger__Stinger" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Truck_M818_6x6" + ], + "infantry_units": [ + "Infantry_M4", + "Infantry_M249", + "MANPADS_Stinger" + ], + "air_defenses": [ + "AvengerGenerator", + "HawkGenerator" + ], + "ewrs": [ + "HawkEwrGenerator" + ], + "aircraft_carrier": [ + ], + "helicopter_carrier": [ + ], + "destroyers": [ + "DDG_Arleigh_Burke_IIa" + ], + "cruisers": [ + "CG_Ticonderoga" + ], + "requirements": { + "C-130J-30 Super Hercules Mod by Anubis": "https://forums.eagle.ru/topic/252075-dcs-super-hercules-mod-by-anubis/" + }, + "carrier_names": [ + ], + "helicopter_carrier_names": [ + ], + "navy_generators": [ + "ArleighBurkeGroupGenerator" + ], + "has_jtac": true, + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Canada 409th Squadron", + "Canada 425th Squadron" + ], + "Hercules": [ + "Royal Canadian AF CC-130J" + ] + } +}