REFACTOR: rename dhpItem to DHItem

REFACTOR: improvement Item#isInventoryItem getter
REFACTOR: simplify Item's createDialog static method.
REFACTOR: remove documentCreate template
This commit is contained in:
Joaquin Pereyra 2025-06-28 15:37:04 -03:00
parent a4881854a3
commit 15b696398c
9 changed files with 61 additions and 115 deletions

View file

@ -12,9 +12,7 @@ export default class DHWeapon extends BaseDataItem {
type: 'weapon',
hasDescription: true,
isQuantifiable: true,
embedded: {
feature: 'featureTest'
}
isInventoryItem: true,
});
}