-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
119 lines (119 loc) · 3.23 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
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
{
"name": "d-n-d-friends-guilds",
"id": "d-n-d-friends-guilds",
"title": "D-n-D Friends Guilds",
"description": "This module was built to supplement the DMs in the D-n-D Friends Discord server",
"version": "2.5",
"minimumCoreVersion": 9,
"compatibleCoreVersion": 9,
"compatibility": {
"minimum": "0.7.0",
"verified": "10",
"maximum": ""
},
"authors": [{
"name": "MaxPat",
"discord": "maxpat#7936"
}],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"packs": [
{
"name": "guildfeatures",
"label": "Guild Features",
"path": "packs/guildfeatures.db",
"entity": "Item",
"type": "Item",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "dndfriendsitems",
"label": "DnD Friends Items",
"path": "packs/items.db",
"entity": "Item",
"type": "Item",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "journals",
"label": "Journal Entries",
"path": "packs/journal.db",
"entity": "JournalEntry",
"type": "JournalEntry",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "scenes",
"label": "Scenes",
"path": "packs/scenes.db",
"entity": "Scene",
"type": "Scene",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "macros",
"label": "Macros",
"path": "packs/macros.db",
"entity": "Macro",
"type": "Macro",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "tables",
"label": "Roll Tables",
"path": "packs/tables.db",
"entity": "RollTable",
"type": "RollTable",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "playlists",
"label": "Playlists",
"path": "packs/playlists.db",
"entity": "Playlist",
"type": "Playlist",
"package": "d-and-d-friends",
"system": "dnd5e"
}
],
"packFolders": [
{
"name": "DnD Friends",
"sorting": "m",
"color": "#e0c200",
"packs": [
"guildfeatures",
"dndfriendsitems",
"journals",
"scenes",
"macros",
"tables",
"playlists"
]
}
],
"esmodules": [
"./welcomemessage.js"
],
"relationships": {
"systems": [{
"id": "dnd5e",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "1.5.7",
"verified": "2.3"
}
}]
},
"bugs": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/issues",
"flags": {
"allowBugReporter": true
}
}