{
  "id": "mini-rolltable",
  "type": "module",
  "title": "Mini Rolltable",
  "description": "Adds a dice-formula quantity field to each RollTable result and expands drawn results by the rolled quantity.",
  "version": "0.2.0",
  "authors": [
    {
      "name": "Stephen Garrett",
      "url": "https://www.patreon.com/wgtngm",
      "flags": {}
    }
  ],
  "url": "https://wgtngm.com",
  "manifest": "https://wgtngm.com/modules/mini-rolltable/module.json",
  "download": "https://wgtngm.com/modules/mini-rolltable/0.2.0/module.zip",
  "readme": "https://campaigncodex.wgtngm.com/mini-rolltable",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "esmodules": [
    "scripts/mini-rolltable.mjs"
  ],
  "styles": [
    {
      "src": "styles/mini-rolltable.css"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ]
}
