{
  "id": "tome-of-artifacts",
  "title": "Tome of Artifacts",
  "version": "1.1.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14.365"
  },
  "authors": [
    {
      "name": "Cussa Mitre [Hod Publishing]",
      "url": "https://hodpub.com",
      "discord": "CussaMitre"
    },
    {
      "name": "Angelo Grola [Hod Publishing]",
      "url": "https://hodpub.com"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system"
      }
    ]
  },
  "packs": [
    {
      "name": "items",
      "label": "Items",
      "path": "packs/items",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "new-monsters",
      "label": "New Monsters",
      "path": "packs/new-monsters",
      "type": "Actor",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "items-journals",
      "label": "Items Journals",
      "path": "packs/items-journals",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "macros",
      "label": "Macros",
      "path": "packs/macros",
      "type": "Macro",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "rolltables",
      "label": "Rolltables",
      "path": "packs/rolltables",
      "type": "RollTable",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    }
  ],
  "packFolders": [
    {
      "name": "Tome of Artifacts",
      "sorting": "m",
      "color": "#952820",
      "packs": [
        "items",
        "tome-of-artifacts",
        "items-journals",
        "new-monsters",
        "macros",
        "rolltables"
      ]
    }
  ],
  "esmodules": [
    "module/module-starter.mjs"
  ],
  "styles": [
    "css/tome-of-artifacts.css"
  ],
  "manifest": "https://tkc-prd-s3-manifests.s3.amazonaws.com/tome-of-artifacts/latest.json",
  "protected": true,
  "flags": {
    "dnd5e": {
      "sourceBooks": {
        "ToA": "Tome of Artifacts"
      }
    }
  }
}