Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents a variant on an activity for a Milestone: a specific difficulty tier, or a specific activity variant for example. These will often have more specific details, such as an associated Guided Game, progression steps, tier-specific rewards, and custom values.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
activityHash | Destiny.Definitions.DestinyActivityDefinition:integer:uint32 | The hash to use for looking up the variant Activity's definition (DestinyActivityDefinition), where you can find its distinguishing characteristics such as difficulty level and recommended light level. Frequently, that will be the only distinguishing characteristics in practice, which is somewhat of a bummer. |
order | integer:int32 | If you care to do so, render the variants in the order prescribed by this value. When you combine live Milestone data with the definition, the order becomes more useful because you'll be cross-referencing between the definition and live data. |
Example
{
// Type: Destiny.Definitions.DestinyActivityDefinition:integer:uint32
"activityHash": 0,
// Type: integer:int32
"order": 0
}