{
  "name": "ruinworks-tower-bridge",
  "title": "RuinWorks - Tower Bridge",
  "description": "RuinWorks - Tower Bridge is a scene describing a 4 story tower that overlooks a small canyon and river. Includes a dungeon, exit to the river as well as a moveable drawbridge.",
  "version": "1.0.0",
  "minimumCoreVersion": "9",
  "compatibleCoreVersion": "9",
  "author": "RuinWorks",
  "authors": [
    {
      "name": "RuinWorks",
      "discord": "abominablerob#3707"
    }
  ],
  "packs": [
    {
      "name": "maps",
      "label": "RuinWorks - Tower Bridge",
      "path": "/packs/maps.db",
      "entity": "Scene"
    },
    {
      "name": "actors",
      "label": "RuinWorks - Tower Bridge",
      "path": "/packs/actors.db",
      "entity": "Actor"
    },
    {
      "name": "journals",
      "label": "RuinWorks - Tower Bridge",
      "path": "/packs/journals.db",
      "entity": "JournalEntry"
    },
    {
      "name": "macros",
      "label": "RuinWorks - Tower Bridge",
      "path": "/packs/macros.db",
      "entity": "Macro"
    }
  ],
  "esmodules": [
    "./scripts/init.js"
  ],
  "dependencies": [
    {
      "name": "scene-packer",
      "manifest": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/latest/download/module.json",
      "type": "module"
    },
    {
      "name": "levels",
      "manifest": "https://github.com/theripper93/Levels/releases/latest/download/module.json",
      "type": "module"
    },
    {
      "name": "betterroofs",
      "manifest": "https://github.com/theripper93/Better-Roofs/releases/latest/download/module.json",
      "type": "module"
    },
    {
      "name": "monks-active-tiles",
      "manifest": "https://github.com/ironmonk88/monks-active-tiles/releases/latest/download/module.json",
      "type": "module"
    }
  ],
  "url": "www.patreon.com/ruinworks",
  "manifest": "https://storage.googleapis.com/ruinworks-patreon/ruinworks-tower-bridge/module.json",
  "download": "https://storage.googleapis.com/ruinworks-patreon/ruinworks-tower-bridge/ruinworks-tower-bridge.zip",
  "manifestPlusVersion": "1.2.0"
}