{
  "id": "wfrp4e-horned-rat",
  "title": "WFRP4e - The Horned Rat",
  "description": "The penultimate volume of the five-part series of the Enemy Within campaign. The Characters cannot afford to relax their guard and celebrate their victories, as a new threat emerges from beneath their feet.",
  "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"
  ],
  "styles": [],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (The Horned Rat)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-horned-rat/assets/banners/clanrats.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (The Horned Rat)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-horned-rat/assets/banners/in-karak-skygg1.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (The Horned Rat)",
      "type": "JournalEntry",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-horned-rat/assets/banners/the-dissection.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Tables (The Horned Rat)",
      "type": "RollTable",
      "name": "tables",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-horned-rat/assets/banners/reavers.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (The Horned Rat)",
      "type": "Scene",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-horned-rat/assets/banners/moon-over-mountains.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "The Enemy Within",
      "sorting": "m",
      "color": "#38005e",
      "folders": [
        {
          "name": "The Horned Rat",
          "sorting": "m",
          "color": "#00573a",
          "packs": [
            "actors",
            "items",
            "journals",
            "tables",
            "scenes"
          ]
        }
      ]
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-horned-rat.actors",
      "wfrp4e-horned-rat.journals",
      "wfrp4e-horned-rat.scenes",
      "wfrp4e-horned-rat.tables"
    ],
    "folder": {
      "name": "The Horned Rat",
      "sorting": "m",
      "color": "#00573a"
    }
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-horned-rat/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-horned-rat/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-horned-rat/module.json"
}