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