{
  "id": "eh-universal-soldier",
  "title": "Universal Soldier, an Everyday Heroes Cinematic Adventure",
  "description": "<p>Venture into the dystopian world of Universal Soldier\u2014a world teetering on the precipice of military evolution, where the boundaries between man and machine blur amidst a storm of bullets and blood. Assume the identity of a cybernetic soldier, exploring the grim yet thrilling adventure of carving a path of justice through a landscape laden with rogue warriors, corrupt overlords, and lethal skirmishes. Amidst a war fueled by fear and greed, your quest for truth is a beacon of hope and rebellion against the chains of oblivion seeking to erase the remnants of your humanity.</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-universal-soldier/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-universal-soldier.mjs"
  ],
  "styles": [
    "./eh-universal-soldier.css"
  ],
  "documentTypes": {
    "Item": {
      "cybernetics": {}
    }
  },
  "packs": [
    {
      "name": "journal",
      "label": "Universal Soldier",
      "path": "./packs/journal",
      "banner": "modules/eh-universal-soldier/artwork/interface/banners/journal.jpg",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "LIMITED",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "everyday-heroes": {
          "sorting": "table-of-contents",
          "style": "universal-soldier"
        }
      }
    },
    {
      "name": "adventure",
      "label": "Return to Eden",
      "system": "everyday-heroes",
      "path": "./packs/adventure",
      "banner": "modules/eh-universal-soldier/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-universal-soldier/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-universal-soldier/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-universal-soldier/artwork/interface/banners/hero-options.jpg",
      "type": "Item",
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Universal Soldier",
      "sorting": "m",
      "color": "#3E3F7D",
      "packs": [
        "journal",
        "adventure",
        "cast",
        "pregen-heroes",
        "hero-options"
      ]
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "./lang/en.json",
      "flags": {}
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/eh-universal-soldier/artwork/background.jpg",
      "thumbnail": "modules/eh-universal-soldier/artwork/background-thumbnail.jpg"
    }
  ],
  "flags": {
    "hotReload": false
  },
  "quickstart": {
    "world": {
      "background": "modules/eh-universal-soldier/artwork/background.jpg",
      "cover": "modules/eh-universal-soldier/artwork/interface/banners/adventure.webp",
      "description": "<p>Venture into the dystopian world of Universal Soldier\u2014a world teetering on the precipice of military evolution, where the boundaries between man and machine blur amidst a storm of bullets and blood. Assume the identity of a cybernetic soldier, exploring the grim yet thrilling adventure of carving a path of justice through a landscape laden with rogue warriors, corrupt overlords, and lethal skirmishes. Amidst a war fueled by fear and greed, your quest for truth is a beacon of hope and rebellion against the chains of oblivion seeking to erase the remnants of your humanity.</p>"
    }
  }
}