StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.

Home Page:https://api.star-citizen.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing shop data for some food and drink items

alistair3149 opened this issue · 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.

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.

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