{
  "id": "token-mold",
  "title": "Token Mold",
  "description": "<p>Gives the option to cast your tokens into a mold of your choosing.</p> <p>Possible options for your mold include:</p> <ul><li>Adding incrementing number suffixes.</li><li>Name generation for tokens.</li><li>Random adjective prefixes. (Examples: angry, calm, bloodthirsty, ...)</li><li>Rolling Hit Points by formula (dnd5e only)</li><li>Set token configuration on placement.</li><li>Providing an overlay to quickly check some stats on token hover.</li><li>Automatic creature size scaling (dnd5e only)</li></ul><hr>",
  "authors": [
    {
      "name": "Moerill"
    },
    {
      "name": "Geekswordsman",
      "discord": "@Geekswordsman#3085"
    },
    {
      "name": "BeardedGnome"
    }
  ],
  "url": "https://github.com/Moerill/token-mold",
  "bugs": "https://github.com/Moerill/token-mold/issues",
  "version": "2.23.3",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "esmodules": ["scripts/index.js"],
  "styles": ["token-mold.css"],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "中文",
      "path": "lang/cn.json"
    },
    {
      "lang": "de",
      "name": "Deutsch (German)",
      "path": "lang/de.json"
    },
    {
      "lang": "ja",
      "name": "日本語",
      "path": "lang/ja.json"
    },
    {
      "lang": "es",
      "name": "Español",
      "path": "lang/es.json"
    }
  ],
  "packs": [
    {
      "id": "adjectives",
      "name": "adjectives",
      "label": "Adjectives",
      "module": "token-mold",
      "path": "assets/adjectives",
      "type": "RollTable",
      "private": false
    }
  ],
  "socket": false,
  "manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/module.json",
  "download": "https://github.com/Moerill/token-mold/releases/download/v2.23.3/v2.23.3.zip"
}
