-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added module.json to src/ to allow people on pre 2.7.1 to update.. i …
…failed, sorry everyone
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |