Persona Stats

Persona Stats#

Similar to attributes, the PersonaStat is a type of statistic associated with a given Persona that describes the abilities of that particular character. In contrast to attributes the PersonaStat has a well defined structure to make it easier to perform calculations and comparisons of like statistics from other Persona objects.

The PersonaStat object defines a given statistic that has been associated with a particular Persona and the value that has been assigned to it.

A typical PersonaStat object looks like the following:

1{
2    "personaUid": "bdf1b0e0-7e61-4069-b37b-bb73919b561b",
3    "statUid": "f0d2ef5e-40a3-4d70-9d37-2e284aaf4986",
4    "value": <value>,
5}