{
  "id": "wng-aeldari",
  "title": "Wrath & Glory - Inheritance of Embers",
  "description": "The ultimate Wrath & Glory module for Aeldari players and Gamemasters alike. This expansive supplement is the perfect starting point for an entirely Aeldari-focused adventure or to expand the enigmatic xenos’ role in an existing campaign.",
  "version": "7.0.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": [
    "styles.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "items",
      "label": "Items (Inheritance of Embers)",
      "system": "wrath-and-glory",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/wng-aeldari/assets/banners/ch-armoury.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Inheritance of Embers)",
      "system": "wrath-and-glory",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "./modules/wng-aeldari/assets/banners/eldritch-omens.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "wng-aeldari.journals"
    ],
    "folder": {
      "name": "Inheritance of Embers",
      "sorting": "m",
      "color": "#2c5c92"
    }
  },
  "packFolders": [
    {
      "name": "Inheritance of Embers",
      "sorting": "m",
      "color": "#2c5c92",
      "packs": [
        "items",
        "journals"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wng-aeldari/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wng-aeldari/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wng-aeldari/module.json"
}