implement custom hotbar card view for Daggerheart items with dynamic tooltips
This commit is contained in:
commit
373eb12a6d
5 changed files with 359 additions and 0 deletions
38
module.json
Normal file
38
module.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue