WIP: Add effects tab to actor sheets
This commit is contained in:
parent
02ba524eea
commit
e39d245aff
20 changed files with 267 additions and 49 deletions
|
@ -101,6 +101,7 @@ export class DS4ItemSheet extends ItemSheet<ItemSheet.Options, DS4ItemSheetData>
|
|||
const createData = {
|
||||
label: "New Effect",
|
||||
icon: "icons/svg/aura.svg",
|
||||
origin: this.item.uuid,
|
||||
};
|
||||
|
||||
return ActiveEffect.create(createData, { parent: this.item });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue