This commit is contained in:
WBHarry 2026-02-02 12:04:11 +01:00
parent 0b4266ba08
commit 2012f0d482
4 changed files with 42 additions and 5 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()