Item structure

This commit is contained in:
2022-05-29 17:55:22 +02:00
parent 6ade49ac87
commit 0e7b87738a
13 changed files with 152 additions and 617 deletions

View File

@@ -39,6 +39,10 @@ export class MournbladeUtility {
}
/* -------------------------------------------- */
static getAttributs() {
return { adr: "Adresse", pui: "Puissance", cla: "Clairvoyance", pre: "Présence", tre: "Trempe"}
}
/* -------------------------------------------- */
static pushInitiativeOptions(html, options) {
}
@@ -82,7 +86,8 @@ export class MournbladeUtility {
static async preloadHandlebarsTemplates() {
const templatePaths = [
'systems/fvtt-mournblade/templates/editor-notes-gm.html'
'systems/fvtt-mournblade/templates/editor-notes-gm.html',
'systems/fvtt-mournblade/templates/partial-item-description.html'
]
return loadTemplates(templatePaths);
}