{
  "id": "tome-of-hags",
  "title": "Satzija's Tome of Hags - A Witchcraft Compendium",
  "version": "1.1.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14.365"
  },
  "authors": [
    {
      "name": "Cussa Mitre",
      "url": "https://hodpub.com",
      "discord": "CussaMitre"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system"
      }
    ]
  },
  "packs": [
    {
      "name": "core-book",
      "label": "Core Book",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-06.webp",
      "path": "packs/core-book",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "rollable-tables",
      "label": "Rollable Tables",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-07.webp",
      "path": "packs/rollable-tables",
      "type": "RollTable",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "macros",
      "label": "Macros",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-08.webp",
      "path": "packs/macros",
      "type": "Macro",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "hags",
      "label": "Hags",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-04.webp",
      "path": "packs/hags",
      "type": "Actor",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "monsters",
      "label": "Monsters",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-05.webp",
      "path": "packs/monsters",
      "type": "Actor",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "character-options",
      "label": "Character Options",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-01.webp",
      "path": "packs/character-options",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "spells",
      "label": "Spells",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-02.webp",
      "path": "packs/spells",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "items",
      "label": "Items",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-03.webp",
      "path": "packs/items",
      "type": "Item",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    },
    {
      "name": "adventures",
      "label": "Adventures",
      "banner": "modules/tome-of-hags/assets/art/banners/menu-09.webp",
      "path": "packs/adventures",
      "type": "Adventure",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "system": "dnd5e"
    }
  ],
  "packFolders": [
    {
      "name": "Satzija's Tome of Hags",
      "sorting": "m",
      "color": "#00a6d6",
      "packs": [
        "core-book",
        "rollable-tables",
        "macros",
        "adventures"
      ],
      "folders": [
        {
          "name": "Game Items",
          "sorting": "m",
          "color": "#0085b1",
          "packs": [
            "character-options",
            "spells",
            "items"
          ]
        },
        {
          "name": "Game Actors",
          "sorting": "m",
          "color": "#0085b1",
          "packs": [
            "monsters",
            "hags"
          ]
        }
      ]
    }
  ],
  "esmodules": [
    "module/module-starter.mjs"
  ],
  "styles": [
    "css/module-style.css"
  ],
  "manifest": "https://tkc-prd-s3-manifests.s3.amazonaws.com/tome-of-hags/latest.json",
  "protected": true,
  "flags": {
    "dnd5e": {
      "sourceBooks": {
        "SToH": "Satzija's Tome of Hags"
      }
    }
  }
}