Initial implementation of Environment Overlay

This commit is contained in:
CPTN Cosmo 2025-12-30 22:54:42 +01:00
commit fcf12c64c6
3 changed files with 424 additions and 0 deletions

34
module.json Normal file
View 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": ""
}