api-docs/models/ShipRequirements.json
2022-10-05 18:13:52 -07:00

18 lines
461 B
JSON

{
"type": "object",
"description": "The requirements for installation on a ship",
"properties": {
"power": {
"type": "integer",
"description": "The amount of power required from the reactor."
},
"crew": {
"type": "integer",
"description": "The number of crew required for operation."
},
"slots": {
"type": "integer",
"description": "The number of module slots required for installation."
}
}
}