mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Corrected BareBones damageThreshold application
This commit is contained in:
parent
bb179db758
commit
e111f7c2ae
3 changed files with 21 additions and 10 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue