abilitiesShort: {
    cha: string;
    con: string;
    dex: string;
    int: string;
    str: string;
    wis: string;
} = ...

The set of Ability Scores used within the system in short form

Type declaration

  • cha: string
  • con: string
  • dex: string
  • int: string
  • str: string
  • wis: string

Generated using TypeDoc