diff --git a/models/Ship.json b/models/Ship.json index c65555f..12dee30 100644 --- a/models/Ship.json +++ b/models/Ship.json @@ -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" ] } \ No newline at end of file