{
  "id": "dungeon-quill",
  "title": "Dungeon Quill \u2014 Build Dungeons in Seconds",
  "description": "Paint dungeon terrain by hand or roll a seed and generate one \u2014 rendered as a real-time 3D layer on the scene with three.js, with native walls, doors, lights, hazards, and multi-level support.",
  "version": "1.0.0",
  "authors": [
    {
      "name": "Reslin",
      "email": "reslinnox@Gmail.com"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "esmodules": [
    "scripts/main.mjs"
  ],
  "documentTypes": {
    "RegionBehavior": {
      "dungeonArea": {},
      "room": {},
      "hazard": {}
    }
  },
  "styles": [
    "styles/editor.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "\u4e2d\u6587(\u7b80\u4f53)",
      "path": "lang/cn.json"
    }
  ],
  "url": "https://www.patreon.com/Reslinfvtt",
  "manifest": "https://r2.foundryvtt.com/packages-public/dungeon-quill/module.json",
  "protected": true
}