.dungeon/system.json
2024-02-11 14:25:58 -07:00

77 lines
No EOL
1.5 KiB
JSON

{
"id": "dotdungeon",
"title": ".dungeon",
"description": "",
"version": "0.0.5",
"download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/dotdungeon.zip",
"manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/foundry.dungeon",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "Oliver Akins",
"url": "https://oliver.akins.me"
}
],
"esmodules": [
"module/dotdungeon.mjs"
],
"styles": [
".styles/root.css"
],
"languages": [
{
"lang": "en",
"name": "English (Canadian)",
"path": "langs/en-ca.json"
}
],
"packs": [
{
"name": "untyped",
"label": "Generic Items",
"system": "dotdungeon",
"type": "Item",
"path": "packs/untyped"
},
{
"name": "spells",
"label": "Core Spells",
"system": "dotdungeon",
"type": "Item",
"path": "packs/spells"
},
{
"name": "aspects",
"label": "Core Aspects",
"system": "dotdungeon",
"type": "Item",
"path": "packs/aspects"
},
{
"name": "beastiary",
"label": "Core Beastiary",
"system": "dotdungeon",
"type": "Actor",
"path": "packs/beastiary"
},
{
"name": "rules",
"label": "Core Rules",
"system": "dotdungeon",
"type": "JournalEntry",
"path": "packs/rules"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"]
}
},
"initiative": "@initiative"
}