api-docs/models/ShipComponentCondition.json
2024-03-06 16:14:17 -08:00

7 lines
369 B
JSON

{
"type": "number",
"format": "double",
"description": "The repairable condition of a component. A value of 0 indicates the component needs significant repairs, while a value of 1 indicates the component is in near perfect condition. As the condition of a component is repaired, the overall integrity of the component decreases.",
"minimum": 0,
"maximum": 1
}