api-docs/models/ShipNavSpeed.json
2022-10-05 18:13:47 -07:00

10 lines
273 B
JSON

{
"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"
}