Variable abilityTypesConst
abilityTypes: {
ex: { long: "Extraordinary"; short: "Ex" };
na: { long: "Natural"; short: "Na" };
sp: { long: "Spell-Like"; short: "Sp" };
su: { long: "Supernatural"; short: "Su" };
} = ...
Type declaration
Readonly
ex: { long: "Extraordinary"; short: "Ex" }
Readonly
na: { long: "Natural"; short: "Na" }
Readonly
sp: { long: "Spell-Like"; short: "Sp" }
Readonly
su: { long: "Supernatural"; short: "Su" }
Ability types, each with their short and their long form