api-docs/models/ShipNavSpeed.json

11 lines
191 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "string",
2022-12-10 17:11:53 +01:00
"description": "The ship's set speed when travelling between waypoints.",
2022-09-18 17:49:41 +02:00
"enum": [
2022-12-10 17:11:53 +01:00
"DRIFT",
"STEALTH",
2022-09-18 17:49:41 +02:00
"CRUISE",
2022-12-10 17:11:53 +01:00
"BURN"
2022-09-18 17:49:41 +02:00
],
"default": "CRUISE"
}