Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
./config.mjs
consumableFormulas
Variable consumableFormulas
Const
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
Readonly
potion
:
"50 * max(0.5, @sl) * @cl + @materials"
Readonly
scroll
:
"25 * max(0.5, @sl) * @cl + @materials"
Readonly
spell
:
"@sl ^ 2 * 10"
Readonly
wand
:
"750 * max(0.5, @sl) * @cl + (@materials * @uses)"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...