Source

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

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
weapons DestinyHistoricalWeaponStats[] List of weapons and their perspective values.
values Dictionary<string,DestinyHistoricalStatsValue> Collection of stats for the player in this activity.

Example

{
    // Type: DestinyHistoricalWeaponStats[]
    "weapons": [
       // Type: DestinyHistoricalWeaponStats
        {
            // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
            "referenceId": 0,
            // Type: Dictionary<string,DestinyHistoricalStatsValue>
            "values": {
                "{string}": {
                    // Type: string
                    "statId": "",
                    // Type: DestinyHistoricalStatsValuePair
                    "basic": {},
                    // Type: DestinyHistoricalStatsValuePair
                    "pga": {},
                    // Type: DestinyHistoricalStatsValuePair
                    "weighted": {},
                    // Type: integer:int64:nullable
                    "activityId": 0
                }
            }
        }
    ],
    // Type: Dictionary<string,DestinyHistoricalStatsValue>
    "values": {
        "{string}": {
            // Type: string
            "statId": "",
            // Type: DestinyHistoricalStatsValuePair
            "basic": {},
            // Type: DestinyHistoricalStatsValuePair
            "pga": {},
            // Type: DestinyHistoricalStatsValuePair
            "weighted": {},
            // Type: integer:int64:nullable
            "activityId": 0
        }
    }
}

References

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