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.
 
 
 

55 lines
1.5 KiB

{
"title": "Warp Gate",
"id": "warpgate",
"esmodules": [
"scripts/warpgate.js"
],
"styles": [],
"languages": [
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
}
],
"packs": [],
"packFolders": [],
"documentTypes": {},
"externals": [],
"compatibility": {
"minimum": "10",
"verified": "11.311"
},
"relationships": {
"systems": [],
"modules": []
},
"description": "Library module providing system-agnostic functions for creating tokens, modifying and reverting actors, canvas interactions, peer-to-peer hooks, and more. Warp Gate makes your life easier and your code safer.",
"version": "1.19.0",
"authors": [
{
"name": "honeybadger",
"url": "https://github.com/trioderegion"
}
],
"url": "https://github.com/trioderegion/warpgate",
"socket": true,
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
"download": "https://github.com/trioderegion/warpgate/releases/download/1.19.0/module.zip",
"flags": {}
}