-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule_v9.json
72 lines (72 loc) · 2.24 KB
/
module_v9.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
{
"name": "dsa5-introduction",
"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.",
"author": "Plushtoast",
"version": "3.0.1",
"system": ["dsa5"],
"minimumCoreVersion": "9.236",
"compatibleCoreVersion": "9",
"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/3.0.1/dsa5_introduction-3.0.1.zip",
"languages": [{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}, {
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"dependencies": [{
"name": "dsa5",
"type": "system"
}],
"esmodules": [
"modules/init.js"
],
"packs": [{
"name": "introductionbiests",
"label": "Akteure und Kreaturen",
"system": "dsa5",
"path": "./packs/introductionbiests.db",
"type": "Actor"
},
{
"name": "introductionmaps",
"label": "Karten",
"system": "dsa5",
"path": "./packs/introductionmaps.db",
"type": "Scene"
},
{
"name": "introductionjournal",
"label": "Einführung",
"system": "dsa5",
"path": "./packs/introductionjournal.db",
"type": "JournalEntry"
},
{
"name": "introductionenbiests",
"label": "Actors and creatures",
"system": "dsa5",
"path": "./packs/introductionenbiests.db",
"type": "Actor"
},
{
"name": "introductionenmaps",
"label": "Maps",
"system": "dsa5",
"path": "./packs/introductionenmaps.db",
"type": "Scene"
},
{
"name": "introductionenjournal",
"label": "Introduction",
"system": "dsa5",
"path": "./packs/introductionenjournal.db",
"type": "JournalEntry"
}
]
}