Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 4, 2024
2 parents c378454 + 225ccde commit f71aef0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,16 @@ Hooks.once("init", function () {
currentHp: "characteristics.health.value",
maxHp: "characteristics.health.max",
useWounds: true,
},
"avd12": {
creatureType: "creature_type",
creatureTypeCustom: "",
currentHp: "health.value",
maxHp: "health.max",
useWounds: false,
}
}


/**************************
* BLOODSPLATTER SETTINGS *
**************************/
Expand Down

0 comments on commit f71aef0

Please sign in to comment.