WIP: Add effects tab to actor sheets

This commit is contained in:
Johannes Loher 2021-07-20 02:16:43 +02:00
parent 02ba524eea
commit e39d245aff
20 changed files with 267 additions and 49 deletions

View file

@ -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 });