From e09ae83f50a64351e81991b254b86d0390d754af Mon Sep 17 00:00:00 2001 From: iwontgiveyoumyname <61639696+iwontgiveyoumyname@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:38:02 +0200 Subject: [PATCH 1/3] Vaarfeu system Added Vaarfeu system. --- scripts/damage-log.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/damage-log.js b/scripts/damage-log.js index b4cc577..460c7f0 100644 --- a/scripts/damage-log.js +++ b/scripts/damage-log.js @@ -189,6 +189,7 @@ class DamageLog { value: "attributes.pv.temp" } }, + vaarfeu: DamageLog.#DND_ATTRIBUTES, worldbuilding: { hp: { value: "health.value", From 2b63923987db0439d40a34ec8054df831333ebb1 Mon Sep 17 00:00:00 2001 From: iwontgiveyoumyname <61639696+iwontgiveyoumyname@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:40:04 +0200 Subject: [PATCH 2/3] Vaarfeu system Added Vaarfeu system. --- module.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module.json b/module.json index 225263b..a974fc6 100644 --- a/module.json +++ b/module.json @@ -82,6 +82,9 @@ "id": "tormenta20", "type": "system" }, + "id": "vaarfeu", + "type": "system" + }, { "id": "worldbuilding", "type": "system" From a3f7f626ce91dbbd7513cb616c2fbc7a6f2b0a18 Mon Sep 17 00:00:00 2001 From: iwontgiveyoumyname <61639696+iwontgiveyoumyname@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:40:56 +0200 Subject: [PATCH 3/3] Vaarfeu system Added Vaarfeu system. --- module.json | 1 + 1 file changed, 1 insertion(+) diff --git a/module.json b/module.json index a974fc6..c10201d 100644 --- a/module.json +++ b/module.json @@ -82,6 +82,7 @@ "id": "tormenta20", "type": "system" }, + { "id": "vaarfeu", "type": "system" },