forked from ironmonk88/monks-combat-marker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
79 lines (79 loc) · 1.83 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
73
74
75
76
77
78
79
{
"title": "Monk's Combat Marker",
"description": "Display an animated disc behind the token to indicate the current combatant's turn. You can customise the animation, image that is display, size of the graphic, and speed of the animation.",
"version": "11.02",
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "lang/cn.json"
},
{
"lang": "pl",
"name": "polski",
"path": "lang/pl.json"
}
],
"esmodules": [
"monks-combat-marker.js",
"settings.js"
],
"url": "https://github.com/ironmonk88/monks-combat-marker",
"download": "https://github.com/ironmonk88/monks-combat-marker/archive/11.02.zip",
"manifest": "https://github.com/ironmonk88/monks-combat-marker/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-combat-marker/issues",
"id": "monks-combat-marker",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"name": "monks-combat-marker",
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11"
}