feat: Implement Daggerheart Token Spotlight module, adding a HUD button to toggle combatant spotlight with associated logic and styling.

This commit is contained in:
CPTN Cosmo 2026-03-24 02:25:38 +01:00
commit a4f74efa60
4 changed files with 114 additions and 0 deletions

39
module.json Normal file
View file

@ -0,0 +1,39 @@
{
"id": "dh-token-spotlight",
"title": "Daggerheart Token Spotlight",
"description": "Adds a button to the token hover HUD to toggle the spotlight for Daggerheart.",
"url": "https://git.geeks.gay/cosmo/dh-token-spotlight",
"manifest": "https://git.geeks.gay/cosmo/dh-token-spotlight/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-token-spotlight/releases/download/1.0.0/dh-token-spotlight.zip",
"version": "1.0.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {}
}
]
},
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo",
"discord": "cptn_cosmo",
"flags": {}
}
],
"scripts": [
"scripts/main.js"
],
"styles": [
"styles/styles.css"
],
"manifest": "",
"download": ""
}