{
  "id": "wfrp4e-eis",
  "title": "WFRP4e - Enemy in Shadows",
  "description": "The first part of the epic Enemy Within campaign, gather your heroes as you take them from humble beginnings as penniless adventurers to the halls of the great and powerful, where every decision can change the fate 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": [
    "./dhar.js",
    "./initialization.js"
  ],
  "styles": [
    "./styles.css"
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Enemy In Shadows)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-eis/assets/banners/coach-and-horses.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Enemy In Shadows)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-eis/assets/banners/coach.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Journals (Enemy In Shadows)",
      "type": "JournalEntry",
      "name": "journals",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-eis/assets/banners/procession.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Tables (Enemy In Shadows)",
      "type": "RollTable",
      "name": "tables",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-eis/assets/banners/roadwardens.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Scenes (Enemy In Shadows)",
      "type": "Scene",
      "name": "scenes",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-eis/assets/banners/empire-city.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "The Enemy Within",
      "sorting": "m",
      "color": "#38005e",
      "folders": [
        {
          "name": "Enemy in Shadows",
          "sorting": "m",
          "color": "#5a2e16",
          "packs": [
            "actors",
            "items",
            "journals",
            "tables",
            "scenes"
          ]
        }
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-eis.actors",
      "wfrp4e-eis.journals",
      "wfrp4e-eis.scenes",
      "wfrp4e-eis.tables"
    ],
    "folder": {
      "name": "Enemy in Shadows",
      "sorting": "m",
      "color": "#5a2e16"
    }
  },
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-eis/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-eis/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-eis/module.json"
}