implement basic active effects

This commit is contained in:
Johannes Loher 2021-01-25 01:09:51 +01:00
parent 2c8878bd94
commit 85ec5faec2
4 changed files with 123 additions and 3 deletions

View file

@ -34,7 +34,6 @@ export class DS4ItemSheet extends ItemSheet<DS4ItemDataType, DS4Item> {
actor: this.item.actor,
isPhysical: isDS4ItemDataTypePhysical(this.item.data.data),
};
console.log(data);
return data;
}