Merge branch 'v14-Dev' into v14/active-effect-durations

This commit is contained in:
WBHarry 2026-02-09 16:01:38 +01:00
commit 485c26b901
57 changed files with 1108 additions and 286 deletions

View file

@ -37,7 +37,7 @@ export default class DhAppearance extends foundry.abstract.DataModel {
extendEnvironmentDescriptions: new BooleanField(),
extendItemDescriptions: new BooleanField(),
expandRollMessage: new SchemaField({
desc: new BooleanField(),
desc: new BooleanField({ initial: true }),
roll: new BooleanField(),
damage: new BooleanField(),
target: new BooleanField()