-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
104 lines (104 loc) · 2.16 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
102
103
104
{
"id": "fates-descent",
"title": "Fate's Descent",
"version": "1.3.2",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "socketlib",
"type": "module",
"compatibility": {}
},
{
"id": "midi-qol",
"type": "module",
"compatibility": {}
},
{
"id": "dae",
"type": "module",
"compatibility": {}
}
]
},
"authors": [
{
"name": "Relic",
"url": "https://github.com/Relic-Repo/Fates-Descent",
"discord": "Relic",
"flags": {}
}
],
"esmodules": [
"fates-descent.js"
],
"styles": [
"style.css"
],
"flags": {
"hotReload": {
"extensions": ["json"],
"paths": ["lang"]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "fates-descent-rolltable",
"label": "Fate's Descent Rolltable",
"path": "packs/fates-descent-rolltable",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
},
{
"name": "fates-descent-items",
"label": "Fate's Descent Items",
"path": "packs/fates-descent-items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
},
{
"name": "fates-descent-macro",
"label": "Fate's Descent Macro",
"path": "packs/fates-descent-macro",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
}
],
"socket": true,
"url": "https://github.com/Relic-Repo/Fates-Descent",
"manifest": "https://github.com/Relic-Repo/Fates-Descent/releases/latest/download/module.json",
"download": "https://github.com/Relic-Repo/Fates-Descent/releases/latest/download/module.zip"
}