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
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Daggerheart Hotbar Card View
|
||||
|
||||
A Foundry VTT module for the Daggerheart system that enhances the hotbar experience. This module replaces the standard, simple hover-tooltips on the hotbar icons with a full, visually appealing playing card view of the item, making it much easier to read abilities, spells, and items at a glance.
|
||||
|
||||
## Features
|
||||
|
||||
- Fully stylized playing card view for hotbar items.
|
||||
- Dynamic color support: seamlessly integrates with both light and dark modes within the Foundry VTT UI.
|
||||
- Properly displays the item's level, cost, domains, and full descriptions without clipping.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install this module by pasting the following link into the **Manifest URL** field in the Foundry VTT Module installation menu:
|
||||
|
||||
```text
|
||||
https://git.geeks.gay/cosmo/dh-hotbar-cardview/raw/branch/main/module.json
|
||||
```
|
||||
|
||||
Alternatively, you can download the [zip archive directly](https://git.geeks.gay/cosmo/dh-hotbar-cardview/releases/latest/download/dh-hotbar-cardview.zip).
|
||||
|
||||
## Compatibility
|
||||
|
||||
- **Foundry VTT**: V14+
|
||||
- **System**: Daggerheart (v2.1.0+)
|
||||
Loading…
Add table
Add a link
Reference in a new issue