Added categories for combatants

This commit is contained in:
WBHarry 2025-06-06 22:50:21 +02:00
parent ece1c7e6c1
commit 92b4bfd741
7 changed files with 104 additions and 143 deletions

View file

@ -294,6 +294,7 @@ const preloadHandlebarsTemplates = async function () {
'systems/daggerheart/templates/sheets/pc/parts/heritageCard.hbs',
'systems/daggerheart/templates/sheets/pc/parts/advancementCard.hbs',
'systems/daggerheart/templates/views/parts/level.hbs',
'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs'
'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs',
'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs'
]);
};