Source
This page was generated with Wiki Builder. Do not change the format!
Info
These properties are an attempt to categorize talent node steps by certain common properties. See the related enumerations for the type of properties being categorized.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
weaponPerformance | DestinyTalentNodeStepWeaponPerformances:Enum | |
impactEffects | DestinyTalentNodeStepImpactEffects:Enum | |
guardianAttributes | DestinyTalentNodeStepGuardianAttributes:Enum | |
lightAbilities | DestinyTalentNodeStepLightAbilities:Enum | |
damageTypes | DestinyTalentNodeStepDamageTypes:Enum |
Example
{
// Type: DestinyTalentNodeStepWeaponPerformances:Enum
"weaponPerformance": 0,
// Type: DestinyTalentNodeStepImpactEffects:Enum
"impactEffects": 0,
// Type: DestinyTalentNodeStepGuardianAttributes:Enum
"guardianAttributes": 0,
// Type: DestinyTalentNodeStepLightAbilities:Enum
"lightAbilities": 0,
// Type: DestinyTalentNodeStepDamageTypes:Enum
"damageTypes": 0
}