Added automation for ActionRolls on countdowns

This commit is contained in:
WBHarry 2025-11-20 01:54:06 +01:00
parent 0c6b022e49
commit 498e6b9aa2
16 changed files with 134 additions and 44 deletions

View file

@ -612,6 +612,10 @@ export const abilityCosts = {
};
export const countdownProgressionTypes = {
actionRoll: {
id: 'actionRoll',
label: 'DAGGERHEART.CONFIG.CountdownType.actionRoll'
},
spotlight: {
id: 'spotlight',
label: 'DAGGERHEART.CONFIG.CountdownType.spotlight'