-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmodule.json
101 lines (101 loc) · 2.21 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"id": "wfrp4e-gm-toolkit",
"title": "GM Toolkit (WFRP4e)",
"description": "Utilities for WFRP4e GMs",
"version": "v8.0.1",
"compatibility": {
"minimum": "12",
"maximum": "12",
"verified": "12.331"
},
"authors": [
{
"name": "Jagusti",
"discord": "Jagusti",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "8.0.2",
"verified": "8.0.4"
}
}
]
},
"esmodules": [
"wfrp4e-gm-toolkit.mjs"
],
"styles": [
"/css/gmtoolkit.css"
],
"packs": [
{
"name": "gm-toolkit-macros",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-macros",
"type": "Macro",
"system": "wfrp4e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "gm-toolkit-tables",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-tables",
"type": "RollTable",
"system": "wfrp4e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json",
"flags": {}
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json",
"flags": {}
}
],
"socket": true,
"url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
"manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json",
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/v8.0.1/wfrp4e-gm-toolkit.zip",
"bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues",
"changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases",
"readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki"
}