mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Merged with v14-Dev
This commit is contained in:
commit
26503187a2
126 changed files with 2540 additions and 1260 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue