-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmodule.json
80 lines (80 loc) · 1.8 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
80
{
"title": "Monk's Active Tile Triggers",
"description": "Want to teleport, or open doors, or hide characters, or display a message, or play a sound, or change a token's elevation when a token walks over a tile... now you can",
"version": "12.02",
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pl",
"name": "polski",
"path": "lang/pl.json"
},
{
"lang": "pt-BR",
"name": "Português",
"path": "lang/pt-BR.json"
}
],
"packs": [
{
"name": "active-tile-macros",
"label": "Active Tile Macros",
"path": "packs/active-tile-macros.db",
"type": "Macro",
"private": false
}
],
"esmodules": [
"monks-active-tiles.js",
"settings.js"
],
"scripts": [
"js/jquery.typeahead.min.js"
],
"styles": [
"css/monks-active-tiles.css"
],
"url": "https://github.com/ironmonk88/monks-active-tiles",
"download": "https://github.com/ironmonk88/monks-active-tiles/archive/12.02.zip",
"manifest": "https://github.com/ironmonk88/monks-active-tiles/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-active-tiles/issues",
"id": "monks-active-tiles",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"documentTypes": {
"RegionBehavior": {
"triggerTile": {}
}
},
"flags": {
"allowBugReporter": true
}
}