mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Added in the new v14 subtract changeMode type for ActiveEffects
This commit is contained in:
parent
876e496d24
commit
c2807e0676
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue