{
  "id": "wfrp4e-dotr",
  "title": "WFRP4e - Death on the Reik",
  "description": "The second part of the epic Enemy Within campaign, taking your unlikely heroes on a grand adventure up and down the remarkable Reik, the largest river in the Old World and trade route to the heart of the Empire.",
  "version": "7.2.0",
  "authors": [
    {
      "name": "Moo Man",
      "email": "russellt@cubicle7games.com",
      "discord": "moo.man"
    },
    {
      "name": "Published by Cubicle 7",
      "url": "https://cubicle7games.com",
      "email": "info@cubicle7games.com"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "wfrp4e",
        "type": "system",
        "manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js"
  ],
  "esmodules": [
    "dotr.js"
  ],
  "styles": [],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Death on the Reik)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-dotr/assets/banners/the-signal-tower.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Death on the Reik)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-dotr/assets/banners/emperor-luitpold.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Death on the Reik)",
      "type": "JournalEntry",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-dotr/assets/banners/kemperbad.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Death on the Reik)",
      "type": "RollTable",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-dotr/assets/banners/wreckers-at-work.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Death on the Reik)",
      "type": "Scene",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-dotr/assets/banners/megaliths.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "The Enemy Within",
      "sorting": "m",
      "color": "#38005e",
      "folders": [
        {
          "name": "Death on the Reik",
          "sorting": "m",
          "color": "#005c06",
          "packs": [
            "actors",
            "items",
            "journals",
            "tables",
            "scenes"
          ]
        }
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-dotr.actors",
      "wfrp4e-dotr.journals",
      "wfrp4e-dotr.scenes",
      "wfrp4e-dotr.tables"
    ],
    "folder": {
      "name": "Death on the Reik",
      "sorting": "m",
      "color": "#005c06"
    }
  },
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-dotr/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-dotr/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-dotr/module.json"
}