{
  "id": "eh-total-recall",
  "title": "Total Recall, an Everyday Heroes Cinematic Adventure",
  "description": "<p>Join the resistance. Liberate Mars. Explore space. Create your own futuristic characters in Total Recall, where Mars, memory, and mayhem are always in orbit. By the year 2084, humanity has expanded across the solar system, with colonies on most planets\u2014or their moons for the more gaseous worlds. Cruise ships sail between worlds, carrying the wealthy to exotic vacation spots. For the rest of us, there\u2019s Rekall\u2014a company that implants memories of incredible vacations without all the hassle and expense of the real thing!</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-total-recall/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.3"
        }
      }
    ]
  },
  "esmodules": [
    "./eh-total-recall.mjs"
  ],
  "styles": [
    "./eh-total-recall.css"
  ],
  "documentTypes": {
    "Item": {
      "mutation": {}
    }
  },
  "packs": [
    {
      "name": "journal",
      "label": "Total Recall",
      "path": "./packs/journal",
      "banner": "modules/eh-total-recall/artwork/interface/banners/journal.webp",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "total-recall"
        }
      }
    },
    {
      "name": "adventure",
      "label": "The Enemy Is Us",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-total-recall/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-total-recall/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-total-recall/artwork/interface/banners/pregen-heroes.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "hero-options",
      "label": "Hero Options",
      "system": "everyday-heroes",
      "path": "./packs/hero-options",
      "banner": "modules/eh-total-recall/artwork/interface/banners/hero-options.webp",
      "type": "Item",
      "flags": {}
    },
    {
      "name": "vehicles",
      "label": "Vehicles",
      "system": "everyday-heroes",
      "path": "./packs/vehicles",
      "banner": "modules/eh-total-recall/artwork/interface/banners/vehicles.webp",
      "type": "Actor",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Total Recall",
      "sorting": "m",
      "color": "#a88940",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "pregen-heroes",
        "hero-options",
        "vehicles"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-total-recall/artwork/background.webp",
      "thumbnail": "modules/eh-total-recall/artwork/background-thumbnail.webp"
    }
  ],
  "flags": {
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-total-recall/artwork/background.webp",
      "cover": "modules/eh-total-recall/artwork/interface/banners/adventure.webp",
      "description": "<p>Join the resistance. Liberate Mars. Explore space. Create your own futuristic characters in Total Recall, where Mars, memory, and mayhem are always in orbit. By the year 2084, humanity has expanded across the solar system, with colonies on most planets\u2014or their moons for the more gaseous worlds. Cruise ships sail between worlds, carrying the wealthy to exotic vacation spots. For the rest of us, there\u2019s Rekall\u2014a company that implants memories of incredible vacations without all the hassle and expense of the real thing!</p>"
    }
  }
}