Carrier strike group (#863)

Generate a Carrier Group which comes close the the real Carrier Strike Group 8.

Under carrier_names in the faction simply add "Carrier Strike Group 8" as the first and only entry and enable super carrier.

* TRU as TACAN name
* Harry S. Truman CV
* 4x Arleigh Burke
* 1x Ticonderoga
* CV in the middle, Ticonderoga in a radius of 2 miles, Arleigh Burkes forming a rectangle
This commit is contained in:
Simon Krüger
2021-02-09 23:17:46 +01:00
committed by GitHub
parent 71914b8a8b
commit 8e51b7fc1d
3 changed files with 58 additions and 24 deletions

View File

@@ -1389,6 +1389,8 @@ def upgrade_to_supercarrier(unit, name: str):
return CVN_73_George_Washington
elif name == "CVN-75 Harry S. Truman":
return CVN_75_Harry_S__Truman
elif name == "Carrier Strike Group 8":
return CVN_75_Harry_S__Truman
else:
return CVN_71_Theodore_Roosevelt
elif unit == CV_1143_5_Admiral_Kuznetsov: