All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

87 lines
2.4 KiB

{
"title": "Automated Evocations - Companion Manager",
"description": "A user interface to manage companions with summoning animations and automated summoning for spells",
"version": "2.0.3",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "languages/de.json"
},
{
"lang": "fr",
"name": "Français (French)",
"path": "languages/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
}
],
"scripts": [
"scripts/main.js",
"scripts/config.js",
"scripts/companionmanager.js",
"scripts/autoevocations/dnd5e.js",
"scripts/autoevocations/pf2e.js",
"scripts/autoevocations/automatedevocations.js",
"scripts/custombindings.js"
],
"styles": [
"styles/comapnionmanager.css",
"styles/spellconfig.css"
],
"packs": [
{
"name": "aemacros",
"label": "Automated Evocations Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false
},
{
"name": "aeactors",
"label": "Automated Evocations Summons",
"path": "packs/actors.db",
"type": "Actor",
"private": false,
"system": "dnd5e"
}
],
"url": "https://github.com/theripper93/automated-evocations",
"manifest": "https://github.com/theripper93/automated-evocations/releases/latest/download/module.json",
"download": "https://github.com/theripper93/automated-evocations/releases/download/2.0.3/module.zip",
"socket": true,
"id": "automated-evocations",
"relationships": {
"requires": [
{
"id": "sequencer",
"type": "module",
"compatibility": {}
},
{
"id": "warpgate",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11"
}
}