update: add supply to shipyard listing

This commit is contained in:
SpaceAdmiral 2023-10-22 12:51:47 -07:00
parent 3e19fc085a
commit 4ad551ad28
2 changed files with 13 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"SHIP_HEAVY_FREIGHTER", "SHIP_HEAVY_FREIGHTER",
"SHIP_LIGHT_SHUTTLE", "SHIP_LIGHT_SHUTTLE",
"SHIP_ORE_HOUND", "SHIP_ORE_HOUND",
"SHIP_REFINING_FREIGHTER" "SHIP_REFINING_FREIGHTER",
"SHIP_SURVEYOR"
] ]
} }

View File

@ -11,6 +11,16 @@
"description": { "description": {
"type": "string" "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": { "purchasePrice": {
"type": "integer" "type": "integer"
}, },
@ -55,6 +65,7 @@
"symbol", "symbol",
"name", "name",
"description", "description",
"supply",
"purchasePrice", "purchasePrice",
"frame", "frame",
"reactor", "reactor",