Files
dnd-beyond/module.json

178 lines
3.9 KiB
JSON
Executable File

{
"id": "dnd-beyond",
"title": "DnD-Beyond",
"description": "<p>Compendium Module for imported DnD Beyond content.</p>",
"version": "1.0.0",
"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": {}
}
],
"url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond",
"flags": {}
}