Merge branch 'main' into feature/transform-linked-actors

This commit is contained in:
Carlos Fernandez 2026-07-01 23:35:49 -04:00
commit 731be03277
24 changed files with 1123 additions and 1304 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);