Added in the new v14 subtract changeMode type for ActiveEffects

This commit is contained in:
WBHarry 2026-03-07 18:02:01 +01:00
parent 876e496d24
commit c2807e0676

View file

@ -870,6 +870,11 @@ export const activeEffectModes = {
priority: 20,
label: 'EFFECT.CHANGES.TYPES.add'
},
subtract: {
id: 'subtract',
priority: 20,
label: 'EFFECT.CHANGES.TYPES.subtract'
},
downgrade: {
id: 'downgrade',
priority: 30,