diff --git a/models/ShipType.json b/models/ShipType.json index 6a6a48c..fe9ce15 100644 --- a/models/ShipType.json +++ b/models/ShipType.json @@ -11,6 +11,7 @@ "SHIP_HEAVY_FREIGHTER", "SHIP_LIGHT_SHUTTLE", "SHIP_ORE_HOUND", - "SHIP_REFINING_FREIGHTER" + "SHIP_REFINING_FREIGHTER", + "SHIP_SURVEYOR" ] } \ No newline at end of file diff --git a/models/ShipyardShip.json b/models/ShipyardShip.json index 6475e83..cbb6c74 100644 --- a/models/ShipyardShip.json +++ b/models/ShipyardShip.json @@ -11,6 +11,16 @@ "description": { "type": "string" }, + "supply": { + "type": "string", + "description": "A rough estimate of the total supply of this good in the marketplace.", + "enum": [ + "SCARCE", + "LIMITED", + "MODERATE", + "ABUNDANT" + ] + }, "purchasePrice": { "type": "integer" }, @@ -55,6 +65,7 @@ "symbol", "name", "description", + "supply", "purchasePrice", "frame", "reactor",