mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Added support for reload rules
This commit is contained in:
parent
70388dbd73
commit
3817469e35
11 changed files with 99 additions and 3 deletions
|
|
@ -59,3 +59,18 @@ export const actionAutomationChoices = {
|
|||
label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.always'
|
||||
}
|
||||
};
|
||||
|
||||
export const reloadChoices = {
|
||||
off: {
|
||||
id: 'off',
|
||||
label: 'Don\'t Use'
|
||||
},
|
||||
button: {
|
||||
id: 'button',
|
||||
label: 'Use Button'
|
||||
},
|
||||
auto: {
|
||||
id: 'auto',
|
||||
label: 'Automatic'
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue