-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
63 lines (63 loc) · 1.53 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
{
"id": "MC5e",
"title": "Material Components",
"version": "12.4.1",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"description": "A compendium of all the material components with a gold cost required for spells in D&D 5e.",
"authors": [{
"name": "Monkeyy",
"discord": "m0nkeyy"
}],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.0.0"
}
}]
},
"url": "https://github.com/M0nk3yy/MC5e",
"packs": [{
"label": "Material Components",
"name": "MC5e",
"type": "Item",
"system": "dnd5e",
"path": "packs/mc5e.db",
"banner": "modules/MC5e/images/MC5e-Compendium-Banner.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}],
"changelog": "https://github.com/M0nk3yy/MC5e/blob/main/CHANGELOG.md",
"manifest": "https://github.com/M0nk3yy/MC5e/releases/latest/download/module.json",
"download": "https://github.com/M0nk3yy/MC5e/releases/download/12.4.1/module.zip",
"license": "https://github.com/M0nk3yy/MC5e/blob/main/LICENSE",
"readme": "https://github.com/M0nk3yy/MC5e/tree/main",
"bugs": "https://github.com/M0nk3yy/MC5e/issues",
"media": [{
"type": "cover",
"url": "https://raw.githubusercontent.com/M0nk3yy/MC5e/main/images/MC5e-Bazaar-Banner.webp",
"loop": false,
"flags": {}
},
{
"type": "setup",
"url": "modules/MC5e/images/MC5e-Setup-Banner.webp",
"loop": false,
"flags": {}
}
],
"flags": {
"dnd5e": {
"sourceBooks": {
"MC5e": "Material Components 5e"
}
}
}
}