feat: Add Daggerheart actor item updater module for automatic and manual item synchronization with compendiums.
This commit is contained in:
commit
1c5f990d64
7 changed files with 594 additions and 0 deletions
38
module.json
Normal file
38
module.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"id": "dh-actor-updater",
|
||||
"title": "Daggerheart Actor Updater",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "CPTN Cosmo",
|
||||
"email": "cptncosmo@gmail.com",
|
||||
"url": "https://github.com/cptn-cosmo",
|
||||
"discord": "cptn_cosmo",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"manifest": "",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/main.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/updater.css"
|
||||
],
|
||||
"description": "Automatically update actors in your world to match the latest compendium items.",
|
||||
"url": "https://github.com/cptn-cosmo/dh-actor-updater",
|
||||
"manifest": "https://git.geeks.gay/cosmo/dh-actor-updater/raw/branch/main/module.json",
|
||||
"download": "https://git.geeks.gay/cosmo/dh-actor-updater/releases/download/1.0.0/dh-actor-updater.zip"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue