{
  "id": "impmal-voll",
  "title": "Imperium Maledictum - Voll Adventures",
  "description": "Five grim and trecherous adventures on the acid-soaked world of Voll",
  "version": "3.3.0",
  "authors": [
    {
      "name": "Mittraw",
      "discord": "mittraw"
    },
    {
      "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": "impmal",
        "type": "system",
        "manifest": "https://github.com/moo-man/ImpMal-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Voll Adventures)",
      "system": "impmal",
      "module": "impmal-voll",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "modules/impmal-voll/assets/banners/paradigm-shift.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Voll Adventures)",
      "system": "impmal",
      "module": "impmal-voll",
      "path": "./packs/items",
      "type": "Item",
      "banner": "modules/impmal-voll/assets/banners/eye-of-voll.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journal Entries (Voll Adventures)",
      "system": "impmal",
      "module": "impmal-voll",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "modules/impmal-voll/assets/banners/interminable-devotion.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Voll Adventures)",
      "system": "impmal",
      "module": "impmal-voll",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "modules/impmal-voll/assets/banners/vigilis.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Voll Adventures)",
      "system": "impmal",
      "module": "impmal-voll",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "modules/impmal-voll/assets/banners/illicit-fabrications.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "impmal-voll.actors",
      "impmal-voll.journals",
      "impmal-voll.tables",
      "impmal-voll.scenes"
    ],
    "folder": {
      "name": "Voll Adventures",
      "sorting": "m",
      "color": ""
    },
    "hotReload": {
      "extensions": [
        "css",
        "hbs",
        "json"
      ]
    }
  },
  "packFolders": [
    {
      "name": "Voll Adventures",
      "sorting": "m",
      "color": "",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/impmal-voll/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/impmal-voll/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/impmal-voll/module.json"
}