StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.
https://api.star-citizen.wiki
MIT License
25 stars 6 forks source link

Some BEHR optics attachments is returning null in iron_sight #105

Closed alistair3149 closed 4 months ago

alistair3149 commented 5 months ago

Both magnification and optic_type under iron_sight are returning null for the following items: https://api.star-citizen.wiki/api/v2/items/a392c30b-5798-4b35-a70c-01264c6a083e https://api.star-citizen.wiki/api/v2/items/0dabf62d-9b3e-4968-a371-ae0cb44057a1

As opposed to the 16x sight which has the data: https://api.star-citizen.wiki/api/v2/items/77521326-082c-44f9-a5b2-09dfb87f3f14

octfx commented 4 months ago

The iron sight data is currently taken from the item description, as the xml data had invalid data in the past.

Both linked iron sights have an empty description in-game, resulting in missing data image

octfx commented 4 months ago

Imported some more data in 1180f00