Tweak the Aspect data model
This commit is contained in:
parent
38fcb1193a
commit
cb888bebad
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ export class AspectItemData extends foundry.abstract.DataModel {
|
|||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return {
|
||||
used: new fields.BooleanField(),
|
||||
used: new fields.BooleanField({ initial: false }),
|
||||
/** The number of seconds that the effect of the aspect stays */
|
||||
deactivateAfter: new fields.NumberField({ nullable: true }),
|
||||
info: new fields.HTMLField({ nullable: true, blank: false, trim: true }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue