{
  "id": "wfrp4e-archives3",
  "title": "WFRP4e - Archives of the Empire Vol. III",
  "description": "A diverse collection of fascinating articles detailing the activities of merchants, and the folk worship common to many rural corners of the Empire. Several minor faiths are explored in new detail, and forgotten beliefs brought under scrutiny.",
  "version": "7.2.0",
  "authors": [
    {
      "name": "Forien",
      "discord": "forien"
    },
    {
      "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": [
    "scripts/armour.js",
    "scripts/cants.js"
  ],
  "esmodules": [
    "initialization.js",
    "config.js",
    "scripts/enterprise-sheet.js",
    "scripts/enterprise.js",
    "scripts/income-form.js"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "styles": [
    "./style.css"
  ],
  "documentTypes": {
    "ChatMessage": {
      "cant": {}
    },
    "Actor": {
      "enterprise": {}
    },
    "Item": {
      "armour": {},
      "cant": {}
    }
  },
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Archives Vol. III)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-archives3/assets/banners/albion-landscape.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Archives Vol. III)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-archives3/assets/banners/handrich.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Archives Vol. III)",
      "type": "JournalEntry",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-archives3/assets/banners/mitterbist-festivities.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Archives Vol. III)",
      "type": "RollTable",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-archives3/assets/banners/mitterfruhl-rites.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "Archives of the Empire Vol. III",
      "sorting": "m",
      "color": "#975717",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables"
      ]
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-archives3.journals",
      "wfrp4e-archives3.tables"
    ],
    "folder": {
      "name": "Archives of the Empire Vol. III",
      "sorting": "m",
      "color": "#975717"
    }
  },
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-archives3/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-archives3/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-archives3/module.json"
}