Unit support : La Combattante II class ship

This commit is contained in:
Khopa
2021-05-21 02:45:15 +02:00
parent cbce379132
commit 3c8c76f50d
8 changed files with 26 additions and 4 deletions

View File

@@ -45,6 +45,9 @@
"ZU23Generator",
"ZU23UralGenerator"
],
"navy_generators": [
"LaCombattanteIIGroupGenerator"
],
"requirements": {},
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -61,7 +61,8 @@
"helicopter_carrier_names": [
],
"navy_generators": [
"OliverHazardPerryGroupGenerator"
"OliverHazardPerryGroupGenerator",
"LaCombattanteIIGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -46,6 +46,9 @@
"HawkEwrGenerator",
"FlatFaceGenerator"
],
"navy_generators": [
"LaCombattanteIIGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}

View File

@@ -76,7 +76,7 @@
],
"coastal_group_count": 2,
"navy_generators": [
"GrishaGroupGenerator",
"LaCombattanteIIGroupGenerator",
"MolniyaGroupGenerator"
],
"has_jtac": true,

View File

@@ -86,7 +86,8 @@
"coastal_group_count": 3,
"navy_generators": [
"GrishaGroupGenerator",
"MolniyaGroupGenerator"
"MolniyaGroupGenerator",
"LaCombattanteIIGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"

View File

@@ -72,6 +72,6 @@
"carrier_names": [
],
"navy_generators": [
"GrishaGroupGenerator", "MolniyaGroupGenerator"
"GrishaGroupGenerator", "MolniyaGroupGenerator", "LaCombattanteIIGroupGenerator"
]
}