-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
73 lines (73 loc) · 1.67 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
{
"id": "hm-loc-drilen",
"title": "Drilen Manor",
"description": "A small but wealthy manor located between the Chyle forest and the Omin river in Fethael Hundred.",
"version": "1.2.1",
"bugs": "https://github.com/toastygm/hm-loc-drilen/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": "scene-packer",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"packFolders": [
{
"name": "Drilen Manor",
"sorting": "m",
"packs": [
"scenes",
"journals"
]
}
],
"packs": [
{
"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-loc-drilen/",
"manifest": "https://github.com/toastygm/hm-loc-drilen/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.1/module.zip",
"flags": {
"allowBugReporter": true
}
}