Migration datamodels !

This commit is contained in:
2026-01-11 22:44:49 +01:00
parent 1afb1d0769
commit cfda525f7c
102 changed files with 342 additions and 342 deletions

View File

@@ -13,7 +13,7 @@ export class YggdrasillActorSheet extends foundry.appv1.sheets.ActorSheet {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["yggdrasill", "sheet", "actor"],
template: "systems/fvtt-yggdrasill/templates/actor-sheet.html",
template: "systems/fvtt-yggdrasill/templates/actor-personnage-sheet.hbs",
width: 680,
height: 740,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "stats" }],

View File

@@ -11,7 +11,7 @@ export class YggdrasillUtility {
static async preloadHandlebarsTemplates() {
const templatePaths = [
'systems/fvtt-yggdrasill/templates/actor-sheet.html',
'systems/fvtt-yggdrasill/templates/actor-personnage-sheet.hbs',
'systems/fvtt-yggdrasill/templates/editor-notes-gm.html'
]
return foundry.applications.handlebars.loadTemplates(templatePaths);