mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
a46d675039
* update: new traits and add modifiers * breaking: jump gates and construction * update: add supply to shipyard listing * add gas siphon endpoint * add cooldown to jumps * add missing types * update supply and activity levels * update: add waypoint query filters for type and traits * add cargo modules * add shipyard activity
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"description": "Type of ship",
|
|
"type": "string",
|
|
"enum": [
|
|
"SHIP_PROBE",
|
|
"SHIP_MINING_DRONE",
|
|
"SHIP_SIPHON_DRONE",
|
|
"SHIP_INTERCEPTOR",
|
|
"SHIP_LIGHT_HAULER",
|
|
"SHIP_COMMAND_FRIGATE",
|
|
"SHIP_EXPLORER",
|
|
"SHIP_HEAVY_FREIGHTER",
|
|
"SHIP_LIGHT_SHUTTLE",
|
|
"SHIP_ORE_HOUND",
|
|
"SHIP_REFINING_FREIGHTER",
|
|
"SHIP_SURVEYOR"
|
|
]
|
|
} |