gw2-api / issues

13 stars 0 forks source link

Expose skin acquisition and alternate weights #83

Open darthmaim opened 2 months ago

darthmaim commented 2 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 2 months ago

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

darthmaim commented 2 months ago

Seems like this is the list of possible acquisitions:

source