mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added a Setting that controls if scroll texts should be shown on resource change (#578)
This commit is contained in:
parent
089657a896
commit
04fbf9db4f
7 changed files with 95 additions and 1 deletions
|
|
@ -40,6 +40,11 @@ export default class DhAutomation extends foundry.abstract.DataModel {
|
|||
choices: CONFIG.DH.GENERAL.ruleChoice,
|
||||
initial: CONFIG.DH.GENERAL.ruleChoice.onWithToggle.id,
|
||||
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.damageReductionRulesDefault.label'
|
||||
}),
|
||||
resourceScrollTexts: new fields.BooleanField({
|
||||
required: true,
|
||||
initial: true,
|
||||
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.resourceScrollTexts.label'
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue