From f72d7dd391d6e8ece7e4efa49dce20a4cdbf108d Mon Sep 17 00:00:00 2001 From: "C. Perreau" Date: Sun, 20 Dec 2020 14:32:40 +0100 Subject: [PATCH] Updated Custom Factions (markdown) --- Custom-Factions.md | 83 +++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 45 deletions(-) diff --git a/Custom-Factions.md b/Custom-Factions.md index 7f04282..e5923ad 100644 --- a/Custom-Factions.md +++ b/Custom-Factions.md @@ -27,10 +27,10 @@ This json file should contain a json object, with the following parameters : * **artillery_units** : List of artillery that will fight on the frontline * **infantry_units** : List of infantry units that will fight on the frontline * **logistics_units** : List of units used for logistics (unused for now) -* **shorads** : List of generators used for shorad groups (See the Sam Generator possible choice at the end of this guide) -* **sams** : List of generators used for sams groups -* **missiles** : List of missiles generators used for sams groups -* **requirements** : Required mods for this faction to work +* **air_defenses** : List of generators used for air defense groups (See the list of possible air defenses generators in annex) +* **ewrs** : List of ewr generators to be used for the IADS (See the list of possible ewr generators in annex) +* **missiles** : List of missiles generators used for missiles groups +* **requirements** : List of required mods for this faction to work * **aircraft_carrier** : List of aircraft carriers available * **helicopter_carrier** : List of helicopter carriers available * **carrier_names** : List of possible name for carriers (will be picked randomly if there is more than one) @@ -58,10 +58,10 @@ Below is an example of a factions file : ```json { - "country": "USA", - "name": "USA 2005", + "country": "USAF Aggressors", + "name": "USAF Aggressors", "authors": "Khopa", - "description": "", + "description": "

USAF aggresors.

", "aircrafts": [ "F_15C", "F_15E", @@ -69,12 +69,15 @@ Below is an example of a factions file : "FA_18C_hornet", "F_16C_50", "A_10A", + "A_10C", "AV8BNA", "UH_1H", - "AH_64A", + "AH_64D", + "Ka_50", "B_52H", "B_1B", - "F_117A" + "F_117A", + "Su_27" ], "awacs": [ "E_3A" @@ -85,12 +88,11 @@ Below is an example of a factions file : ], "frontline_units": [ "MBT_M1A2_Abrams", + "MBT_Leopard_2", "ATGM_M1134_Stryker", - "APC_M1126_Stryker_ICV", "IFV_M2A2_Bradley", "IFV_LAV_25", - "APC_M1043_HMMWV_Armament", - "ATGM_M1045_HMMWV_TOW" + "APC_M1043_HMMWV_Armament" ], "artillery_units": [ "MLRS_M270", @@ -103,42 +105,17 @@ Below is an example of a factions file : "Infantry_M4", "Soldier_M249" ], - "shorads": [ - "AvengerGenerator" + "air_defenses": [ + "AvengerGenerator", + "HawkGenerator", + "PatriotGenerator" ], - "sams": [ - "HawkGenerator" - ], - "aircraft_carrier": [ - "CVN_74_John_C__Stennis" - ], - "helicopter_carrier": [ - "LHA_1_Tarawa" - ], - "destroyers": [ - "Oliver_Hazzard_Perry_class", - "USS_Arleigh_Burke_IIa" - ], - "cruisers": [ - "Ticonderoga_class" + "ewrs": [ + "PatriotEwrGenerator" ], "requirements": {}, - "carrier_names": [ - "CVN-71 Theodore Roosevelt", - "CVN-72 Abraham Lincoln", - "CVN-73 George Washington", - "CVN-74 John C. Stennis" - ], - "helicopter_carrier_names": [ - "LHA-1 Tarawa", - "LHA-2 Saipan", - "LHA-3 Belleau Wood", - "LHA-4 Nassau", - "LHA-5 Peleliu" - ], "navy_generators": [ - "OliverHazardPerryGroupGenerator", - "ArleighBurkeGroupGenerator" + "OliverHazardPerryGroupGenerator" ], "has_jtac": true, "jtac_unit": "MQ_9_Reaper", @@ -197,6 +174,8 @@ Below is an example of a factions file : * *ColdWarFlakGenerator* * *EarlyColdWarFlakGenerator* * *FreyaGenerator* +* *AllyWW2FlakGenerator* +* *ZSU57Generator* ## Annex 2 - Possible Navy group generators @@ -211,4 +190,18 @@ Below is an example of a factions file : * *MolniyaGroupGenerator* * *KiloSubGroupGenerator* * *TangoSubGroupGenerator* -* *Type54GroupGenerator* \ No newline at end of file +* *Type54GroupGenerator* + +## Annex 3 - Possible EWR generators + +* *BoxSpringGenerator* +* *TallRackGenerator* +* *DogEarGenerator* +* *RolandEwrGenerator* +* *FlatFaceGenerator* +* *PatriotEwrGenerator* +* *BigBirdGenerator* +* *SnowDriftGenerator* +* *StraightFlushGenerator* +* *HawkEwrGenerator* +