implement custom hotbar card view for Daggerheart items with dynamic tooltips

This commit is contained in:
CPTN Cosmo 2026-05-04 01:18:01 +02:00
commit 373eb12a6d
5 changed files with 359 additions and 0 deletions

38
module.json Normal file
View file

@ -0,0 +1,38 @@
{
"id": "dh-hotbar-cardview",
"title": "Daggerheart Hotbar Card View",
"description": "Replaces the hover-tooltips on the hotbar icons with a full card view of the item for Daggerheart.",
"version": "1.0.0",
"compatibility": {
"minimum": "14",
"verified": "14"
},
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo/",
"discord": "@cptn_cosmo"
}
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "2.1.0"
}
}
]
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/cardview.css"
],
"url": "https://git.geeks.gay/cosmo/dh-hotbar-cardview",
"manifest": "https://git.geeks.gay/cosmo/dh-hotbar-cardview/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-hotbar-cardview/releases/latest/download/dh-hotbar-cardview.zip"
}