Triggers can fire on character sheet checks

This commit is contained in:
Stefan Zermatten
2022-08-12 19:52:58 +02:00
parent ecfeeaccd9
commit 13fc0c0b12
3 changed files with 73 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
const eventOptions = {
doActionProperty: 'Do action',
// receiveActionProperty: 'Receiving action property',
check: 'Roll check',
// flipToggle: 'Toggle changed',
// adjustProperty: 'Attribute adjusted',
anyRest: 'Short or long rest',
@@ -26,6 +27,7 @@ const actionPropertyTypeOptions = {
note: 'Note',
roll: 'Roll',
savingThrow: 'Saving throw',
spell: 'Spell',
toggle: 'Toggle',
}