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
13 changed files with 71 additions and 0 deletions

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