-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule_v10.json
97 lines (97 loc) · 2.89 KB
/
module_v10.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
{
"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": "4.0.0",
"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/4.0.0/dsa5_introduction-4.0.0.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",
"private": true,
"flags": {"dsalang": "de"}
},
{
"name": "introductionmaps",
"label": "Karten",
"system": "dsa5",
"path": "packs/introductionmaps.db",
"type": "Scene",
"private": true,
"flags": {"dsalang": "de"}
},
{
"name": "introductionjournal",
"label": "Einführung",
"system": "dsa5",
"path": "packs/introductionjournal.db",
"type": "JournalEntry",
"private": true,
"flags": {"dsalang": "de"}
},
{
"name": "introductionenbiests",
"label": "Actors and creatures",
"system": "dsa5",
"path": "packs/introductionenbiests.db",
"type": "Actor",
"private": true,
"flags": {"dsalang": "en"}
},
{
"name": "introductionenmaps",
"label": "Maps",
"system": "dsa5",
"path": "packs/introductionenmaps.db",
"type": "Scene",
"private": true,
"flags": {"dsalang": "en"}
},
{
"name": "introductionenjournal",
"label": "Introduction",
"system": "dsa5",
"path": "packs/introductionenjournal.db",
"type": "JournalEntry",
"private": true,
"flags": {"dsalang": "en"}
}
],
"id": "dsa5-introduction",
"authors": [{
"name": "Plushtoast"
}],
"relationships": {
"systems": [{
"id": "dsa5",
"type": "system",
"compatibility": {
"minimum": "4.0.0"
}
}]
},
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"name": "dsa5-introduction",
"minimumCoreVersion": "10"
}