Stats Legend Schema
This object contains legend statistics over the lifetime of the player’s account.
Contents
Section titled “Contents”| Parameter | Type | Description |
|---|---|---|
| legend_id | Integer | The ID of the legend. |
| legend_name_key | String | The database name of the legend. |
| damagedealt | String | The total amount of damage the player dealt while playing this legend. |
| damagetaken | String | The total amount of damage the player received while playing this legend. |
| kos | Integer | The number of knockouts the player earned playing this legend. |
| falls | Integer | The number of times the player has been knocked out playing this legend. |
| suicides | Integer | The amount of times the player has knocked themselves out playing this legend. |
| teamkos | Integer | The number of times the player has knocked out a teammate of theirs while playing this legend. |
| matchtime | Integer | The total amount of time the player has played this legend in game. |
| games | Integer | The number of games the player has played this legend. |
| wins | Integer | The number of wins the player has earned with this legend. |
| damageunarmed | String | The amount of damage the player inflicted with this legend while unarmed. |
| damagethrownitem | String | The amount of damage the player inflicted with this legend using thrown items. |
| damageweaponone | String | The amount of damage the player inflicted with this legend using the legend’s first listed weapon. |
| damageweapontwo | String | The amount of damage the player inflicted with this legend using the legend’s second listed weapon. |
| damagegadgets | String | The amount of damage the player inflicted with this legend using any gadget. |
| kounarmed | Integer | The amount of knockouts the player earned with this legend while unarmed. |
| kothrownitem | Integer | The amount of knockouts the player earned with this legend using thrown items. |
| koweaponone | Integer | The amount of knockouts the player earned with this legend using the legend’s first listed weapon. |
| koweapontwo | Integer | The amount of knockouts the player earned with this legend using the legend’s second listed weapon. |
| kogadgets | Integer | The amount of knockouts the player earned with this legend using any gadget. |
| timeheldweaponone | Integer | The total amount of time the player has held the legend’s first listed weapon. |
| timeheldweapontwo | Integer | The total amount of time the player has held the legend’s second listed weapon. |
| xp | Integer | The total amount of XP the player has earned on this legend. |
| level | Integer | The amount of legend levels the player has on this legend. |
| xp_percentage | Integer | The distance the player is to this legend’s next level up expressed as a percentage. |