{
  "id": "wng-records2",
  "title": "Wrath & Glory - Redacted Records II",
  "description": "An invaluable resource suffused with scriptures of righteous destruction and technological liturgies to empower your games with an abundance of new ways to play",
  "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"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Redacted Records II)",
      "system": "wrath-and-glory",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/wng-records2/assets/banners/talents.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Redacted Records II)",
      "system": "wrath-and-glory",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-records2/assets/banners/admech-tools.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Redacted Records II)",
      "system": "wrath-and-glory",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-records2/assets/banners/hallowed-ground.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Redacted Records II)",
      "system": "wrath-and-glory",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/wng-records2/assets/banners/sites-of-discovery.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "macros",
      "label": "Macros (Redacted Records II)",
      "type": "Macro",
      "path": "packs/macros",
      "system": "wrath-and-glory",
      "banner": "./modules/wng-records2/assets/banners/interfacing-machines.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-records2.journals",
      "wng-records2.tables"
    ],
    "folder": {
      "name": "Redacted Records II",
      "sorting": "m",
      "color": "#a37000"
    }
  },
  "packFolders": [
    {
      "name": "Redacted Records II",
      "sorting": "m",
      "color": "#a37000",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "macros"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-records2/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-records2/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-records2/module.json"
}