mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Merged with main
This commit is contained in:
commit
e2eb31c12e
6 changed files with 33 additions and 17 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue