gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
17 stars 0 forks source link

`/v2/skins`: Expose skin acquisition and alternate weights #83

Open darthmaim opened 7 months ago

darthmaim commented 7 months ago

Feature Description

Todays update (161350 - April 16, 2024) added the acquisition method and alternate weights to skins.

image

Implementation

Add new properties for the acquisition method and alternate weights.

Example

{
  "name": "Artisan Zharra's Hood",
  "id": 11418,
  "acquisition": "Obtained from the Black Lion Trading Company (Gem Store)."
  "alternate_weights": [11419, 11431]
}

Anything else?

Note that acquisition has to be localized.

queicherius commented 7 months ago

If possible, also provide acquisition as an enum array (e.g. 'GEM_STORE', 'BLACK_LION_EXCLUSIVES_CHEST', 'VENDOR', ...)

darthmaim commented 7 months ago

Seems like this is the list of possible acquisitions:

source