api-docs/models/ShipNavSpeed.json
2022-12-10 08:11:53 -08:00

11 lines
191 B
JSON

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