Source
This page was generated with Wiki Builder. Do not change the format!
Info
Defines the conditions under which an intrinsic perk is applied while participating in an Objective. These perks will generally not be benefit-granting perks, but rather a perk that modifies gameplay in some interesting way.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
perkHash | Destiny.Definitions.DestinySandboxPerkDefinition:integer:uint32 | The hash identifier of the DestinySandboxPerkDefinition that will be applied to the character. |
style | DestinyObjectiveGrantStyle:Enum | An enumeration indicating whether it will be applied as long as the Objective is active, when it's completed, or until it's completed. |
Example
{
// Type: Destiny.Definitions.DestinySandboxPerkDefinition:integer:uint32
"perkHash": 0,
// Type: DestinyObjectiveGrantStyle:Enum
"style": {}
}