move everything to mixin sheet

This commit is contained in:
psitacus 2025-07-11 20:17:04 -06:00
parent 3d25d412a2
commit 001abcadf4
3 changed files with 216 additions and 8 deletions

View file

@ -2,7 +2,6 @@ import AttachableItem from './attachableItem.mjs';
import ActionField from '../fields/actionField.mjs';
import { armorFeatures } from '../../config/itemConfig.mjs';
import { actionsTypes } from '../action/_module.mjs';
import { handleAttachmentEffectsOnEquipChange } from '../../helpers/attachmentHelper.mjs';
export default class DHArmor extends AttachableItem {
/** @inheritDoc */