Skip to content

Commit

Permalink
Merge pull request #59 from sasquach45932/main
Browse files Browse the repository at this point in the history
Add Shadow of the Demon Lord support
  • Loading branch information
theripper93 authored Nov 20, 2023
2 parents b0d980c + c59c4a9 commit 35b91f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ Hooks.once("init", function () {
currentHp: "derivedStats.hp.value",
maxHp: "derivedStats.hp.max",
useWounds: false,
},
"demonlord": {
creatureType: "",
creatureTypeCustom: "",
currentHp: "characteristics.health.value",
maxHp: "characteristics.health.max",
useWounds: true,
}
}

Expand Down

0 comments on commit 35b91f4

Please sign in to comment.