feat: Implement a movable and detachable Daggerheart countdown tracker with UI and module integration.
This commit is contained in:
commit
8da4684488
4 changed files with 302 additions and 0 deletions
33
module.json
Normal file
33
module.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"id": "dh-countdownsplus",
|
||||
"title": "Daggerheart Countdowns Plus",
|
||||
"description": "A module to allow the Daggerheart countdown tracker to be detached and moved freely.",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antigravity"
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/module.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/module.css"
|
||||
],
|
||||
"url": "",
|
||||
"manifest": "",
|
||||
"download": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue