Open darthmaim opened 7 months ago
Todays update (161350 - April 16, 2024) added the acquisition method and alternate weights to skins.
Add new properties for the acquisition method and alternate weights.
{ "name": "Artisan Zharra's Hood", "id": 11418, "acquisition": "Obtained from the Black Lion Trading Company (Gem Store)." "alternate_weights": [11419, 11431] }
Note that acquisition has to be localized.
acquisition
If possible, also provide acquisition as an enum array (e.g. 'GEM_STORE', 'BLACK_LION_EXCLUSIVES_CHEST', 'VENDOR', ...)
'GEM_STORE', 'BLACK_LION_EXCLUSIVES_CHEST', 'VENDOR', ...
Seems like this is the list of possible acquisitions:
source
Feature Description
Todays update (161350 - April 16, 2024) added the acquisition method and alternate weights to skins.
Implementation
Add new properties for the acquisition method and alternate weights.
Example
Anything else?
Note that
acquisition
has to be localized.