{
  "id": "eg-master-technicians-guide",
  "title": "Esper Genesis Master Technician's Guide",
  "description": "<p>This core supplement for Esper Genesis&trade;, provides game masters with the tools to create fun, exciting, heroic adventures set in their own sci-fi galactic setting. Within are rules for tailoring game mechanics, new options and customizations for gear and starships, tools for creating galactic locations and heroic encounters, guidance on adapting to alternate sci-fi genres, and much more!</p>",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "compatibility": {
          "minimum": "5.0.0",
          "verified": "5.3.3"
        },
        "type": "system"
      }
    ],
    "requires": [
      {
        "id": "esper-genesis",
        "type": "module",
        "compatibility": {
          "minimum": "1.2.0"
        },
        "reason": "Provides linked rules content, actor types, and starship sheets updated to v1.2.0"
      }
    ]
  },
  "packs": [
    {
      "name": "eg-mtg-journal",
      "label": "Master Technician's Guide",
      "path": "packs/eg-mtg-journal",
      "type": "JournalEntry",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "display": "table-of-contents"
        }
      }
    },
    {
      "name": "eg-mtg-options",
      "label": "Character Options",
      "path": "packs/eg-mtg-options",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    },
    {
      "name": "eg-mtg-items",
      "label": "Gear and Tech Options",
      "path": "packs/eg-mtg-items",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "types": [
            "weapon",
            "equipment",
            "consumable",
            "container",
            "loot",
            "feat"
          ]
        }
      }
    },
    {
      "name": "eg-mtg-shipyard",
      "label": "Starship Construction",
      "path": "packs/eg-mtg-shipyard",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "types": [
            "equipment"
          ]
        }
      }
    },
    {
      "name": "eg-mtg-actors",
      "label": "Actors",
      "path": "packs/eg-mtg-actors",
      "type": "Actor",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "types": [
            "esper-genesis.npcStarship",
            "eg-master-technicians-guide.vehicle",
            "npc"
          ]
        }
      }
    },
    {
      "name": "eg-mtg-tables",
      "label": "Roll Tables",
      "path": "packs/eg-mtg-tables",
      "type": "RollTable",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Master Technician's Guide",
      "color": "#d99b13",
      "sorting": "m",
      "packs": [
        "eg-mtg-journal",
        "eg-mtg-options",
        "eg-mtg-items",
        "eg-mtg-shipyard",
        "eg-mtg-actors",
        "eg-mtg-tables"
      ]
    }
  ],
  "styles": [
    {
      "src": "styles/eg-mtg.css"
    }
  ],
  "esmodules": [
    "scripts/eg-mtg-config.mjs",
    "scripts/eg-mtg-journal-sheet.mjs",
    "scripts/eg-mtg-vehicle.mjs"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "authors": [
    {
      "name": "Skydawn Game Studios",
      "url": "https://skydawngames.com",
      "flags": {}
    }
  ],
  "url": "https://skydawngames.com/espergenesis",
  "manifest": "https://r2.foundryvtt.com/packages-public/eg-master-technicians-guide/module.json",
  "protected": true,
  "media": [
    {
      "type": "setup",
      "url": "modules/eg-master-technicians-guide/ui/MTG_Module_Cover.webp",
      "loop": false,
      "flags": {}
    }
  ],
  "flags": {
    "dnd5e": {
      "sourceBooks": {
        "Esper Genesis Master Technician's Guide": "SOURCE.BOOK.EGMTG"
      }
    },
    "hotReload": false
  },
  "documentTypes": {
    "Actor": {
      "vehicle": {}
    }
  }
}