Implement visual and DiceSoNice effects for critical hits in Daggerheart.

This commit is contained in:
CPTN Cosmo 2026-02-10 01:17:05 +01:00
commit a1a3e74ea7
No known key found for this signature in database
3 changed files with 463 additions and 0 deletions

37
module.json Normal file
View file

@ -0,0 +1,37 @@
{
"id": "dh-immersive-crits",
"title": "Immersive Crits for Daggerheart",
"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",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/module.js"
],
"styles": [
"styles/immersive-crits.css"
],
"url": "https://github.com/cptn-cosmo/dh-immersive-crits",
"manifest": "https://github.com/cptn-cosmo/dh-immersive-crits/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-immersive-crits/releases/download/1.0.0/dh-immersive-crits.zip",
"description": "Immersive crits for Daggerheart."
}