{
  "id": "wng-darktide",
  "title": "Wrath & Glory - Darktide: Extraction",
  "description": "Explore the setting of Warhammer 40,000: Darktide as Inquisitor Grendyl dispatches you to a lost region of Hive Tertium. Play Darktide? Bring your Darktide character to life by importing them directly into the game!",
  "version": "6.3.0",
  "authors": [
    {
      "name": "Tom Gidman",
      "discord": "gidders91"
    },
    {
      "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": "wrath-and-glory",
        "type": "system",
        "manifest": "https://github.com/moo-man/WrathAndGlory-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js",
    "importer/importer.js"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Darktide: Extraction)",
      "system": "wrath-and-glory",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/wng-darktide/assets/banners/escape-ch7.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Darktide: Extraction)",
      "system": "wrath-and-glory",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-darktide/assets/banners/command-shanty.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Darktide: Extraction)",
      "system": "wrath-and-glory",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-darktide/assets/banners/tertium.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Darktide: Extraction)",
      "system": "wrath-and-glory",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/wng-darktide/assets/banners/hive-encounters.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Darktide: Extraction)",
      "system": "wrath-and-glory",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "./modules/wng-darktide/assets/banners/habs.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-darktide.actors",
      "wng-darktide.journals",
      "wng-darktide.scenes"
    ],
    "folder": {
      "name": "Darktide: Extraction",
      "sorting": "m",
      "color": "#1e6076"
    }
  },
  "packFolders": [
    {
      "name": "Darktide: Extraction",
      "sorting": "m",
      "color": "#1e6076",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-darktide/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-darktide/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-darktide/module.json"
}