mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Added automation for ActionRolls on countdowns
This commit is contained in:
parent
0c6b022e49
commit
498e6b9aa2
16 changed files with 134 additions and 44 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue