Skip to content

Commit

Permalink
Added module.json to src/ to allow people on pre 2.7.1 to update.. i …
Browse files Browse the repository at this point in the history
…failed, sorry everyone
  • Loading branch information
Moerill committed Oct 1, 2020
1 parent f79b85c commit c40cd26
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "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>",
"version": "2.10.1",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.7.1",
"type": "module",
"author": "Moerill",
"packs": [
{
"name": "adjectives",
"label": "Adjectives",
"module": "token-mold",
"path": "assets/adjectives.db",
"entity": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": ["scripts/index.js"],
"styles": ["token-mold.css"],
"manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/module.json",
"url": "https://github.com/Moerill/token-mold",
"download": "https://github.com/Moerill/token-mold/releases/download/v2.10.1/v2.10.1.zip"
}

0 comments on commit c40cd26

Please sign in to comment.