Initial implementation of Environment Overlay
This commit is contained in:
commit
fcf12c64c6
3 changed files with 424 additions and 0 deletions
34
module.json
Normal file
34
module.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"id": "dh-environment-overlay",
|
||||
"title": "Daggerheart Environment Overlay",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antigravity"
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"compatibility": {
|
||||
"minimum": "1.0.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/module.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/module.css"
|
||||
],
|
||||
"url": "",
|
||||
"manifest": "",
|
||||
"download": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue