mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Custom Factions (markdown)
parent
219432075c
commit
f72d7dd391
@ -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": "<p>USAF aggresors.</p>",
|
||||
"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*
|
||||
* *Type54GroupGenerator*
|
||||
|
||||
## Annex 3 - Possible EWR generators
|
||||
|
||||
* *BoxSpringGenerator*
|
||||
* *TallRackGenerator*
|
||||
* *DogEarGenerator*
|
||||
* *RolandEwrGenerator*
|
||||
* *FlatFaceGenerator*
|
||||
* *PatriotEwrGenerator*
|
||||
* *BigBirdGenerator*
|
||||
* *SnowDriftGenerator*
|
||||
* *StraightFlushGenerator*
|
||||
* *HawkEwrGenerator*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user