Pathfinder 1e for Foundry VTT
    Preparing search index...

    Variable abilityTypesConst

    abilityTypes: {
        ex: { long: "Extraordinary"; short: "Ex" };
        na: { long: "Natural"; short: "Na" };
        sp: { long: "Spell-Like"; short: "Sp" };
        su: { long: "Supernatural"; short: "Su" };
    } = ...

    Ability types, each with their short and their long form

    Type declaration

    • Readonlyex: { long: "Extraordinary"; short: "Ex" }
    • Readonlyna: { long: "Natural"; short: "Na" }
    • Readonlysp: { long: "Spell-Like"; short: "Sp" }
    • Readonlysu: { long: "Supernatural"; short: "Su" }