From c0c9a1816c3fbd302623d7c2251813ff8dcc63bd Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Fri, 19 Dec 2025 00:41:32 +0100 Subject: [PATCH] feat: Implement a new Foundry VTT module to customize Daggerheart's fear tracker icons and colors. --- module.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..2a7b192 --- /dev/null +++ b/module.json @@ -0,0 +1,34 @@ +{ + "id": "dh-feartrackerplus", + "title": "Daggerheart Fear Tracker Plus", + "version": "1.0.0", + "compatibility": { + "minimum": "13", + "verified": "13" + }, + "authors": [ + { + "name": "CPTN Cosmo", + "flags": {} + } + ], + "relationships": { + "systems": [ + { + "id": "daggerheart", + "type": "system", + "compatibility": {} + } + ] + }, + "esmodules": [ + "scripts/module.js" + ], + "styles": [ + "styles/module.css" + ], + "url": "https://github.com/check-manifest", + "manifest": "https://github.com/check-manifest/module.json", + "download": "https://github.com/check-manifest/archive/master.zip", + "description": "Customizes the Fear Tracker for Daggerheart." +} \ No newline at end of file