{
  "id": "visual-novel-maker",
  "title": "Visual Novel Maker",
  "description": "A JRPG-style field interaction system with visual novel dialogue, environmental examination, and no-code action connectors.",
  "version": "1.1.0",
  "protected": true,
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "authors": [
    {
      "name": "rlavkvmflzk",
      "discord": "sarangi"
    }
  ],
  "url": "https://www.patreon.com/cw/glitchsmith",
  "manifest": "https://r2.foundryvtt.com/packages-public/visual-novel-maker/module.json",
  "documentTypes": {
    "RegionBehavior": {
      "interaction": {
        "label": "FI.Behavior.Label"
      }
    }
  },
  "relationships": {
    "systems": [],
    "requires": [],
    "optional": [
      {
        "id": "cinematic-cut-ins",
        "type": "module",
        "reason": "Enables cinematic cut-in effects during character entrances and scene presets"
      },
      {
        "id": "unboxing-mystery",
        "type": "module",
        "reason": "Enables interactive item and journal reveals mid-dialogue"
      }
    ]
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/field-interaction.css",
    "styles/live-director.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "ko",
      "name": "Korean",
      "path": "lang/ko.json"
    }
  ],
  "socket": true
}