Variable classFractionalSavingThrowFormulasConst
classFractionalSavingThrowFormulas: {
base: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
custom: { high: "0"; low: "0" };
goodSaveBonus: "2";
mythic: { high: "0"; low: "0" };
npc: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
prestige: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
racial: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" };
} = ...
Type declaration
Readonly
base: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
Readonly
custom: { high: "0"; low: "0" }
Readonly
goodSaveBonus: "2"
Readonly
mythic: { high: "0"; low: "0" }
Readonly
npc: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
Readonly
prestige: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
Readonly
racial: { goodSave: true; high: "@hitDice / 2"; low: "@hitDice / 3" }
Saving throw formulae used with Fractional Base Bonuses.