Add the ability to automate items and attributes using a Macro
This commit is contained in:
parent
47892d116b
commit
8f67bff2ec
8 changed files with 45 additions and 2 deletions
|
|
@ -22,6 +22,11 @@ export class GenericItemData extends foundry.abstract.TypeDataModel {
|
|||
equipped: new fields.BooleanField({
|
||||
initial: true,
|
||||
}),
|
||||
trigger: new fields.DocumentUUIDField({
|
||||
embedded: false,
|
||||
relative: false,
|
||||
type: foundry.documents.Macro.documentName,
|
||||
}),
|
||||
description: new fields.HTMLField({
|
||||
blank: true,
|
||||
trim: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue