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": {
"$ref": "./ShipEngine.json"
},
"cooldown": {
"$ref": "./Cooldown.json"
},
"modules": {
"type": "array",
"description": "Modules installed in this ship.",
@ -56,6 +59,7 @@
"modules",
"mounts",
"cargo",
"fuel"
"fuel",
"cooldown"
]
}