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

    Variable spellRangeFormulasConst

    spellRangeFormulas: {
        close: "25 + floor(@cl / 2) * 5";
        long: "400 + @cl * 40";
        medium: "100 + @cl * 10";
    } = ...

    Type declaration

    • Readonlyclose: "25 + floor(@cl / 2) * 5"
    • Readonlylong: "400 + @cl * 40"
    • Readonlymedium: "100 + @cl * 10"