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

F8C not returning FOCI as array #85

Closed kingultron99 closed 8 months ago

kingultron99 commented 8 months ago

I've noticed that the F8C does not return its foci as an array like most other ships.

requesting a 100i gives me the following response:

[
  { en_EN: 'Starter', de_DE: 'Einsteiger' },
  { en_EN: 'Touring', de_DE: 'Reisen' }
]

an 890j will give me:

[ 
  { en_EN: 'Luxury Touring', de_DE: 'Luxus-Reisen' } 
]

but an F8C will give me:

{ en_EN: 'Combat' }

appears to be the only ship that returns its foci this way from what I have found so far.

octfx commented 8 months ago

Thanks for the report! Fix deployed, change should be live in the following hours