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
|
|
@ -23,6 +23,11 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
|
|||
aboveTheFold: new fields.BooleanField({
|
||||
initial: false,
|
||||
}),
|
||||
trigger: new fields.DocumentUUIDField({
|
||||
embedded: false,
|
||||
relative: false,
|
||||
type: foundry.documents.Macro.documentName,
|
||||
}),
|
||||
|
||||
/* The attributes current value */
|
||||
value: new fields.NumberField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue