Files
dnd-beyond/module.json

225 lines
5.0 KiB
JSON
Executable File

{
"id": "dnd-beyond",
"title": "DnD-Beyond",
"description": "<p>Compendium Module for imported DnD Beyond content.</p>",
"version": "1.0.1",
"manifest": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/raw/branch/main/module.json",
"download": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/archive/main.zip",
"compatibility": {
"minimum": "13",
"verified": "14",
"maximum": "14"
},
"authors": [
{
"name": "Jim",
"flags": {}
}
],
"packs": [
{
"name": "beyond-monsters",
"label": "Monsters",
"path": "packs/beyond-monsters",
"type": "Actor",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-summons",
"label": "Summons",
"path": "packs/beyond-summons",
"type": "Actor",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-vehicles",
"label": "Vehicles",
"path": "packs/beyond-vehicles",
"type": "Actor",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-spells",
"label": "Spells",
"path": "packs/beyond-spells",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-items",
"label": "Items",
"path": "packs/beyond-items",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-feats",
"label": "Feats",
"path": "packs/beyond-feats",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-classes",
"label": "Classes",
"path": "packs/beyond-classes",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-backgrounds",
"label": "Backgrounds",
"path": "packs/beyond-backgrounds",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-species",
"label": "Species",
"path": "packs/beyond-species",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-override",
"label": "Override",
"path": "packs/beyond-override",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-tables",
"label": "Tables",
"path": "packs/beyond-tables",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-journals",
"label": "Journals",
"path": "packs/beyond-journals",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "beyond-adventures",
"label": "Adventures",
"path": "packs/beyond-adventures",
"type": "Adventure",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"packFolders": [
{
"name": "DnD-Beyond",
"sorting": "m",
"color": "#9300f5",
"packs": [],
"folders": [
{
"name": "Character Options",
"sorting": "m",
"color": "#570011",
"packs": [
"beyond-species",
"beyond-classes",
"beyond-backgrounds",
"beyond-feats"
],
"folders": []
},
{
"name": "Items, Monsters, & Spells",
"sorting": "m",
"color": "#7a4e00",
"packs": [
"beyond-items",
"beyond-vehicles",
"beyond-monsters",
"beyond-spells",
"beyond-summons"
],
"folders": []
},
{
"name": "DM Tools",
"sorting": "m",
"color": "#8a7e00",
"packs": [
"beyond-adventures",
"beyond-journals",
"beyond-tables",
"beyond-override"
],
"folders": []
}
]
}
],
"url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond",
"flags": {}
}