From 9a2022b2e48ea5883b29ebca1ed22538ae06e683 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Wed, 13 Sep 2023 09:29:19 -0700 Subject: [PATCH] update: add modifications fee to shipyard --- models/Shipyard.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/models/Shipyard.json b/models/Shipyard.json index d63a7f9..d7762f0 100644 --- a/models/Shipyard.json +++ b/models/Shipyard.json @@ -32,10 +32,15 @@ "items": { "$ref": "./ShipyardShip.json" } + }, + "modificationsFee": { + "type": "integer", + "description": "The fee to modify a ship at this shipyard. This includes installing or removing modules and mounts on a ship. In the case of mounts, the fee is a flat rate per mount. In the case of modules, the fee is per slot the module occupies." } }, "required": [ "symbol", - "shipTypes" + "shipTypes", + "modificationsFee" ] } \ No newline at end of file