Split HopeFear automation by GM and Players

This commit is contained in:
WBHarry 2025-07-15 02:48:48 +02:00
parent eac38ae205
commit 2e43baa640
4 changed files with 14 additions and 7 deletions

View file

@ -8,12 +8,12 @@ export default class DhAutomation extends foundry.abstract.DataModel {
gm: new fields.BooleanField({
required: true,
initial: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hope.label'
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hopeFear.gm.label'
}),
players: new fields.BooleanField({
required: true,
initial: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hope.label'
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hopeFear.players.label'
})
}),
actionPoints: new fields.BooleanField({