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.3 KiB
JSON

3 weeks ago
{
"id": "wanderhome",
"title": "Wanderhome",
"description": "The Wanderhome system for FoundryVTT!",
"authors": [
{
"name": "Nick Dumas"
3 weeks ago
}
],
"url": "https://code.ndumas.com/ndumas/wanderhome-foundry-system",
3 weeks ago
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://code.ndumas.com/ndumas/wanderhome-foundry-system/issues",
3 weeks ago
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/wanderhome/assets/anvil-impact.png",
"thumbnail": "systems/wanderhome/assets/anvil-impact.png"
}
],
"version": "2.0.0",
"compatibility": {
"minimum": 11,
"verified": "11.315"
},
"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.4.zip",
3 weeks ago
"background": "systems/wanderhome/assets/anvil-impact.png",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}