mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user