Fiche armes et traits

This commit is contained in:
2023-04-28 15:25:57 +02:00
parent b9978545d2
commit 06d91f11f1
24 changed files with 233 additions and 138 deletions

View File

@ -1,5 +1,5 @@
/* -------------------------------------------- */
import { EcrymeCommands } from "./ecryme-commands.js";
import { EcrymeCommands } from "../app/ecryme-commands.js";
/* -------------------------------------------- */
@ -101,6 +101,7 @@ export class EcrymeUtility {
const templatePaths = [
'systems/fvtt-ecryme/templates/actors/editor-notes-gm.hbs',
'systems/fvtt-ecryme/templates/items/partial-item-nav.hbs',
'systems/fvtt-ecryme/templates/items/partial-item-equipment.hbs',
'systems/fvtt-ecryme/templates/items/partial-item-description.hbs'
]
return loadTemplates(templatePaths);