{
  "id": "eh-escape-from-new-york",
  "title": "Escape from New York, an Everyday Heroes Cinematic Adventure",
  "description": "<p>Welcome to New America, an alternate past to our own in which the chemical fallout from World War III led to an explosion of crime in the US. Coupled with the war, it drove America towards totalitarianism. New York is now the nation's prison, where madmen, murderers, thieves, and all of New America\u2019s undesirables are walled off from the rest of society and left to their own devices. It is a place of darkness and corruption, but also one where there is great opportunity for adventure and heroism.</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-escape-from-new-york/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-escape-from-new-york.mjs"
  ],
  "styles": [
    "./eh-escape-from-new-york.css"
  ],
  "documentTypes": {
    "Item": {
      "motorPool": {}
    }
  },
  "packs": [
    {
      "name": "journal",
      "label": "Escape from New York",
      "path": "./packs/journal",
      "banner": "modules/eh-escape-from-new-york/artwork/interface/banners/journal.webp",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "escape-from-new-york"
        }
      }
    },
    {
      "name": "adventure",
      "label": "Liberty Lost",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-escape-from-new-york/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-escape-from-new-york/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-escape-from-new-york/artwork/interface/banners/pregen-heroes.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "vehicles",
      "label": "Vehicles",
      "system": "everyday-heroes",
      "path": "./packs/vehicles",
      "banner": "modules/eh-escape-from-new-york/artwork/interface/banners/vehicles.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "vehicle-equipment",
      "label": "Vehicle Equipment",
      "system": "everyday-heroes",
      "path": "./packs/vehicle-equipment",
      "banner": "modules/eh-escape-from-new-york/artwork/interface/banners/vehicle-equipment.webp",
      "type": "Item",
      "flags": {}
    },
    {
      "name": "hero-options",
      "label": "Hero Options",
      "system": "everyday-heroes",
      "path": "./packs/hero-options",
      "banner": "modules/eh-escape-from-new-york/artwork/interface/banners/hero-options.webp",
      "type": "Item",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Escape from New York",
      "sorting": "m",
      "color": "#b56e66",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "pregen-heroes",
        "vehicles",
        "vehicle-equipment",
        "hero-options"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-escape-from-new-york/artwork/background.webp",
      "thumbnail": "modules/eh-escape-from-new-york/artwork/background-thumbnail.webp"
    }
  ],
  "flags": {
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-escape-from-new-york/artwork/background.webp",
      "cover": "modules/eh-escape-from-new-york/artwork/interface/banners/adventure.webp",
      "description": "<p>Welcome to New America, an alternate past to our own in which the chemical fallout from World War III led to an explosion of crime in the US. Coupled with the war, it drove America towards totalitarianism. New York is now the nation's prison, where madmen, murderers, thieves, and all of New America\u2019s undesirables are walled off from the rest of society and left to their own devices. It is a place of darkness and corruption, but also one where there is great opportunity for adventure and heroism.</p>"
    }
  }
}