{
  "id": "wng-starter-set",
  "title": "Wrath & Glory - Starter Set",
  "description": "Contains everything you need to begin roleplaying action packed adventures in the world of Warhammer 40,000.",
  "version": "6.2.0",
  "authors": [
    {
      "name": "Crushy",
      "discord": "crushy"
    },
    {
      "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 (Starter Set)",
      "system": "wrath-and-glory",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/wng-starter-set/assets/banners/emperor.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Starter Set)",
      "system": "wrath-and-glory",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-starter-set/assets/banners/augmetics.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Starter Set)",
      "system": "wrath-and-glory",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-starter-set/assets/banners/library.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Starter Set)",
      "system": "wrath-and-glory",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/wng-starter-set/assets/banners/herald2.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Starter Set)",
      "system": "wrath-and-glory",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "./modules/wng-starter-set/assets/banners/opera.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-starter-set.actors",
      "wng-starter-set.journals",
      "wng-starter-set.tables",
      "wng-starter-set.scenes"
    ],
    "folder": {
      "name": "Starter Set",
      "sorting": "m",
      "color": "#711e1e"
    }
  },
  "packFolders": [
    {
      "name": "Starter Set",
      "sorting": "m",
      "color": "#711e1e",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-starter-set/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 13,
    "maximum": 13
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-starter-set/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-starter-set/module.json"
}