Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banu shield generator is parsed incorrectly in Vehicle v3 API #141

Open
alistair3149 opened this issue Oct 21, 2024 · 0 comments
Open

Banu shield generator is parsed incorrectly in Vehicle v3 API #141

alistair3149 opened this issue Oct 21, 2024 · 0 comments

Comments

@alistair3149
Copy link
Contributor

When searching for vehicles (e.g. Defender) that has a Banu shield generator (e.g. shld_banu_s02_placeholder_scitem) equipped, the hardpoint (e.g. hardpoint_shield_generator) does not have the equipped_item key.

Steps to reproduce

  1. Inspect the Vehicle v3 API response for the Defender: https://api.star-citizen.wiki/api/v3/vehicles/defender?include=ports
  2. Search for the key hardpoint_shield_generator
  3. Note that the class_name indicates shld_banu_s02_placeholder_scitem is the equipped item, but no equipped_item key is found

Actual result

  • equipped_item key does not exist
  • compatible_types key is empty

Expected result

  • equipped_item key is populated with info of shld_banu_s02_placeholder_scitem
  • compatible_types key indicates the correct compatible item type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant