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": { "cargo": {
"$ref": "../models/ShipCargo.json" "$ref": "../models/ShipCargo.json"
}, },
"cooldown": {
"$ref": "../models/Cooldown.json"
},
"produced": { "produced": {
"type": "array", "type": "array",
"items": { "items": {
@ -1165,6 +1168,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"cargo", "cargo",
"cooldown",
"produced", "produced",
"consumed" "consumed"
] ]