Add some South Atlantic naval assets (#23)

- Unit yamls for several ships and added some new ones to uk_1990.json
- 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
- Add "HMS Invincible" as Control Point
This commit is contained in:
MetalStormGhost 2022-11-26 22:01:16 +02:00 committed by GitHub
parent 85607b97d5
commit 8c9f07643f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 71 additions and 0 deletions

View File

@ -37,6 +37,7 @@ from dcs.ships import (
LHA_Tarawa,
Stennis,
Type_071,
Hms_invincible,
)
from dcs.terrain.terrain import Airport, ParkingSlot
from dcs.unitgroup import ShipGroup, StaticGroup
@ -1203,6 +1204,7 @@ class NavalControlPoint(ControlPoint, ABC):
LHA_Tarawa,
KUZNECOW,
Type_071,
Hms_invincible,
]:
return True
return False

View File

@ -48,6 +48,10 @@
"Rapier"
],
"naval_units": [
"P265 Dumbarton Castle",
"F72 Ariadne",
"F57 Andromeda",
"F12 Achilles",
"FFG Oliver Hazard Perry",
"DDG Arleigh Burke IIa",
"CG Ticonderoga",

Binary file not shown.

View File

@ -0,0 +1,17 @@
name: Carrier Group with Frigate escort
generic: true
tasks:
- AircraftCarrier
groups:
- Carrier:
- name: Carrier Group 0
unit_count:
- 1
unit_classes:
- AircraftCarrier
- Escort:
- name: Carrier Group 1
unit_count:
- 4
unit_classes:
- Frigate

Binary file not shown.

View File

@ -0,0 +1,17 @@
name: LHA Group with Frigate escort
generic: true
tasks:
- HelicopterCarrier
groups:
- LHA:
- name: LHA Group 0
unit_count:
- 1
unit_classes:
- HelicopterCarrier
- Escort:
- name: LHA Group 1
unit_count:
- 2
unit_classes:
- Frigate

View File

@ -0,0 +1,5 @@
class: Destroyer
price: 0
variants:
P258 Leeds Castle: null
P265 Dumbarton Castle: null

View File

@ -0,0 +1,4 @@
class: HelicopterCarrier
price: 0
variants:
R05 Invincible: null

View File

@ -0,0 +1,4 @@
class: Cruiser
price: 0
variants:
F12 Achilles: null

View File

@ -0,0 +1,4 @@
class: Cruiser
price: 0
variants:
F57 Andromeda: null

View File

@ -0,0 +1,4 @@
class: Cruiser
price: 0
variants:
F72 Ariadne: null

View File

@ -0,0 +1,5 @@
class: Cruiser
price: 0
variants:
F233 Marlborough: null
FF06 Almirante Condell: null

View File

@ -0,0 +1,5 @@
class: Cruiser
price: 0
variants:
F80 Grafton: null
FF07 Almirante Lynch: null