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

@ -26,6 +26,10 @@ export default class DhpEnvironment extends DHBaseActorSheet {
/**@override */
static PARTS = {
limited: {
template: 'systems/daggerheart/templates/sheets/actors/environment/limited.hbs',
scrollable: ['.limited-container']
},
header: { template: 'systems/daggerheart/templates/sheets/actors/environment/header.hbs' },
features: {
template: 'systems/daggerheart/templates/sheets/actors/environment/features.hbs',