feat: Implement a new Foundry VTT module to customize Daggerheart's fear tracker icons and colors.
This commit is contained in:
commit
c0c9a1816c
1 changed files with 34 additions and 0 deletions
34
module.json
Normal file
34
module.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"id": "dh-feartrackerplus",
|
||||
"title": "Daggerheart Fear Tracker Plus",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "CPTN Cosmo",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/module.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/module.css"
|
||||
],
|
||||
"url": "https://github.com/check-manifest",
|
||||
"manifest": "https://github.com/check-manifest/module.json",
|
||||
"download": "https://github.com/check-manifest/archive/master.zip",
|
||||
"description": "Customizes the Fear Tracker for Daggerheart."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue