{
  "id": "mindful-encounters",
  "title": "Mindful Encounters",
  "description": "Tracks dungeon exploration in budgeted turns instead of initiative. Each token gets a movement budget and moves until it's spent, then clicks Done; once everyone's Done, the world clock advances one dungeon turn. Go past your budget and the move is cancelled or stopped at the line.",
  "version": "1.0.0",
  "manifest": "https://r2.foundryvtt.com/packages-public/mindful-encounters/module.json",
  "protected": true,
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Tyler",
      "discord": "Tyler",
      "url": "https://github.com/Sayshal"
    }
  ],
  "esmodules": [
    "mindful-encounters.mjs"
  ],
  "styles": [
    "styles/mindful-encounters.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "socket": true,
  "license": "LICENSE"
}