mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
parent
85607b97d5
commit
8c9f07643f
@ -37,6 +37,7 @@ from dcs.ships import (
|
|||||||
LHA_Tarawa,
|
LHA_Tarawa,
|
||||||
Stennis,
|
Stennis,
|
||||||
Type_071,
|
Type_071,
|
||||||
|
Hms_invincible,
|
||||||
)
|
)
|
||||||
from dcs.terrain.terrain import Airport, ParkingSlot
|
from dcs.terrain.terrain import Airport, ParkingSlot
|
||||||
from dcs.unitgroup import ShipGroup, StaticGroup
|
from dcs.unitgroup import ShipGroup, StaticGroup
|
||||||
@ -1203,6 +1204,7 @@ class NavalControlPoint(ControlPoint, ABC):
|
|||||||
LHA_Tarawa,
|
LHA_Tarawa,
|
||||||
KUZNECOW,
|
KUZNECOW,
|
||||||
Type_071,
|
Type_071,
|
||||||
|
Hms_invincible,
|
||||||
]:
|
]:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|||||||
@ -48,6 +48,10 @@
|
|||||||
"Rapier"
|
"Rapier"
|
||||||
],
|
],
|
||||||
"naval_units": [
|
"naval_units": [
|
||||||
|
"P265 Dumbarton Castle",
|
||||||
|
"F72 Ariadne",
|
||||||
|
"F57 Andromeda",
|
||||||
|
"F12 Achilles",
|
||||||
"FFG Oliver Hazard Perry",
|
"FFG Oliver Hazard Perry",
|
||||||
"DDG Arleigh Burke IIa",
|
"DDG Arleigh Burke IIa",
|
||||||
"CG Ticonderoga",
|
"CG Ticonderoga",
|
||||||
|
|||||||
BIN
resources/layouts/naval/Carrier_Group_Frigates.miz
Normal file
BIN
resources/layouts/naval/Carrier_Group_Frigates.miz
Normal file
Binary file not shown.
17
resources/layouts/naval/Carrier_Group_Frigates.yaml
Normal file
17
resources/layouts/naval/Carrier_Group_Frigates.yaml
Normal 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
|
||||||
BIN
resources/layouts/naval/LHA_Group_Frigates.miz
Normal file
BIN
resources/layouts/naval/LHA_Group_Frigates.miz
Normal file
Binary file not shown.
17
resources/layouts/naval/LHA_Group_Frigates.yaml
Normal file
17
resources/layouts/naval/LHA_Group_Frigates.yaml
Normal 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
|
||||||
5
resources/units/ships/CastleClass_01.yaml
Normal file
5
resources/units/ships/CastleClass_01.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class: Destroyer
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
P258 Leeds Castle: null
|
||||||
|
P265 Dumbarton Castle: null
|
||||||
4
resources/units/ships/Hms_invincible.yaml
Normal file
4
resources/units/ships/Hms_invincible.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class: HelicopterCarrier
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
R05 Invincible: null
|
||||||
4
resources/units/ships/leander-gun-achilles.yaml
Normal file
4
resources/units/ships/leander-gun-achilles.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class: Cruiser
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
F12 Achilles: null
|
||||||
4
resources/units/ships/leander-gun-andromeda.yaml
Normal file
4
resources/units/ships/leander-gun-andromeda.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class: Cruiser
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
F57 Andromeda: null
|
||||||
4
resources/units/ships/leander-gun-ariadne.yaml
Normal file
4
resources/units/ships/leander-gun-ariadne.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class: Cruiser
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
F72 Ariadne: null
|
||||||
5
resources/units/ships/leander-gun-condell.yaml
Normal file
5
resources/units/ships/leander-gun-condell.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class: Cruiser
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
F233 Marlborough: null
|
||||||
|
FF06 Almirante Condell: null
|
||||||
5
resources/units/ships/leander-gun-lynch.yaml
Normal file
5
resources/units/ships/leander-gun-lynch.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class: Cruiser
|
||||||
|
price: 0
|
||||||
|
variants:
|
||||||
|
F80 Grafton: null
|
||||||
|
FF07 Almirante Lynch: null
|
||||||
Loading…
x
Reference in New Issue
Block a user