-
Notifications
You must be signed in to change notification settings - Fork 33
/
module.json
72 lines (72 loc) · 1.92 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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.22.3",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"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.db",
"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.22.3/v2.22.3.zip"
}