StarCitizenWiki/API

Missing shop data for some food and drink items

alistair3149 opened this issue · 2 comments

Black Mountain Sujin Tea (Medium Blend) and Breakfast dog is sold in game but there are no shop data in the API. Could be more items but those are the two that I found.

octfx commented

This is currently a limitation of the underlying Unpacked data. :/

All food and drink items are sold in shops of which the position can only be found in Layer0.xml

I've started to manually add them here:

private function addShops(): void

So the easiest way would be to add the "most important" shops there.

While I did add all Layer0 information to starmap.json, I hadn't had the time to combine the information from starmap.json and shops.json.

octfx commented

Closing this for now, as neither the shop nor starmap data is present in the in-game files anymore. :/