Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Manifest Definition
  • Type: object
  • Mobile Manifest: HistoricalStats

Properties

Name Type Description
statId string Unique programmer friendly ID for this stat
group DestinyStatsGroupType:Enum Statistic group
periodTypes PeriodType:Enum[] Time periods the statistic covers
modes DestinyActivityModeType:Enum[] Game modes where this statistic can be reported.
category DestinyStatsCategoryType:Enum Category for the stat.
statName string Display name
statNameAbbr string Display name abbreviated
statDescription string Description of a stat if applicable.
unitType UnitType:Enum Unit, if any, for the statistic
iconImage string Optional URI to an icon for the statistic
mergeMethod integer:int32:nullable Optional icon for the statistic
unitLabel string Localized Unit Name for the stat.
weight integer:int32 Weight assigned to this stat indicating its relative impressiveness.
medalTierHash integer:uint32:nullable The tier associated with this medal - be it implicitly or explicitly.

Example

{
    // Type: string
    "statId": "",
    // Type: DestinyStatsGroupType:Enum
    "group": {},
    // Type: PeriodType:Enum[]
    "periodTypes": [
       // Type: PeriodType:Enum
        0
    ],
    // Type: DestinyActivityModeType:Enum[]
    "modes": [
       // Type: DestinyActivityModeType:Enum
        0
    ],
    // Type: DestinyStatsCategoryType:Enum
    "category": {},
    // Type: string
    "statName": "",
    // Type: string
    "statNameAbbr": "",
    // Type: string
    "statDescription": "",
    // Type: UnitType:Enum
    "unitType": {},
    // Type: string
    "iconImage": "",
    // Type: integer:int32:nullable
    "mergeMethod": 0,
    // Type: string
    "unitLabel": "",
    // Type: integer:int32
    "weight": 0,
    // Type: integer:uint32:nullable
    "medalTierHash": 0
}

References

  1. https://bungie-net.github.io/multi/schema_Destiny-HistoricalStats-Definitions-DestinyHistoricalStatsDefinition.html#schema_Destiny-HistoricalStats-Definitions-DestinyHistoricalStatsDefinition