-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
92 lines (92 loc) · 2.13 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
{
"id": "hm-adv-sos",
"title": "A Shower of Silver",
"description": "An introductory murder-mystery adventure for Hârn, located around Jedes keep in the kingdom of Kaldor",
"version": "1.2.1",
"bugs": "https://github.com/toastygm/hm-adv-sos/issues",
"license": "LICENSE",
"readme": "README.md",
"authors": [
{
"name": "Toasty",
"discord": "toasty#8538",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "12.331"
},
"scripts": [
"scripts/init.js"
],
"relationships": {
"requires": [
{
"id": "hm-loc-jedes",
"type": "module",
"manifest": "https://github.com/toastygm/hm-loc-jedes/releases/latest/download/module.json",
"compatibility": {}
},
{
"id": "scene-packer",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"packFolders": [
{
"name": "A Shower of Silver",
"sorting": "m",
"packs": [
"actors",
"scenes",
"journals"
]
}
],
"packs": [
{
"label": "Actors",
"name": "actors",
"path": "packs/actors",
"system": "hm3",
"type": "Actor",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Scenes",
"name": "scenes",
"path": "packs/scenes",
"type": "Scene",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Journals",
"name": "journals",
"path": "packs/journals",
"type": "JournalEntry",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"url": "https://github.com/toastygm/hm-adv-sos/",
"manifest": "https://github.com/toastygm/hm-adv-sos/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm-adv-sos/releases/download/v1.2.1/module.zip",
"flags": {
"allowBugReporter": true
}
}