Merged with v14-Dev

This commit is contained in:
WBHarry 2026-02-21 13:53:01 +01:00
commit 26503187a2
126 changed files with 2540 additions and 1260 deletions

View file

@ -263,7 +263,7 @@ Hooks.on('setup', () => {
);
const actorCommon = {
bar: ['resources.stress'],
value: [...resistance]
value: [...resistance, 'advantageSources', 'disadvantageSources']
};
CONFIG.Actor.trackableAttributes = {
character: {
@ -281,7 +281,7 @@ Hooks.on('setup', () => {
},
adversary: {
bar: [...actorCommon.bar, 'resources.hitPoints'],
value: [...actorCommon.value, ...damageThresholds, 'criticalThreshold']
value: [...actorCommon.value, ...damageThresholds, 'criticalThreshold', 'difficulty']
},
companion: {
bar: [...actorCommon.bar],