{
  "name": "wng-core",
  "id": "wng-core",
  "title": "Wrath & Glory - Core Module",
  "description": "Official Core Rulebook module for the Wrath & Glory System. Includes is everything you need to roleplay grim and glorious adventures in the Gilead System, actors, tables, weapons, and more!",
  "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": [
    "wng-core.js"
  ],
  "styles": [
    "styles.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Core Rulebook)",
      "system": "wrath-and-glory",
      "module": "wng-core",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/wng-core/assets/banners/genestealer-threats.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Core Rulebook)",
      "system": "wrath-and-glory",
      "module": "wng-core",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-core/assets/banners/armouring-astartes.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Core Rulebook)",
      "system": "wrath-and-glory",
      "module": "wng-core",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/wng-core/assets/banners/shifting.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Core Rulebook)",
      "system": "wrath-and-glory",
      "module": "wng-core",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-core/assets/banners/back-from-the-brink.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Core Rulebook)",
      "system": "wrath-and-glory",
      "module": "wng-core",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "./modules/wng-core/assets/banners/emperors-palace.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-core.tables",
      "wng-core.journals",
      "wng-core.scenes"
    ],
    "folder": {
      "name": "Core Rulebook",
      "sorting": "m",
      "color": "#892e29"
    }
  },
  "packFolders": [
    {
      "name": "Core Rulebook",
      "sorting": "m",
      "color": "#892e29",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-core/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-core/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-core/module.json"
}