{
  "id": "eh-pacific-rim",
  "title": "Pacific Rim, an Everyday Heroes Cinematic Adventure",
  "description": "<p>In Pacific Rim, players can take on the role of pilots, controlling gigantic robots called Jaegers in their battles against Kaiju: titanic monsters from another dimension. Adventure can also be found on foot, as heroes deal with the fallout of giant monster attacks. Toxic blood has left whole cities desolate and lawless, the technology used to build Jaegers often falls into the wrong hands, and cults have grown around the Kaiju, worshiping them as gods. Whether in or out of a Jaeger, Pacific Rim offers an exciting world of action for you to explore.</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-pacific-rim/module.json",
  "version": "3.0",
  "compatibility": {
    "minimum": "14.359",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "everyday-heroes",
        "type": "system",
        "manifest": "https://raw.githubusercontent.com/evilgeniusgaming/everyday-heroes/main/system.json",
        "compatibility": {
          "minimum": "1.0.0"
        }
      }
    ]
  },
  "esmodules": [
    "./eh-pacific-rim.mjs"
  ],
  "styles": [
    "./eh-pacific-rim.css"
  ],
  "documentTypes": {
    "Actor": {
      "jaeger": {
        "htmlFields": [
          "biography.value",
          "biography.public",
          "biography.notes"
        ]
      }
    },
    "Item": {
      "jaegerChassis": {
        "htmlFields": [
          "description.chat",
          "description.value"
        ]
      },
      "jaegerUpgrade": {
        "htmlFields": [
          "description.chat",
          "description.value"
        ]
      },
      "jaegerWeapon": {
        "htmlFields": [
          "description.chat",
          "description.value"
        ]
      }
    }
  },
  "packs": [
    {
      "name": "journal",
      "label": "Pacific Rim",
      "path": "./packs/journal",
      "banner": "modules/eh-pacific-rim/artwork/interface/banners/journal.webp",
      "type": "JournalEntry",
      "private": true,
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "pacific-rim"
        }
      }
    },
    {
      "name": "adventure",
      "label": "The Fenris Aurora",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-pacific-rim/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-pacific-rim/artwork/interface/banners/cast.webp",
      "type": "Actor",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "vehicles",
      "label": "Vehicles",
      "system": "everyday-heroes",
      "path": "./packs/vehicles",
      "banner": "modules/eh-pacific-rim/artwork/interface/banners/jaegers.webp",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "pregen-heroes",
      "label": "Pregenerated Heroes",
      "system": "everyday-heroes",
      "path": "./packs/pregen-heroes",
      "banner": "modules/eh-pacific-rim/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-pacific-rim/artwork/interface/banners/hero-options.webp",
      "type": "Item",
      "flags": {}
    },
    {
      "name": "jaeger-equipment",
      "label": "Jaeger Equipment",
      "system": "everyday-heroes",
      "path": "./packs/jaeger-equipment",
      "banner": "modules/eh-pacific-rim/artwork/interface/banners/jaeger-equipment.webp",
      "type": "Item",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Pacific Rim",
      "sorting": "m",
      "color": "#6aa9b3",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "vehicles",
        "jaeger-equipment",
        "pregen-heroes",
        "hero-options"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-pacific-rim/artwork/background.webp",
      "thumbnail": "modules/eh-pacific-rim/artwork/background-thumbnail.webp"
    }
  ],
  "flags": {
    "everyday-heroes": {
      "requireTitanicScale": true
    },
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-pacific-rim/artwork/background.webp",
      "cover": "modules/eh-pacific-rim/artwork/interface/banners/adventure.webp",
      "description": "<p>The battle for humanity\u2019s survival rages on. Skyscraper-sized monsters called Kaiju continue to invade our world from another dimension. Their only goal is the total annihilation of the human race. Only you and your fellow Rangers can fight the Kaiju, matching their size and strength with titanic robots called Jaegers; machines so powerful that they require the mental fortitude of two pilots to operate. It\u2019s your turn to save the world.</p>"
    }
  }
}