Implement visual and DiceSoNice effects for critical hits in Daggerheart.
This commit is contained in:
commit
a1a3e74ea7
3 changed files with 463 additions and 0 deletions
37
module.json
Normal file
37
module.json
Normal 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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue