Added stumps for all limited actor views

This commit is contained in:
WBHarry 2025-08-25 23:03:48 +02:00
parent 990c73987e
commit cc3ebca075
11 changed files with 123 additions and 12 deletions

View file

@ -14,6 +14,10 @@ export default class DhCompanionSheet extends DHBaseActorSheet {
};
static PARTS = {
limited: {
template: 'systems/daggerheart/templates/sheets/actors/companion/limited.hbs',
scrollable: ['.limited-container']
},
header: { template: 'systems/daggerheart/templates/sheets/actors/companion/header.hbs' },
details: { template: 'systems/daggerheart/templates/sheets/actors/companion/details.hbs' },
effects: {