Added homebrew settings without action handling for now

This commit is contained in:
WBHarry 2025-06-20 01:36:03 +02:00
parent e38ebfab29
commit a65719b314
11 changed files with 478 additions and 5 deletions

View file

@ -297,6 +297,7 @@ const preloadHandlebarsTemplates = async function () {
'systems/daggerheart/templates/views/actionTypes/roll.hbs',
'systems/daggerheart/templates/views/actionTypes/cost.hbs',
'systems/daggerheart/templates/views/actionTypes/range-target.hbs',
'systems/daggerheart/templates/views/actionTypes/effect.hbs'
'systems/daggerheart/templates/views/actionTypes/effect.hbs',
'systems/daggerheart/templates/settings/components/settings-item-line.hbs'
]);
};