api-docs/models/ShipNavSpeed.json

10 lines
273 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "string",
"description": "The ship's set speed when travelling between waypoints. Nav speed can wear down the ship's engines and lower crew morale but improves travel time.",
"enum": [
"CONSERVATIVE",
"CRUISE",
"MAX"
],
"default": "CRUISE"
}