84 lines
No EOL
1.7 KiB
JSON
84 lines
No EOL
1.7 KiB
JSON
{
|
|
"id": "dotdungeon",
|
|
"title": ".dungeon",
|
|
"description": "",
|
|
"version": "0.0.8",
|
|
"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.2.json"
|
|
}
|
|
],
|
|
"packs": [
|
|
{
|
|
"name": "adventures",
|
|
"label": "Adventures",
|
|
"system": "dotdungeon",
|
|
"type": "Adventure",
|
|
"path": "packs/adventures"
|
|
},
|
|
{
|
|
"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"
|
|
} |