Source
This page was generated with Wiki Builder. Do not change the format!
Info
An artificial construct provided by Bungie.Net, where we attempt to group talent nodes by functionality. This is a single set of references to Talent Nodes that share a common trait or purpose.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
identifier | string | Mostly just for debug purposes, but if you find it useful you can have it. This is BNet's manually created identifier for this category. |
isLoreDriven | boolean | If true, we found the localized content in a related DestinyLoreDefinition instead of local BNet localization files. This is mostly for ease of my own future investigations. |
displayProperties | DestinyDisplayPropertiesDefinition:Definition | Will contain at least the "name", which will be the title of the category. We will likely not have description and an icon yet, but I'm going to keep my options open. |
nodeHashes | integer:uint32[] | The set of all hash identifiers for Talent Nodes (DestinyTalentNodeDefinition) in this Talent Grid that are part of this Category. |
Example
{
// Type: string
"identifier": "",
// Type: boolean
"isLoreDriven": false,
// Type: DestinyDisplayPropertiesDefinition:Definition
"displayProperties": {},
// Type: integer:uint32[]
"nodeHashes": [
// Type: integer:uint32
0
]
}