From 6ac8e2ea8fcaf327e6d93763a5eb21993e2db23b Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Thu, 14 Sep 2023 16:46:09 -0700 Subject: [PATCH] update: ship now returns cooldown --- models/Ship.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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