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

    Variable contextNoteCategoriesConst

    contextNoteCategories: {
        abilityChecks: { label: "Ability Checks" };
        attacks: { label: "Attacks" };
        combatManeuver: { label: "Combat Maneuver" };
        defense: { label: "Defense" };
        misc: { label: "Miscellaneous" };
        savingThrows: { label: "Saving Throws" };
        skill: {
            filters: { actor: { exclude: string[] } };
            label: "Specific Skill";
        };
        skills: { filters: { actor: { exclude: string[] } }; label: "Skills" };
        speed: { label: "Speed" };
        spell: { filters: { actor: { exclude: string[] } }; label: "Spells" };
    } = ...

    Context Note categories

    Type declaration

    • ReadonlyabilityChecks: { label: "Ability Checks" }
    • Readonlyattacks: { label: "Attacks" }
    • ReadonlycombatManeuver: { label: "Combat Maneuver" }
    • Readonlydefense: { label: "Defense" }
    • Readonlymisc: { label: "Miscellaneous" }
    • ReadonlysavingThrows: { label: "Saving Throws" }
    • Readonlyskill: { filters: { actor: { exclude: string[] } }; label: "Specific Skill" }
    • Readonlyskills: { filters: { actor: { exclude: string[] } }; label: "Skills" }
    • Readonlyspeed: { label: "Speed" }
    • Readonlyspell: { filters: { actor: { exclude: string[] } }; label: "Spells" }