diff --git a/system/scripts/actor.js b/system/scripts/actor.js index 54e693b..c86b6a3 100644 --- a/system/scripts/actor.js +++ b/system/scripts/actor.js @@ -26,6 +26,12 @@ export class ActorL5r5e extends Actor { // brightSight: 0, actorLink: true, disposition: 1, // friendly + bar1: { + attribute: "fatigue", + }, + bar2: { + attribute: "strife", + }, }, { overwrite: false } ); @@ -37,6 +43,12 @@ export class ActorL5r5e extends Actor { { actorLink: false, disposition: 0, // neutral + bar1: { + attribute: "fatigue", + }, + bar2: { + attribute: "strife", + }, }, { overwrite: false } );