Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit c2b2376699 - Show all commits

View file

@ -48,13 +48,17 @@ export class PlayerSheet extends
tabs: { template: filePath(`templates/generic/tabs.hbs`) },
content: { template: filePath(`templates/PlayerSheet/content.hbs`) },
attributeTab: {
template: filePath(`templates/PlayerSheet/attributes-tab.hbs`),
},
items: {
template: filePath(`templates/PlayerSheet/item-lists.hbs`),
template: filePath(`templates/PlayerSheet/tabs/attributes/lists.hbs`),
scrollable: [``],
templates: [
filePath(`templates/PlayerSheet/item.hbs`),
filePath(`templates/PlayerSheet/tabs/attributes/attribute.hbs`),
],
},
items: {
template: filePath(`templates/PlayerSheet/tabs/items/lists.hbs`),
scrollable: [``],
templates: [
filePath(`templates/PlayerSheet/tabs/items/item.hbs`),
],
},
};