From f414b3cbb31026f74741dc5a159bf529758021ad Mon Sep 17 00:00:00 2001 From: Lachlan McCallum Date: Wed, 3 Jan 2024 23:13:04 -0500 Subject: [PATCH] AVD12 Splatter Implementation added avd12 config for splatter integration --- scripts/config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/config.js b/scripts/config.js index 22b237c..44041c0 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -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 * **************************/