initial commit
This commit is contained in:
commit
8e3b991518
5 changed files with 350 additions and 0 deletions
39
module.json
Normal file
39
module.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"id": "cosmos-dh-tweaks",
|
||||
"title": "Cosmo's Daggerheart Tweaks",
|
||||
"description": "A selection of quality of life tweaks for the Daggerheart system on Foundry VTT.",
|
||||
"version": "1.0.0",
|
||||
"url": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks",
|
||||
"manifest": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/raw/branch/main/module.json",
|
||||
"download": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/releases/download/1.0.0/cosmos-dh-tweaks.zip",
|
||||
"compatibility": {
|
||||
"minimum": "14.000",
|
||||
"verified": "14.364"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cosmo"
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system"
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/cosmos-dh-tweaks.mjs"
|
||||
],
|
||||
"styles": [
|
||||
"styles/cosmos-dh-tweaks.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue