Variable classFractionalBABFormulasConst
classFractionalBABFormulas: {
custom: "0";
high: "@hitDice";
low: "@hitDice * 0.5";
med: "@hitDice * 0.75";
} = ...
Type declaration
Readonly
custom: "0"
Readonly
high: "@hitDice"
Readonly
low: "@hitDice * 0.5"
Readonly
med: "@hitDice * 0.75"