api-docs/models/ShipRequirements.json

18 lines
461 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "object",
"description": "The requirements for installation on a ship",
"properties": {
"power": {
"type": "integer",
2022-09-19 19:22:16 +02:00
"description": "The amount of power required from the reactor."
2022-09-18 17:49:41 +02:00
},
"crew": {
"type": "integer",
2022-09-19 19:22:16 +02:00
"description": "The number of crew required for operation."
},
"slots": {
"type": "integer",
"description": "The number of module slots required for installation."
2022-09-18 17:49:41 +02:00
}
2022-10-28 06:09:27 +02:00
}
2022-09-18 17:49:41 +02:00
}