You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wanderhome-foundry-system/system.json

47 lines
1.2 KiB
JSON

{
"id": "wanderhome",
"title": "Wanderhome",
"description": "The Wanderhome system for FoundryVTT!",
"authors": [
{
"name": "Nick Dumas"
}
],
"url": "https://code.ndumas.com/ndumas/wanderhome-foundry-system",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://code.ndumas.com/ndumas/wanderhome-foundry-system/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/wanderhome/assets/anvil-impact.png",
"thumbnail": "systems/wanderhome/assets/anvil-impact.png"
}
],
"version": "0.0.6",
"compatibility": {
"minimum": 11,
"verified": "13"
},
"esmodules": ["module/wanderhome.mjs"],
"styles": ["css/wanderhome.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://code.ndumas.com/ndumas/wanderhome-foundry-system/raw/branch/main/system.json",
"download": "https://code.ndumas.com/ndumas/wanderhome-foundry-system/archive/v0.0.6.zip",
"background": "systems/wanderhome/assets/anvil-impact.png",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}