Fixed syntax errors in json files

This commit is contained in:
Khopa 2020-10-24 23:40:05 +02:00
parent 743534bdda
commit 901c89371c
4 changed files with 69 additions and 70 deletions

View File

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

View File

@ -43,7 +43,7 @@
"navy_generators": [ "navy_generators": [
"SchnellbootGroupGenerator" "SchnellbootGroupGenerator"
], "requirements": { ], "requirements": {
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/", "WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
}, },
"doctrine": "ww2" "doctrine": "ww2"
} }

View File

@ -58,7 +58,7 @@
"navy_generators": [ "navy_generators": [
"GrishaGroupGenerator" "GrishaGroupGenerator"
], "requirements": { ], "requirements": {
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/", "WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
}, },
"doctrine": "coldwar" "doctrine": "coldwar"
} }

View File

@ -30,7 +30,9 @@
"sams": [ "sams": [
"BoforsGenerator" "BoforsGenerator"
], ],
"requirements": {},
"doctrine": "ww2", "doctrine": "ww2",
"building_set": "ww2ally" "building_set": "ww2ally",
"requirements": {
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
}
} }