add cooldown to refinery

This commit is contained in:
Space Admiral 2022-12-20 22:07:58 -08:00
parent a1f95817b3
commit 7a5be6d3df

View File

@ -1133,6 +1133,9 @@
"cargo": {
"$ref": "../models/ShipCargo.json"
},
"cooldown": {
"$ref": "../models/Cooldown.json"
},
"produced": {
"type": "array",
"items": {
@ -1165,6 +1168,7 @@
"type": "object",
"required": [
"cargo",
"cooldown",
"produced",
"consumed"
]