Add description to the mob data model
This commit is contained in:
parent
91a98d3d2a
commit
36e3a551b8
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ export class MobData extends foundry.abstract.TypeDataModel {
|
|||
initial: 0,
|
||||
min: 0,
|
||||
}),
|
||||
description: new fields.StringField({
|
||||
initial: ``,
|
||||
blank: true,
|
||||
}),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue