mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add modifications fee to shipyard
This commit is contained in:
parent
6aa30abb9a
commit
9a2022b2e4
@ -32,10 +32,15 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "./ShipyardShip.json"
|
"$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": [
|
"required": [
|
||||||
"symbol",
|
"symbol",
|
||||||
"shipTypes"
|
"shipTypes",
|
||||||
|
"modificationsFee"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user