Variable buffTargetCategoriesConst
buffTargetCategories: {
ability: {
filters: { actor: { exclude: string[] } };
label: "Ability Score";
};
abilityChecks: {
filters: { actor: { exclude: string[] } };
label: "Ability Checks";
};
attack: { label: "Attack" };
combatManeuver: { label: "Combat Maneuver" };
damage: { label: "Damage" };
defense: { label: "Defense" };
health: { filters: { actor: { exclude: string[] } }; label: "Health" };
misc: { label: "Miscellaneous" };
savingThrows: { label: "Saving Throws" };
senses: { label: "Senses" };
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" };
} = ...
Type declaration
Readonly
ability: { filters: { actor: { exclude: string[] } }; label: "Ability Score" }
Readonly
abilityChecks: { filters: { actor: { exclude: string[] } }; label: "Ability Checks" }
Readonly
attack: { label: "Attack" }
Readonly
combatManeuver: { label: "Combat Maneuver" }
Readonly
damage: { label: "Damage" }
Readonly
defense: { label: "Defense" }
Readonly
health: { filters: { actor: { exclude: string[] } }; label: "Health" }
Readonly
misc: { label: "Miscellaneous" }
Readonly
savingThrows: { label: "Saving Throws" }
Readonly
senses: { label: "Senses" }
Readonly
skill: { filters: { actor: { exclude: string[] } }; label: "Specific Skill" }
Readonly
skills: { filters: { actor: { exclude: string[] } }; label: "Skills" }
Readonly
speed: { label: "Speed" }
Readonly
spell: { filters: { actor: { exclude: string[] } }; label: "Spells" }
Change target categories
Categories grouping related BuffTarget change targets in the selector UI.