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.
 
 
 

111 lines
2.8 KiB

{
"title": "Levels",
"description": "Add multiple vertical levels to maps",
"version": "4.2.2",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"scripts": [
"scripts/ui.js",
"scripts/tooltip.js",
"scripts/lib/jquerysortable.js"
],
"esmodules": [
"scripts/config.js",
"scripts/main.js"
],
"styles": [
"styles/levels.css"
],
"packs": [
{
"name": "levelsmacros",
"label": "Levels Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false
},
{
"name": "maps",
"label": "Levels Sample Scenes",
"path": "/packs/levels-samples.db",
"type": "Scene",
"private": false
}
],
"packFolders": [
{
"name": "Levels",
"sorting": "a",
"color": "#ffa200",
"ownership": {
"PLAYER": "NONE"
},
"packs": [
"levelsmacros",
"maps"
]
}
],
"url": "https://github.com/theripper93/Levels",
"manifest": "https://github.com/theripper93/Levels/releases/latest/download/module.json",
"download": "https://github.com/theripper93/Levels/releases/download/4.2.2/module.zip",
"id": "levels",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
},
{
"id": "wall-height",
"type": "module",
"compatibility": {}
}
],
"recommends": [
{
"id": "theripper-premium-hub",
"type": "module",
"reason": "TheRipper93's Module Hub will alert you of critical updates and give you easy access to documentation in the configure settings screen",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11"
}
}