mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixed syntax errors in json files
This commit is contained in:
parent
743534bdda
commit
901c89371c
@ -1,5 +1,5 @@
|
||||
"authors": "Khopa",
|
||||
"description": "", "Libya",
|
||||
{
|
||||
"country": "Libya",
|
||||
"name": "Libya 2011",
|
||||
"authors": "Khopa",
|
||||
"description": "",
|
||||
@ -55,13 +55,10 @@
|
||||
"cruisers": [
|
||||
"FSG_1241_1MP_Molniya"
|
||||
],
|
||||
"requirements": {
|
||||
},
|
||||
"requirements": {},
|
||||
"carrier_names": [
|
||||
],
|
||||
"navy_generators": [
|
||||
"GrishaGroupGenerator", "MolniyaGroupGenerator"
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
]
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
"navy_generators": [
|
||||
"SchnellbootGroupGenerator"
|
||||
], "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"
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
"navy_generators": [
|
||||
"GrishaGroupGenerator"
|
||||
], "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"
|
||||
}
|
||||
|
||||
@ -30,7 +30,9 @@
|
||||
"sams": [
|
||||
"BoforsGenerator"
|
||||
],
|
||||
"requirements": {},
|
||||
"doctrine": "ww2",
|
||||
"building_set": "ww2ally"
|
||||
"building_set": "ww2ally",
|
||||
"requirements": {
|
||||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user