Variable itemActionTypesConst
itemActionTypes: {
heal: "Healing";
mcman: "Melee Combat Maneuver";
msak: "Melee Spell Attack";
mwak: "Melee Weapon Attack";
other: "Other";
rcman: "Ranged Combat Maneuver";
rsak: "Ranged Spell Attack";
rwak: "Ranged Weapon Attack";
save: "Saving Throw";
spellsave: "Saving Throw (Spell)";
twak: "Thrown Weapon Attack";
} = ...
Type declaration
Readonly
heal: "Healing"
Readonly
mcman: "Melee Combat Maneuver"
Readonly
msak: "Melee Spell Attack"
Readonly
mwak: "Melee Weapon Attack"
Readonly
other: "Other"
Readonly
rcman: "Ranged Combat Maneuver"
Readonly
rsak: "Ranged Spell Attack"
Readonly
rwak: "Ranged Weapon Attack"
Readonly
save: "Saving Throw"
Readonly
spellsave: "Saving Throw (Spell)"
Readonly
twak: "Thrown Weapon Attack"
Classification types for item action types