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";
    };
} = ...