{
  "id": "eg-threats-database",
  "title": "Esper Genesis Threats Database",
  "description": "<p> The <i>Threats Database</i> introduces a trove of sci-fi creatures, antagonists, and hazards to use with the Esper Genesis&trade; Roleplaying Game. Keeping with EG\u2019s full compatibility feature, this product can be used as a supplement to any D&amp;D 5E setting, giving you the power to drop your futuristic baddies and bosses onto any world of your choice.</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"
      }
    ],
    "recommends": [
      {
        "id": "esper-genesis",
        "type": "module",
        "reason": "Provides Esper Genesis styling, terminology, and sheet automation. The Threats Database works without it, but is best experienced alongside the Core Manual."
      }
    ]
  },
  "packs": [
    {
      "name": "eg-threats-journal",
      "label": "Threats Database",
      "path": "packs/eg-threats-journal",
      "type": "JournalEntry",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "display": "table-of-contents"
        }
      }
    },
    {
      "name": "eg-threats",
      "label": "Threats",
      "path": "packs/eg-threats",
      "type": "Actor",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "types": [
            "npc"
          ]
        }
      }
    },
    {
      "name": "eg-threats-powers",
      "label": "Threat Features",
      "path": "packs/eg-threats-powers",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {
        "dnd5e": {
          "types": [
            "spell",
            "feat"
          ]
        }
      }
    },
    {
      "name": "eg-threats-tables",
      "label": "Encounter Tables",
      "path": "packs/eg-threats-tables",
      "type": "RollTable",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Threats Database",
      "color": "#d99b13",
      "sorting": "m",
      "packs": [
        "eg-threats-journal",
        "eg-threats",
        "eg-threats-powers",
        "eg-threats-tables"
      ]
    }
  ],
  "styles": [
    {
      "src": "styles/eg-threats.css"
    }
  ],
  "esmodules": [
    "scripts/eg-threats-journal-sheet.mjs"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "authors": [
    {
      "name": "Skydawn Game Studios",
      "url": "https://skydawngames.com",
      "flags": {}
    }
  ],
  "url": "http://espergenesis.com",
  "manifest": "https://r2.foundryvtt.com/packages-public/eg-threats-database/module.json",
  "protected": true,
  "media": [
    {
      "type": "setup",
      "url": "modules/eg-threats-database/ui/TD_Module_Cover.webp",
      "loop": false,
      "flags": {}
    }
  ],
  "flags": {
    "dnd5e": {
      "sourceBooks": {
        "Esper Genesis Threats Database": "SOURCE.BOOK.EGTDB"
      }
    },
    "hotReload": false
  }
}