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. | 
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
                }
            }
        }
    ]
}