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.
 
 
 

72 lines
2.0 KiB

{
"title": "Wall Height",
"id": "wall-height",
"description": "Adds the ability to set wall height for walls so that tokens can look and move over them.",
"version": "5.0.3",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://theripper93.com/"
},
{
"name": "Ian Murphy",
"discord": "Erithtotl#5139"
},
{
"name": "Cole Schultz",
"discord": "cole#9640"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"esmodules": [
"scripts/wall-height.js"
],
"packs": [
{
"name": "wall-height-macros",
"label": "Wall Height Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false
}
],
"styles": [
"styles/wall-height.css"
],
"url": "https://github.com/theripper93/wall-height",
"manifest": "https://github.com/theripper93/wall-height/releases/latest/download/module.json",
"download": "https://github.com/theripper93/wall-height/releases/download/5.0.3/module.zip",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"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"
}
}