feat: Implement Daggerheart Path Browser module to display and copy Active Effect data paths.

This commit is contained in:
CPTN Cosmo 2026-03-19 21:49:16 +01:00
commit 922814242d
7 changed files with 387 additions and 0 deletions

39
module.json Normal file
View file

@ -0,0 +1,39 @@
{
"id": "dh-path-browser",
"title": "Daggerheart Path Browser",
"description": "Adds a browser to easily find and copy Active Effect data paths in Daggerheart.",
"url": "https://git.geeks.gay/cosmo/dh-path-browser",
"manifest": "https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.0.0/dh-path-browser.zip",
"version": "1.0.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo",
"discord": "cptn_cosmo",
"flags": {}
}
],
"esmodules": [
"scripts/main.mjs"
],
"styles": [
"styles/styles.css"
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "1.9.4"
}
}
]
}
}