Destiny.HistoricalStats.Definitions.DestinyHistoricalStatsDefinition

Mobile Manifest Entity
Mapped to Mobile Manifest Table: HistoricalStats
Type: object
Object Properties
statId
Unique programmer friendly ID for this stat
Type: string
group
Statistic group
Type: int32
periodTypes
Time periods the statistic covers
Type: array
Array Contents: int32
modes
Game modes where this statistic can be reported.
Type: array
Array Contents: int32
category
Category for the stat.
Type: int32
statName
Display name
Type: string
statNameAbbr
Display name abbreviated
Type: string
statDescription
Description of a stat if applicable.
Type: string
unitType
Unit, if any, for the statistic
Type: int32
iconImage
Optional URI to an icon for the statistic
Type: string
mergeMethod
Nullable Enumeration
Optional icon for the statistic
Type: int32
Valid Enum Values
  • Add: 0
    When collapsing multiple instances of the stat together, add the values.
  • Min: 1
    When collapsing multiple instances of the stat together, take the lower value.
  • Max: 2
    When collapsing multiple instances of the stat together, take the higher value.
unitLabel
Localized Unit Name for the stat.
Type: string
weight
Weight assigned to this stat indicating its relative impressiveness.
Type: int32
medalTierHash
Nullable Mapped to Definition
The tier associated with this medal - be it implicitly or explicitly.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyMedalTierDefinition