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

    Variable classBABFormulasConst

    classBABFormulas: {
        custom: "0";
        high: "@hitDice";
        low: "floor(@hitDice * 0.5)";
        med: "floor(@hitDice * 0.75)";
    } = ...

    The formulae for BAB progressions

    Type declaration

    • Readonlycustom: "0"
    • Readonlyhigh: "@hitDice"
    • Readonlylow: "floor(@hitDice * 0.5)"
    • Readonlymed: "floor(@hitDice * 0.75)"