FIX: class tagify selector

FEAT: add tagifyCOnfig on weapon sheet
FIX: prettier format
This commit is contained in:
Joaquin Pereyra 2025-06-25 15:20:01 -03:00
parent 474177f7d0
commit 5eab093ac4
8 changed files with 30 additions and 166 deletions

View file

@ -1,10 +1,12 @@
import DHHeritageSheet from '../api/heritage-sheet.mjs';
export default class AncestrySheet extends DHHeritageSheet {
/**@inheritdoc */
static DEFAULT_OPTIONS = {
classes: ['ancestry']
};
/**@inheritdoc */
static PARTS = {
header: { template: 'systems/daggerheart/templates/sheets/items/ancestry/header.hbs' },
...super.PARTS