Added automation setting

This commit is contained in:
WBHarry 2026-01-03 03:36:23 +01:00
parent 958dd8b1d0
commit ce2e5871bc
5 changed files with 33 additions and 3 deletions

View file

@ -173,6 +173,13 @@ export default class DhAutomation extends foundry.abstract.DataModel {
label: 'DAGGERHEART.GENERAL.player.plurial'
})
})
}),
triggers: new fields.SchemaField({
enabled: new fields.BooleanField({
nullable: false,
initial: true,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.triggers.enabled.label'
})
})
};
}