Fix carac secondaires

This commit is contained in:
2022-11-13 10:29:36 +01:00
parent 866a079c69
commit 63d1c5847b
3 changed files with 41 additions and 19 deletions

View File

@@ -14,8 +14,8 @@ export class YggdrasillActorSheet extends ActorSheet {
return mergeObject(super.defaultOptions, {
classes: ["yggdrasill", "sheet", "actor"],
template: "systems/fvtt-yggdrasill/templates/actor-sheet.html",
width: 640,
height: 720,
width: 680,
height: 740,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "stats" }],
dragDrop: [{ dragSelector: ".item-list .item", dropSelector: null }],
editScore: false