Stats #

Player stats in Runescape by Jagex.
Player stats in Runescape by Jagex.

The Hiro Stats system is a versatile feature designed to enhance player experience by managing and displaying player statistics. It allows players to have both public and private stats, catering to the diverse needs of game dynamics and player preferences. Public stats are visible to all, fostering a competitive and interactive gaming environment, while private stats are confined to individual players, allowing them to monitor their personal progress.

The system is highly flexible, enabling updates through various operators such as delta, set, min, or max, providing a comprehensive approach to stat management. Whether itโ€™s setting a new value, adjusting by a certain amount, or determining minimum or maximum values, the Hiro Stats system ensures seamless and dynamic stat modifications to enrich gameplay.

Customization parameters #

The following JSON represents the customization parameters you can use to configure the default user experience for the Stats system.

1
2
3
4
5
6
7
8
9
{
    "whitelist": [
      "strength",
      "constitution",
      "dexterity",
      "wisdom",
      "intellect"
    ]
}

Stats whitelist #

PropertySubpropertyDescription
whitelistA string array of whitelisted stat names.