Added description field to both campaign and faction json file.

This commit is contained in:
Khopa
2020-10-24 17:40:04 +02:00
parent a0c61bf73a
commit 4672252242
55 changed files with 1815 additions and 1869 deletions

View File

@@ -1,6 +1,8 @@
{
"country": "Australia",
"name": "Australia 2005",
"authors": "Khopa",
"description": "",
"aircrafts": [
"FA_18C_hornet",
"UH_1H",

View File

@@ -1,6 +1,8 @@
{
"country": "Combined Joint Task Forces Blue",
"name": "Bluefor Coldwar",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_14B",
"F_4E",

View File

@@ -1,6 +1,8 @@
{
"country": "Combined Joint Task Forces Blue",
"name": "Bluefor Coldwar (With A4)",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_14B",
"F_4E",
@@ -55,8 +57,8 @@
"Ticonderoga_class"
],
"requirements": {
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
},
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
},
"carrier_names": [
"CVN-71 Theodore Roosevelt",
"CVN-72 Abraham Lincoln",

View File

@@ -1,6 +1,8 @@
{
"country": "Combined Joint Task Forces Blue",
"name": "Bluefor Coldwar (With A4 & MB339)",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_14B",
"F_4E",
@@ -56,8 +58,8 @@
"Ticonderoga_class"
],
"requirements": {
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
},
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
},
"carrier_names": [
"CVN-71 Theodore Roosevelt",
"CVN-72 Abraham Lincoln",

View File

@@ -1,6 +1,8 @@
{
"country": "Combined Joint Task Forces Blue",
"name": "Bluefor Modern",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_14B",
"F_15C",

View File

@@ -1,6 +1,8 @@
{
"country": "Canada",
"name": "Canada 2005",
"authors": "Khopa",
"description": "",
"aircrafts": [
"FA_18C_hornet",
"UH_1H",

View File

@@ -1,6 +1,8 @@
{
"country": "China",
"name": "China 2010",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_21Bis",
"Su_30",

View File

@@ -1,6 +1,8 @@
{
"country": "France",
"name": "France 1995",
"authors": "Khopa",
"description": "",
"aircrafts": [
"M_2000C",
"Mirage_2000_5",
@@ -62,7 +64,8 @@
"Jeanne d'Arc"
],
"navy_generators": [
"ArleighBurkeGroupGenerator", "OliverHazardPerryGroupGenerator"
"ArleighBurkeGroupGenerator",
"OliverHazardPerryGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -1,6 +1,8 @@
{
"country": "France",
"name": "France 2005 (Modded)",
"authors": "Khopa",
"description": "",
"aircrafts": [
"M_2000C",
"Mirage_2000_5",

View File

@@ -1,6 +1,8 @@
{
"country": "Third Reich",
"name": "Germany 1944",
"authors": "Khopa",
"description": "",
"aircrafts": [
"FW_190A8",
"FW_190D9",
@@ -47,7 +49,8 @@
"helicopter_carrier_names": [
],
"navy_generators": [
"UBoatGroupGenerator", "SchnellbootGroupGenerator"
"UBoatGroupGenerator",
"SchnellbootGroupGenerator"
],
"navy_group_count": 2,
"has_jtac": false,

View File

@@ -1,6 +1,8 @@
{
"country": "Third Reich",
"name": "Germany 1944",
"authors": "Khopa",
"description": "",
"aircrafts": [
"FW_190A8",
"FW_190D9",
@@ -52,10 +54,13 @@
"helicopter_carrier_names": [
],
"navy_generators": [
"UBoatGroupGenerator", "SchnellbootGroupGenerator"
"UBoatGroupGenerator",
"SchnellbootGroupGenerator"
],
"navy_group_count": 2,
"missiles": ["V1GroupGenerator"],
"missiles": [
"V1GroupGenerator"
],
"missiles_group_count": 1,
"has_jtac": false,
"doctrine": "ww2",

View File

@@ -1,6 +1,8 @@
{
"country": "Germany",
"name": "Germany 1990",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_29G",
"Tornado_IDS",

View File

@@ -1,6 +1,8 @@
{
"country": "India",
"name": "India 2010",
"authors": "Khopa",
"description": "",
"aircrafts": [
"Mirage_2000_5",
"M_2000C",
@@ -61,7 +63,8 @@
"INS Vikramaditya"
],
"navy_generators": [
"OliverHazardPerryGroupGenerator", "MolniyaGroupGenerator"
"OliverHazardPerryGroupGenerator",
"MolniyaGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -1,6 +1,8 @@
{
"country": "Insurgents",
"name": "Insurgents",
"authors": "Khopa",
"description": "",
"aircrafts": [
],
"frontline_units": [

View File

@@ -1,6 +1,8 @@
{
"country": "Insurgents",
"name": "Insurgents (Modded)",
"authors": "Khopa",
"description": "",
"aircrafts": [
],
"frontline_units": [
@@ -30,7 +32,8 @@
"sams": [
"ZU23Generator",
"ZSU23Generator"
],"requirements": {
"frenchpack V3.5": "https://forums.eagle.ru/showthread.php?t=279974"
],
"requirements": {
"frenchpack V3.5": "https://forums.eagle.ru/showthread.php?t=279974"
}
}

View File

@@ -1,6 +1,8 @@
{
"country": "Iran",
"name": "Iran 2015",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_21Bis",
"MiG_29A",
@@ -67,7 +69,9 @@
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator", "MolniyaGroupGenerator", "KiloSubGroupGenerator"
"GrishaGroupGenerator",
"MolniyaGroupGenerator",
"KiloSubGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -1,6 +1,8 @@
{
"country": "Israel",
"name": "Israel 1948",
"authors": "Khopa",
"description": "",
"aircrafts": [
"SpitfireLFMkIXCW",
"SpitfireLFMkIX",

View File

@@ -1,6 +1,8 @@
{
"country": "Israel",
"name": "Israel 1973",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_4E",
"A_4E_C",
@@ -44,8 +46,8 @@
"cruisers": [
],
"requirements": {
"Community A-4E": "https://heclak.github.io/community-a4e-c/",
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
"Community A-4E": "https://heclak.github.io/community-a4e-c/",
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
},
"carrier_names": [
],

View File

@@ -1,6 +1,8 @@
{
"country": "Israel",
"name": "Israel 1982",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_4E",
"A_4E_C",
@@ -47,7 +49,7 @@
"cruisers": [
],
"requirements": {
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
"Community A-4E": "https://heclak.github.io/community-a4e-c/"
},
"carrier_names": [
],

View File

@@ -1,6 +1,8 @@
{
"country": "Israel",
"name": "Israel 2000",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_4E",
"F_15C",

View File

@@ -1,6 +1,8 @@
{
"country": "Italy",
"name": "Italy 1990",
"authors": "Khopa",
"description": "",
"aircrafts": [
"Tornado_IDS",
"AV8BNA",

View File

@@ -1,6 +1,8 @@
{
"country": "Italy",
"name": "Italy 1990 (With MB339)",
"authors": "Khopa",
"description": "",
"aircrafts": [
"Tornado_IDS",
"AV8BNA",

View File

@@ -1,6 +1,8 @@
{
"country": "Japan",
"name": "Japan 2005",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_15C",
"F_16C_50",

View File

@@ -1,64 +1,67 @@
{
"country": "Libya",
"name": "Libya 2011",
"aircrafts": [
"MiG_21Bis",
"MiG_23MLD",
"Su_17M4",
"Su_24M",
"Mi_24V"
],
"awacs": [
"A_50"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"IFV_BMP_1",
"ARV_BRDM_2",
"MBT_T_72B",
"MBT_T_55"
],
"artillery_units": [
"MLRS_BM_21_Grad"
],
"logistics_units": [
"Transport_Ural_375",
"Transport_UAZ_469"
],
"infantry_units": [
"Infantry_Soldier_Insurgents",
"Paratrooper_RPG_16"
],
"shorads": [
"HQ7Generator",
"SA8Generator",
"ZSU23Generator"
],
"sams": [
"SA2Generator",
"SA3Generator",
"SA6Generator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
"FF_1135M_Rezky"
],
"cruisers": [
"FSG_1241_1MP_Molniya"
],
"requirements": {},
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator", "MolniyaGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
"authors": "Khopa",
"description": "", "Libya",
"name": "Libya 2011",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_21Bis",
"MiG_23MLD",
"Su_17M4",
"Su_24M",
"Mi_24V"
],
"awacs": [
"A_50"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"IFV_BMP_1",
"ARV_BRDM_2",
"MBT_T_72B",
"MBT_T_55"
],
"artillery_units": [
"MLRS_BM_21_Grad"
],
"logistics_units": [
"Transport_Ural_375",
"Transport_UAZ_469"
],
"infantry_units": [
"Infantry_Soldier_Insurgents",
"Paratrooper_RPG_16"
],
"shorads": [
"HQ7Generator",
"SA8Generator",
"ZSU23Generator"
],
"sams": [
"SA2Generator",
"SA3Generator",
"SA6Generator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
"FF_1135M_Rezky"
],
"cruisers": [
"FSG_1241_1MP_Molniya"
],
"requirements": {
},
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator", "MolniyaGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}

View File

@@ -0,0 +1,55 @@
{
"country": "Netherlands",
"name": "Netherlands 1990",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_16C_50",
"F_5E_3",
"AH_64A"
],
"awacs": [
"E_3A"
],
"tankers": [
"KC_135",
"KC130"
],
"frontline_units": [
"APC_M113",
"MBT_Leopard_1A3"
],
"artillery_units": [
],
"logistics_units": [
"Transport_M818"
],
"infantry_units": [
"Infantry_M4",
"Soldier_M249"
],
"shorads": [
"AvengerGenerator"
],
"sams": [
"HawkGenerator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"destroyers": [
],
"cruisers": [
],
"requirements": {},
"carrier_names": [
],
"helicopter_carrier_names": [
],
"navy_generators": [
"OliverHazardPerryGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}

View File

@@ -0,0 +1,72 @@
{
"country": "North Korea",
"name": "North Korea 2000",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_15bis",
"MiG_19P",
"MiG_21Bis",
"MiG_23MLD",
"MiG_29A",
"Mi_8MT",
"Mi_24V"
],
"awacs": [
"A_50"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"ARV_BRDM_2",
"APC_BTR_80",
"IFV_BMP_1",
"MBT_T_55",
"MBT_T_72B",
"MBT_T_80U"
],
"artillery_units": [
"MLRS_BM_21_Grad",
"MLRS_9K57_Uragan_BM_27",
"SPH_2S19_Msta"
],
"logistics_units": [
"Transport_Ural_375",
"Transport_UAZ_469"
],
"infantry_units": [
"Paratrooper_AKS",
"Infantry_Soldier_Rus",
"Paratrooper_RPG_16"
],
"shorads": [
"SA9Generator",
"SA13Generator",
"ZSU23Generator",
"ZU23Generator"
],
"sams": [
"SA2Generator",
"SA3Generator",
"SA6Generator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
],
"cruisers": [
],
"requirements": {},
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator",
"MolniyaGroupGenerator"
],
"has_jtac": false
}

View File

@@ -0,0 +1,69 @@
{
"country": "Pakistan",
"name": "Pakistan 2015",
"authors": "Khopa",
"description": "",
"aircrafts": [
"JF_17",
"F_16C_50",
"MiG_21Bis",
"MiG_19P",
"Mi_8MT",
"UH_1H",
"AH_1W"
],
"awacs": [
"KJ_2000"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"MBT_T_80U",
"MBT_T_55",
"ZBD_04A",
"APC_BTR_80",
"APC_M113"
],
"artillery_units": [
"MLRS_9A52_Smerch",
"SPH_2S9_Nona"
],
"logistics_units": [
"Transport_Ural_375",
"Transport_UAZ_469"
],
"infantry_units": [
"Paratrooper_AKS",
"Infantry_Soldier_Rus",
"Paratrooper_RPG_16"
],
"shorads": [
"HQ7Generator",
"ZU23UralGenerator",
"ZU23Generator"
],
"sams": [
"SA10Generator",
"SA2Generator"
],
"aircraft_carrier": [
],
"carrier_names": [
],
"helicopter_carrier": [
],
"helicopter_carrier_names": [
],
"destroyers": [
],
"cruiser": [
],
"requirements": {},
"navy_generators": [
"Type54GroupGenerator",
"OliverHazardPerryGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "WingLoong_I"
}

View File

@@ -1,6 +1,8 @@
{
"country": "Russia",
"name": "Russia 1990",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_23MLD",
"MiG_25PD",

View File

@@ -1,6 +1,8 @@
{
"country": "Russia",
"name": "Russia 2010",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_29S",
"MiG_31",

View File

@@ -1,6 +1,8 @@
{
"country": "Russia",
"name": "Russia 2020 (Modded)",
"authors": "Khopa",
"description": "",
"aircrafts": [
"MiG_29S",
"MiG_31",

View File

@@ -1,8 +1,8 @@
{
"country": "USA",
"name": "USA 2005",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_15C",
"F_15E",

View File

@@ -1,6 +1,8 @@
{
"country": "USA",
"name": "USA 1990",
"authors": "Khopa",
"description": "",
"aircrafts": [
"F_15C",
"F_15E",