Attribute Item Subtype #76
1 changed files with 9 additions and 5 deletions
|
|
@ -48,13 +48,17 @@ export class PlayerSheet extends
|
||||||
tabs: { template: filePath(`templates/generic/tabs.hbs`) },
|
tabs: { template: filePath(`templates/generic/tabs.hbs`) },
|
||||||
content: { template: filePath(`templates/PlayerSheet/content.hbs`) },
|
content: { template: filePath(`templates/PlayerSheet/content.hbs`) },
|
||||||
attributeTab: {
|
attributeTab: {
|
||||||
template: filePath(`templates/PlayerSheet/attributes-tab.hbs`),
|
template: filePath(`templates/PlayerSheet/tabs/attributes/lists.hbs`),
|
||||||
},
|
|
||||||
items: {
|
|
||||||
template: filePath(`templates/PlayerSheet/item-lists.hbs`),
|
|
||||||
scrollable: [``],
|
scrollable: [``],
|
||||||
templates: [
|
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`),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue