Merged with main

This commit is contained in:
WBHarry 2026-02-16 20:40:28 +01:00
commit e2eb31c12e
6 changed files with 33 additions and 17 deletions

View file

@ -250,7 +250,7 @@ Hooks.on('setup', () => {
);
const actorCommon = {
bar: ['resources.stress'],
value: [...resistance]
value: [...resistance, 'advantageSources', 'disadvantageSources']
};
CONFIG.Actor.trackableAttributes = {
character: {
@ -268,7 +268,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],