Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Exotic Class Items DestinyInventoryItemDefinition Missing randomizedPlugSetHash #1899

Closed afpac closed 5 months ago

afpac commented 5 months ago

Exotic Class Items are randomly rolled but the sockets which reference the randomly rolled perks do not contain a randomizedPlugSetHash. Currently only a singleInitialItemHash is visible.

This is just on the definition. I haven't gone digging for what comes back for an instanced copy in itemComponents.reusablePlugs yet

Warlock class item for example:

https://data.destinysets.com/i/InventoryItem:2273643087

image

jshaffstall-bng commented 5 months ago

Unfortunately these random rolls were implemented in-game outside of this randomized plug set system, so this won't be feasible. Best to manually show the relationships instead. Sorry!