Corrected BareBones damageThreshold application

This commit is contained in:
WBHarry 2026-04-11 13:58:57 +02:00
parent bb179db758
commit e111f7c2ae
3 changed files with 21 additions and 10 deletions

View file

@ -82,7 +82,7 @@ export default class ArmorChange extends foundry.abstract.DataModel {
{
...change,
key: 'system.damageThresholds.major',
type: CONFIG.DH.GENERAL.activeEffectModes.override.id,
type: CONFIG.DH.GENERAL.activeEffectModes.add.id,
priority: 50,
value: major
},
@ -96,7 +96,7 @@ export default class ArmorChange extends foundry.abstract.DataModel {
{
...change,
key: 'system.damageThresholds.severe',
type: CONFIG.DH.GENERAL.activeEffectModes.override.id,
type: CONFIG.DH.GENERAL.activeEffectModes.add.id,
priority: 50,
value: severe
},