mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
enhance card items
This commit is contained in:
parent
b31d19a772
commit
bd0a01ff47
33 changed files with 727 additions and 534 deletions
|
|
@ -4,7 +4,7 @@ const { ItemSheetV2 } = foundry.applications.sheets;
|
|||
export default class WeaponSheet extends DaggerheartSheet(ItemSheetV2) {
|
||||
static DEFAULT_OPTIONS = {
|
||||
tag: 'form',
|
||||
classes: ['daggerheart', 'sheet', 'dh-style', 'weapon'],
|
||||
classes: ['daggerheart', 'sheet', 'item', 'dh-style', 'weapon'],
|
||||
position: { width: 600 },
|
||||
form: {
|
||||
handler: this.updateForm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue