Added an automation setting for chat command resources

This commit is contained in:
WBHarry 2026-01-27 20:22:45 +01:00
parent 6321c7c508
commit 1e62131a7c
5 changed files with 19 additions and 5 deletions

View file

@ -18,6 +18,11 @@ export default class DhAutomation extends foundry.abstract.DataModel {
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hopeFear.players.label'
})
}),
chatCommandAutomation: new fields.BooleanField({
required: true,
initial: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.chatCommandAutomation.label'
}),
countdownAutomation: new fields.BooleanField({
required: true,
initial: true,