feat: add new improved, draggable countdown tracker module for Daggerheart.
This commit is contained in:
commit
08e2745b3a
6 changed files with 527 additions and 0 deletions
31
module.json
Normal file
31
module.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "dh-improved-countdowns",
|
||||
"title": "Improved Countdowns",
|
||||
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
||||
"version": "1.0.0",
|
||||
"library": false,
|
||||
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
|
||||
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
|
||||
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
|
||||
"authors": [
|
||||
{
|
||||
"name": "CPTN Cosmo",
|
||||
"email": "cptncosmo@gmail.com",
|
||||
"url": "https://github.com/cptn-cosmo",
|
||||
"discord": "cptn_cosmo"
|
||||
}
|
||||
],
|
||||
"systems": [
|
||||
"daggerheart"
|
||||
],
|
||||
"esmodules": [
|
||||
"scripts/module.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/countdown.css"
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue