randomActivationRequirement property

  1. @JsonKey(name: 'randomActivationRequirement')
DestinyNodeActivationRequirement? randomActivationRequirement
getter/setter pair

At one point, you were going to be able to repurchase talent nodes that had random steps, to "re-roll" the current step of the node (and thus change the properties of your item). This was to be the activation requirement for performing that re-roll. The system still exists to do this, as far as I know, so it may yet come back around!

Implementation

@JsonKey(name:'randomActivationRequirement')
DestinyNodeActivationRequirement? randomActivationRequirement;