update: ship now returns cooldown

This commit is contained in:
SpaceAdmiral 2023-09-14 16:46:09 -07:00
parent 7c187219fb
commit 6ac8e2ea8f

View File

@ -24,6 +24,9 @@
"engine": { "engine": {
"$ref": "./ShipEngine.json" "$ref": "./ShipEngine.json"
}, },
"cooldown": {
"$ref": "./Cooldown.json"
},
"modules": { "modules": {
"type": "array", "type": "array",
"description": "Modules installed in this ship.", "description": "Modules installed in this ship.",
@ -56,6 +59,7 @@
"modules", "modules",
"mounts", "mounts",
"cargo", "cargo",
"fuel" "fuel",
"cooldown"
] ]
} }