From fafc42989fa56c942aa0555592d32dc85054a919 Mon Sep 17 00:00:00 2001 From: oskaloq Date: Tue, 14 May 2024 11:38:20 +0200 Subject: [PATCH] Vereinfachter-NPC/Kreaturen-Bogen (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ich habe mal den ersten Entwurf eines NPC Bogens fertiggestellt. Ist jetzt ein eigener Actor Type geworden und nicht nur ein alternativer Char Bogen: Einfach beim Erstellen eines neuen Actors NPC wählen. Co-authored-by: Ender Co-authored-by: LeFrique Co-authored-by: Byroks Reviewed-on: https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/pulls/107 Reviewed-by: Le-Frique --- source/template.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/template.json b/source/template.json index 9926610..a731ca2 100644 --- a/source/template.json +++ b/source/template.json @@ -26,7 +26,9 @@ "leader": false, "gold": 0, "silver": 0, - "copper": 0 + "copper": 0, + "showAllItems": false, + "showUnlearned": false } }, "settings": {