39 lines
776 B
JSON
39 lines
776 B
JSON
{
|
|
"id": "configurable-reactions",
|
|
"title": "Configurable Reactions",
|
|
"description": "A Foundry VTT 14 module for configurable token and actor reactions triggered by damage, targeting, spell usage, feature usage and HP thresholds.",
|
|
"version": "0.1.0",
|
|
"compatibility": {
|
|
"minimum": "14",
|
|
"verified": "14"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Florian Zumpe"
|
|
}
|
|
],
|
|
"esmodules": [
|
|
"scripts/main.js"
|
|
],
|
|
"styles": [
|
|
"styles/configurable-reactions.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "de",
|
|
"name": "Deutsch",
|
|
"path": "lang/de.json"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"socket": true,
|
|
"url": "",
|
|
"manifest": "",
|
|
"download": "",
|
|
"license": "MIT"
|
|
}
|