Source

This page was generated with Wiki Builder. Do not change the format!

Info

Talent nodes have requirements that must be met before they can be activated. This describes the material costs, the Level of the Talent Grid's progression required, and other conditional information that limits whether a talent node can be activated.

Schema

  • Schema Type: Definition
  • Type: object

Properties

Name Type Description
gridLevel integer:int32 The Progression level on the Talent Grid required to activate this node. See DestinyTalentGridDefinition.progressionHash for the related Progression, and read DestinyProgressionDefinition's documentation to learn more about Progressions.
materialRequirementHashes DestinyMaterialRequirementSetDefinition:Definition:integer:uint32[] The list of hash identifiers for material requirement sets: materials that are required for the node to be activated. See DestinyMaterialRequirementSetDefinition for more information about material requirements. In this case, only a single DestinyMaterialRequirementSetDefinition will be chosen from this list, and we won't know which one will be chosen until an instance of the item is created.

Example

{
    // Type: integer:int32
    "gridLevel": 0,
    // Type: DestinyMaterialRequirementSetDefinition:Definition:integer:uint32[]
    "materialRequirementHashes": [
       // Type: integer:uint32
        0
    ]
}

References

  1. https://bungie-net.github.io/multi/schema_Destiny-Definitions-DestinyNodeActivationRequirement.html#schema_Destiny-Definitions-DestinyNodeActivationRequirement