-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
59 lines (59 loc) · 1.66 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
{
"id": "lordudice",
"title": "Lordu's Custom Dice for Dice So Nice",
"description": "Additional Dice presets and themes for Dice So Nice. Requires Dice So Nice module to work.",
"version": "This is auto replaced",
"library": "false",
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name":"LorduFreeman",
"url": "https://discord.com/users/282511548595830814",
"discord": "LorduFreeman#8747"
}
],
"relationships": {
"requires": [{
"id": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/raw/master/module/module.json"
}]
},
"scripts": [
"scripts/darkdeeds.js", "scripts/forbiddenknowledge.js"
],
"styles": [
"dicestyle.css"
],
"languages": [
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://raw.githubusercontent.com/LorduFreeman/foundry-lordudice/main/README.md",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/LorduFreeman/foundry-lordudice/main/pics/lcdcover.png",
"caption": "Lordu's Custom Dice for Dice So Nice"
},
{
"type": "icon",
"url": "https://avatars.githubusercontent.com/u/72170114?s=400&u=e1d4d6fa8f4622a71c23d7e3f5f24d45967ceed3&v=4"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/LorduFreeman/foundry-lordudice/main/pics/saviourset.png",
"caption": "Saviour Dice"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/LorduFreeman/foundry-lordudice/main/pics/ddset.png",
"caption": "Dark Copper Dice"
}
]
}