mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
remove form partial in weapon sheet
This commit is contained in:
parent
ef4652ab1a
commit
dc2a74b26f
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ export default class WeaponSheet extends DaggerheartSheet(ItemSheetV2) {
|
||||||
};
|
};
|
||||||
|
|
||||||
static PARTS = {
|
static PARTS = {
|
||||||
form: {
|
|
||||||
id: 'feature',
|
|
||||||
template: 'systems/daggerheart/templates/sheets/weapon.hbs'
|
|
||||||
},
|
|
||||||
header: { template: 'systems/daggerheart/templates/sheets/items/weapon/header.hbs' },
|
header: { template: 'systems/daggerheart/templates/sheets/items/weapon/header.hbs' },
|
||||||
tabs: { template: 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs' },
|
tabs: { template: 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs' },
|
||||||
description: { template: 'systems/daggerheart/templates/sheets/global/tabs/tab-description.hbs' },
|
description: { template: 'systems/daggerheart/templates/sheets/global/tabs/tab-description.hbs' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue