-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
67 lines (67 loc) · 2.02 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
{
"name": "d35e-sunless-citadel",
"title": "3.5e Adventure Companion - Sunless Citadel",
"description": "This companion is designed to help you easily run one of the Classic adventures for 3.5 edition of worlds most popular RPG. With ready to be used maps filled with monsters that are waiting for adventurers, items that you can give to party and traps ready to be sprung, this companion will allow you to focus on the adventure - not the preparation stuff.",
"version": "1.2.1",
"author": "Rughalt",
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "9",
"minimumSystemVersion": "0.88.0",
"scripts": ["./module/importer.js"],
"esmodules": [],
"styles": [],
"packs": [
{
"label": "Sunless Citadel NPCs",
"entity": "Actor",
"name": "named",
"path": "packs/npcs.db",
"system": "D35E"
},
{
"label": "Sunless Citadel Monsters",
"entity": "Actor",
"name": "npcs",
"path": "packs/monsters.db",
"system": "D35E"
},
{
"label": "Sunless Citadel Traps",
"entity": "Actor",
"name": "traps",
"path": "packs/traps.db",
"system": "D35E"
},
{
"label": "Sunless Citadel Journal",
"entity": "JournalEntry",
"name": "journal",
"path": "packs/journal.db"
},
{
"label": "Sunless Citadel Items",
"entity": "Item",
"name": "items",
"path": "packs/items.db",
"system": "D35E"
},
{
"label": "Sunless Citadel Scenes",
"entity": "Scene",
"name": "scenes",
"path": "packs/scenes.db"
}
],
"languages": [],
"authors": [],
"socket": false,
"url": "https://github.com/rughalt/d35e-sunless-citadel",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "cover",
"link": "https://legaciesofthedragon.com/img/logo-d35e-sc-bazaar.png"
}
]
}