api-docs/models/ShipNavFlightMode.json
2022-12-18 21:39:25 -08:00

11 lines
201 B
JSON

{
"type": "string",
"description": "The ship's set speed when traveling between waypoints or systems.",
"enum": [
"DRIFT",
"STEALTH",
"CRUISE",
"BURN"
],
"default": "CRUISE"
}