Skip to content

Commit

Permalink
feat(templates.mjs): added template parts of npc sheet with respectiv…
Browse files Browse the repository at this point in the history
…e partials
  • Loading branch information
SouOWendel committed Oct 26, 2024
1 parent 0243f35 commit 1c5f589
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/helpers/templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ export const preloadHandlebarsTemplates = async function () {
'systems/shinobinosho/templates/actor/parts/actor-tecnicas.hbs',
// Item partials
'systems/shinobinosho/templates/item/parts/item-efeitos.hbs',
// NPC partials
'systems/shinobinosho/templates/npc/parts/actor-efeitos.hbs',
'systems/shinobinosho/templates/npc/parts/actor-aptidoesPoderes.hbs',
'systems/shinobinosho/templates/npc/parts/actor-inventario.hbs',
'systems/shinobinosho/templates/npc/parts/actor-pericias.hbs',
'systems/shinobinosho/templates/npc/parts/actor-tecnicas.hbs',
]);
};

0 comments on commit 1c5f589

Please sign in to comment.