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

    Variable consumableFormulasConst

    consumableFormulas: {
        potion: "50 * max(0.5, @sl) * @cl + @materials";
        scroll: "25 * max(0.5, @sl) * @cl + @materials";
        spell: "@sl ^ 2 * 10";
        wand: "750 * max(0.5, @sl) * @cl + (@materials * @uses)";
    } = ...

    Type Declaration

    • Readonlypotion: "50 * max(0.5, @sl) * @cl + @materials"
    • Readonlyscroll: "25 * max(0.5, @sl) * @cl + @materials"
    • Readonlyspell: "@sl ^ 2 * 10"
    • Readonlywand: "750 * max(0.5, @sl) * @cl + (@materials * @uses)"