feat: Refactor fear tracker styling to use CSS variables and enable advanced gradient customization.

This commit is contained in:
CPTN Cosmo 2025-12-19 21:53:00 +01:00
parent 4fd16bd9fb
commit 97ff59e703
3 changed files with 166 additions and 79 deletions

View file

@ -1,7 +1,7 @@
{
"id": "dh-feartrackerplus",
"title": "Daggerheart Fear Tracker Plus",
"version": "1.2.0",
"version": "1.3.0",
"compatibility": {
"minimum": "13",
"verified": "13"
@ -32,6 +32,6 @@
],
"url": "https://github.com/cptn-cosmo/dh-feartrackerplus",
"manifest": "https://github.com/cptn-cosmo/dh-feartrackerplus/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-feartrackerplus/releases/download/1.2.0/dh-feartrackerplus.zip",
"download": "https://github.com/cptn-cosmo/dh-feartrackerplus/releases/download/1.3.0/dh-feartrackerplus.zip",
"description": "Customizes the Fear Tracker for Daggerheart."
}