-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule_v11.json
152 lines (152 loc) · 3.39 KB
/
module_v11.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"title": "The Dark Eye 5th Ed. - Introduction Adventure",
"description": "A short introduction adventure for the dark eye 5th edition. Includes characters maps and adventure descriptions.",
"version": "5.3.1",
"url": "https://github.com/Plushtoast/dsa5_introduction",
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5_introduction/master/module.json",
"download": "https://github.com/Plushtoast/dsa5_introduction/releases/download/5.3.1/dsa5_introduction-5.3.1.zip",
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"modules/init.js"
],
"packs": [
{
"name": "introductionbiests",
"label": "Akteure und Kreaturen",
"system": "dsa5",
"path": "packs/introductionbiests.db",
"type": "Actor",
"flags": {
"dsalang": "de"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "introductionmaps",
"label": "Karten",
"system": "dsa5",
"path": "packs/introductionmaps.db",
"type": "Scene",
"flags": {
"dsalang": "de"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "introductionjournal",
"label": "Einführung",
"system": "dsa5",
"path": "packs/introductionjournal.db",
"type": "JournalEntry",
"flags": {
"dsalang": "de"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "introductionenbiests",
"label": "Actors and creatures",
"system": "dsa5",
"path": "packs/introductionenbiests.db",
"type": "Actor",
"flags": {
"dsalang": "en"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "introductionenmaps",
"label": "Maps",
"system": "dsa5",
"path": "packs/introductionenmaps.db",
"type": "Scene",
"flags": {
"dsalang": "en"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "introductionenjournal",
"label": "Introduction",
"system": "dsa5",
"path": "packs/introductionenjournal.db",
"type": "JournalEntry",
"flags": {
"dsalang": "en"
},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
}
],
"id": "dsa5-introduction",
"authors": [
{
"name": "Plushtoast"
}
],
"relationships": {
"systems": [
{
"id": "dsa5",
"type": "system",
"compatibility": {
"minimum": "5.2.0"
}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11",
"maximum": "11"
},
"media": [
{
"type": "setup",
"url": "modules/dsa5-introduction/icons/thumbs/setup.webp",
"thumbnail": "modules/dsa5-introduction/icons/thumbs/setup-thumb.webp"
}
],
"packFolders": [
{
"name": "Introduction Adventure",
"sorting": "m",
"packs": [
"introductionbiests",
"introductionmaps",
"introductionjournal",
"introductionenbiests",
"introductionenmaps",
"introductionenjournal"
]
}
]
}