mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Nimitz deck height (#1787)
Corrected deck height of Nimitz class to 18.3m/60ft
This commit is contained in:
@@ -4233,7 +4233,7 @@ function AIRBOSS:_InitStennis()
|
|||||||
|
|
||||||
-- Carrier Parameters.
|
-- Carrier Parameters.
|
||||||
self.carrierparam.sterndist = -153
|
self.carrierparam.sterndist = -153
|
||||||
self.carrierparam.deckheight = 19.06
|
self.carrierparam.deckheight = 18.30
|
||||||
|
|
||||||
-- Total size of the carrier (approx as rectangle).
|
-- Total size of the carrier (approx as rectangle).
|
||||||
self.carrierparam.totlength = 310 -- Wiki says 332.8 meters overall length.
|
self.carrierparam.totlength = 310 -- Wiki says 332.8 meters overall length.
|
||||||
|
|||||||
Reference in New Issue
Block a user