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

    Variable savingThrowsConst

    savingThrows: {
        fort: { ability: "con"; label: "Fortitude" };
        ref: { ability: "dex"; label: "Reflex" };
        will: { ability: "wis"; label: "Will" };
    } = ...

    The set of Saving Throws

    Type Declaration

    • Readonlyfort: { ability: "con"; label: "Fortitude" }
    • Readonlyref: { ability: "dex"; label: "Reflex" }
    • Readonlywill: { ability: "wis"; label: "Will" }