[Feature] ActiveEffect Auras (#2049)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

* Added Attached type to action areas
* Added functionality to Elemental Aura
This commit is contained in:
WBHarry 2026-07-02 01:00:36 +02:00 committed by GitHub
parent d36c141d36
commit cdf6e7fdd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 213 additions and 114 deletions

View file

@ -33,6 +33,10 @@ export default class AreasField extends fields.ArrayField {
initial: CONFIG.DH.GENERAL.range.veryClose.id,
label: 'DAGGERHEART.ACTIONS.Config.area.size'
}),
hasHole: new fields.BooleanField({
initial: false,
label: 'DAGGERHEART.ACTIONS.Config.area.hasHole'
}),
effects: new fields.ArrayField(new fields.DocumentIdField())
});
super(element, options, context);