Added ArmoreEffect.armorInteraction option

This commit is contained in:
WBHarry 2026-02-11 17:00:58 +01:00
parent c067fd0e10
commit 10baf0ba10
9 changed files with 62 additions and 24 deletions

View file

@ -890,3 +890,9 @@ export const activeEffectModes = {
label: 'EFFECT.CHANGES.TYPES.override'
}
};
export const activeEffectArmorInteraction = {
none: { id: 'none', label: 'DAGGERHEART.CONFIG.ArmorInteraction.none.label' },
active: { id: 'active', label: 'DAGGERHEART.CONFIG.ArmorInteraction.active.label' },
inactive: { id: 'inactive', label: 'DAGGERHEART.CONFIG.ArmorInteraction.inactive.label' }
};