-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
70 lines (70 loc) · 1.44 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
{
"id": "crux",
"title": "Crux",
"description": "Adds an expanding tray for using an actor's items, abilities and spells",
"version": "1.1.0",
"url": "https://github.com/Relic-Repo/crux",
"manifest": "https://github.com/Relic-Repo/crux/releases/latest/download/module.json",
"download": "https://github.com/Relic-Repo/crux/releases/download/1.1.0/module.zip",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "Relic",
"discord": "Relic",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system"
}
]
},
"esmodules": [
"scripts/cruxHooks.js",
"scripts/cruxSettings.js",
"scripts/cruxTrayState.js",
"scripts/cruxTrayUI.js"
],
"styles": [
"styles/crux.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "crux-items",
"label": "Crux Items",
"path": "packs/crux-items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
},
{
"name": "crux-macro",
"label": "Crux Macro",
"path": "packs/crux-macro",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
}
]
}