{
  "id": "eh-rambo",
  "title": "Rambo, an Everyday Heroes Cinematic Adventure",
  "description": "<p>The Rambo Cinematic Adventure emerges players in the rich world of military action, translating real-world conflict into a narrative where every decision counts, every ally is valuable, and every victory is hard-earned. Within this narrative, warriors find their identity, embodying the spirit of resistance against the oppressive and the pursuit of justice in a world where nothing is black and white but rather shades of gray.</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-rambo/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-rambo.mjs"
  ],
  "styles": [
    "./eh-rambo.css"
  ],
  "packs": [
    {
      "name": "journal",
      "label": "Rambo",
      "path": "./packs/journal",
      "banner": "modules/eh-rambo/artwork/interface/banners/journal.jpg",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "rambo"
        }
      }
    },
    {
      "name": "adventure",
      "label": "Flesh & Blood",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-rambo/artwork/interface/banners/adventure.jpg",
      "type": "Adventure",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "cast",
      "label": "The Cast",
      "system": "everyday-heroes",
      "path": "./packs/cast",
      "banner": "modules/eh-rambo/artwork/interface/banners/cast.jpg",
      "type": "Actor",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "pregen-heroes",
      "label": "Pregenerated Heroes",
      "system": "everyday-heroes",
      "path": "./packs/pregen-heroes",
      "banner": "modules/eh-rambo/artwork/interface/banners/pregen-heroes.jpg",
      "type": "Actor",
      "flags": {}
    },
    {
      "name": "hero-options",
      "label": "Hero Options",
      "system": "everyday-heroes",
      "path": "./packs/hero-options",
      "banner": "modules/eh-rambo/artwork/interface/banners/hero-options.jpg",
      "type": "Item",
      "flags": {}
    },
    {
      "name": "vehicles",
      "label": "Vehicles",
      "system": "everyday-heroes",
      "path": "./packs/vehicles",
      "banner": "modules/eh-rambo/artwork/interface/banners/vehicles.jpg",
      "type": "Actor",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Rambo",
      "sorting": "m",
      "color": "#409046",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "vehicles",
        "pregen-heroes",
        "hero-options"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-rambo/artwork/background.jpg",
      "thumbnail": "modules/eh-rambo/artwork/background-thumbnail.jpg"
    }
  ],
  "flags": {
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-rambo/artwork/background.jpg",
      "cover": "modules/eh-rambo/artwork/interface/banners/adventure.webp",
      "description": "<p>The Rambo Cinematic Adventure emerges players in the rich world of military action, translating real-world conflict into a narrative where every decision counts, every ally is valuable, and every victory is hard-earned. Within this narrative, warriors find their identity, embodying the spirit of resistance against the oppressive and the pursuit of justice in a world where nothing is black and white but rather shades of gray.</p>"
    }
  }
}