Ajout archetypes

This commit is contained in:
2023-02-05 16:57:00 +01:00
parent fbe77dcdc0
commit a4b0c44255
22 changed files with 41 additions and 17 deletions

View File

@ -14,7 +14,7 @@ export class MaleficesItemSheet extends ItemSheet {
template: "systems/fvtt-malefices/templates/item-sheet.hbs",
dragDrop: [{ dragSelector: null, dropSelector: null }],
width: 620,
height: 'fit-content',
height: 580,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
});
}