randomizedPlugSetHash property

  1. @JsonKey(name: 'randomizedPlugSetHash')
int? randomizedPlugSetHash
getter/setter pair

This field replaces "randomizedPlugItems" as of Shadowkeep launch. If a socket has randomized plugs, this is a pointer to the set of plugs that could be used, as defined in DestinyPlugSetDefinition. If null, the item has no randomized plugs.

Implementation

@JsonKey(name:'randomizedPlugSetHash')
int? randomizedPlugSetHash;