Add various magical items

This commit is contained in:
Johannes Loher 2021-02-21 05:39:12 +01:00
parent 57e378d9ee
commit 7ee7a44f05
2 changed files with 28 additions and 1 deletions

View file

@ -11,7 +11,7 @@ export class DS4ItemSheet extends ItemSheet<ItemSheet.Data<DS4Item>> {
static get defaultOptions(): BaseEntitySheet.Options {
const superDefaultOptions = super.defaultOptions;
return mergeObject(superDefaultOptions, {
width: 530,
width: 540,
height: 400,
classes: ["ds4", "sheet", "item"],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],