{
  "id": "eh-crow",
  "title": "The Crow, an Everyday Heroes Cinematic Adventure",
  "description": "<p>In the dark and moody streets, grungy underground bars, and gang-violence ridden neighborhoods of The Crow, players can experience all manner of stories of vengeance, justice, and setting right what has been made wrong. Here you might play as Reborn, heroes returned to life and tasked with quests by one of the spirits of death. Or you might play as their friends, allies, or even opposition, slowly coming to terms with the fact that the dead can rise, and the supernatural is real.</p>",
  "authors": [
    {
      "name": "Jeff \u2018Arbron\u2019 Hitchcock",
      "url": "https://github.com/arbron",
      "email": "jeff@szed.co",
      "discord": "arbron#6515",
      "twitter": "@arbron"
    }
  ],
  "protected": true,
  "manifest": "https://r2.foundryvtt.com/packages-public/eh-crow/module.json",
  "version": "2.1",
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "everyday-heroes",
        "type": "system",
        "manifest": "https://raw.githubusercontent.com/evilgeniusgaming/everyday-heroes/main/system.json",
        "compatibility": {
          "minimum": "0.8.0"
        }
      }
    ]
  },
  "esmodules": [
    "./eh-crow.mjs"
  ],
  "styles": [
    "./eh-crow.css"
  ],
  "documentTypes": {
    "Item": {
      "power": {},
      "spiritBond": {}
    }
  },
  "packs": [
    {
      "name": "journal",
      "label": "The Crow",
      "path": "./packs/journal",
      "banner": "modules/eh-crow/artwork/interface/banners/journal.webp",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "crow"
        }
      }
    },
    {
      "name": "adventure",
      "label": "Prayers of the Past",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-crow/artwork/interface/banners/adventure.webp",
      "type": "Adventure",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "cast",
      "label": "The Cast",
      "system": "everyday-heroes",
      "path": "./packs/cast",
      "banner": "modules/eh-crow/artwork/interface/banners/cast.webp",
      "type": "Actor",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "pregen-heroes",
      "label": "Pregenerated Heroes",
      "system": "everyday-heroes",
      "path": "./packs/pregen-heroes",
      "banner": "modules/eh-crow/artwork/interface/banners/pregen-heroes.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "reborn-spirits",
      "label": "Reborn Spirits",
      "system": "everyday-heroes",
      "path": "./packs/reborn-spirits",
      "banner": "modules/eh-crow/artwork/interface/banners/reborn-spirits.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "hero-options",
      "label": "Hero Options",
      "system": "everyday-heroes",
      "path": "./packs/hero-options",
      "banner": "modules/eh-crow/artwork/interface/banners/hero-options.webp",
      "type": "Item",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "The Crow",
      "sorting": "m",
      "color": "#96989d",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "pregen-heroes",
        "reborn-spirits",
        "hero-options"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-crow/artwork/background.webp",
      "thumbnail": "modules/eh-crow/artwork/background-thumbnail.webp"
    }
  ],
  "flags": {
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-crow/artwork/background.webp",
      "cover": "modules/eh-crow/artwork/interface/banners/adventure.webp",
      "description": "<p>In the dark and moody streets, grungy underground bars, and gang-violence ridden neighborhoods of The Crow, players can experience all manner of stories of vengeance, justice, and setting right what has been made wrong. Here you might play as Reborn, heroes returned to life and tasked with quests by one of the spirits of death. Or you might play as their friends, allies, or even opposition, slowly coming to terms with the fact that the dead can rise, and the supernatural is real.</p>"
    }
  }
}