mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Initial attempt
This commit is contained in:
@@ -81,6 +81,14 @@ settings:
|
||||
#default="Full"
|
||||
|
||||
|
||||
carriers:
|
||||
Naval-1:
|
||||
preferred_name: CVN-74
|
||||
preferred_type: CVN-74 John C. Stennis
|
||||
Naval-2:
|
||||
preferred_name: The Harry
|
||||
preferred_type: CVN-75 Harry S. Truman
|
||||
|
||||
|
||||
#Squadrons and order of battle settings
|
||||
squadrons:
|
||||
@@ -156,7 +164,7 @@ squadrons:
|
||||
aircraft:
|
||||
- CH-53E
|
||||
size: 2
|
||||
#CV-59 Forrestal
|
||||
#CV-59 Forrestal
|
||||
Naval-2:
|
||||
- primary: AEW&C
|
||||
aircraft:
|
||||
|
||||
@@ -46,14 +46,14 @@
|
||||
],
|
||||
"preset_groups": [
|
||||
"Hawk",
|
||||
"Patriot"
|
||||
"Patriot",
|
||||
"Carrier Strike Group 8"
|
||||
],
|
||||
"naval_units": [
|
||||
"FFG Oliver Hazard Perry",
|
||||
"DDG Arleigh Burke IIa",
|
||||
"CG Ticonderoga",
|
||||
"LHA-1 Tarawa",
|
||||
"CVN-74 John C. Stennis"
|
||||
"LHA-1 Tarawa"
|
||||
],
|
||||
"missiles": [],
|
||||
"air_defense_units": [
|
||||
|
||||
@@ -2,7 +2,11 @@ name: Carrier Strike Group 8
|
||||
tasks:
|
||||
- Navy
|
||||
units:
|
||||
- CVN-71 Theodore Roosevelt
|
||||
- CVN-72 Abraham Lincoln
|
||||
- CVN-73 George Washington
|
||||
- CVN-74 John C. Stennis
|
||||
- CVN-75 Harry S. Truman
|
||||
- DDG Arleigh Burke IIa
|
||||
- CG Ticonderoga
|
||||
layouts:
|
||||
|
||||
4
resources/units/ships/CVN_71.yaml
Normal file
4
resources/units/ships/CVN_71.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
class: AircraftCarrier
|
||||
price: 0
|
||||
variants:
|
||||
CVN-71 Theodore Roosevelt: null
|
||||
4
resources/units/ships/CVN_72.yaml
Normal file
4
resources/units/ships/CVN_72.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
class: AircraftCarrier
|
||||
price: 0
|
||||
variants:
|
||||
CVN-72 Abraham Lincoln: null
|
||||
4
resources/units/ships/CVN_73.yaml
Normal file
4
resources/units/ships/CVN_73.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
class: AircraftCarrier
|
||||
price: 0
|
||||
variants:
|
||||
CVN-73 George Washington: null
|
||||
4
resources/units/ships/CVN_75.yaml
Normal file
4
resources/units/ships/CVN_75.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
class: AircraftCarrier
|
||||
price: 0
|
||||
variants:
|
||||
CVN-75 Harry S. Truman: null
|
||||
4
resources/units/ships/CV_1143_5.yaml
Normal file
4
resources/units/ships/CV_1143_5.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
class: AircraftCarrier
|
||||
price: 0
|
||||
variants:
|
||||
CV 1143.5 Admiral Kuznetsov(2017): null
|
||||
Reference in New Issue
Block a user