mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
10 lines
273 B
JSON
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"
|
|
} |