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

    Variable classFractionalSavingThrowFormulasConst

    classFractionalSavingThrowFormulas: {
        base: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
        custom: { high: "0"; low: "0" };
        goodSaveBonus: "2";
        mythic: { high: "0"; low: "0" };
        npc: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
        prestige: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
        racial: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
    } = ...

    Saving throw formulae used with Fractional Base Bonuses.

    Type declaration

    • Readonlybase: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
    • Readonlycustom: { high: "0"; low: "0" }
    • ReadonlygoodSaveBonus: "2"
    • Readonlymythic: { high: "0"; low: "0" }
    • Readonlynpc: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
    • Readonlyprestige: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
    • Readonlyracial: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }