{
  "id": "wng-litanies",
  "title": "Wrath & Glory - Litanies of the Lost",
  "description": "Four exciting scenarios suitable Tiers 1 and 2 characters. These can be played as entertaining stand-alone adventures, or combined into a perilous planet-hopping campaign that highlights the political strife and myriad dangers present in the Gilead System.",
  "version": "6.3.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": "wrath-and-glory",
        "type": "system",
        "manifest": "https://github.com/moo-man/WrathAndGlory-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Litanies of the Lost)",
      "system": "wrath-and-glory",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/wng-litanies/assets/banners/chap-intro2.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Litanies of the Lost)",
      "system": "wrath-and-glory",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-litanies/assets/banners/manufactorum-interior.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Litanies of the Lost)",
      "system": "wrath-and-glory",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-litanies/assets/banners/monastery.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Litanies of the Lost)",
      "system": "wrath-and-glory",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/wng-litanies/assets/banners/injured-enforcer.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Litanies of the Lost)",
      "system": "wrath-and-glory",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "./modules/wng-litanies/assets/banners/ignis-avem-choir.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-litanies.actors",
      "wng-litanies.journals",
      "wng-litanies.scenes"
    ],
    "folder": {
      "name": "Litanies of the Lost",
      "sorting": "m",
      "color": "#3b3441"
    }
  },
  "packFolders": [
    {
      "name": "Litanies of the Lost",
      "sorting": "m",
      "color": "#3b3441",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-litanies/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-litanies/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-litanies/module.json"
}