This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
86 lines (85 loc) · 2.33 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
{
"name": "innocenti-looting",
"title": "Innocenti's Looting",
"description": "Modules for loot from monsters and Npcs",
"version": "0.3.1",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.6",
"author": "Renato innocenti",
"authors": [
{
"name": "Innocenti",
"discord": "Innocenti#1455",
"email": "renato.innocenti@gmail.com"
}
],
"systems": [ "dnd5e" ],
"esmodules": [ "main.js", "scripts/settings.js" ],
"dependencies": [],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French (France)",
"path": "lang/fr.json"
}
],
"packs": [
{
"name": "looting-macros",
"label": "Macro Looting",
"path": "packs/looting-macro.db",
"module": "innocenti-looting",
"entity": "Macro"
},
{
"name": "looting-items",
"label": "Looting Items Currency",
"path": "packs/item-currency.db",
"module": "innocenti-looting",
"entity": "Item"
}
],
"media": [
{
"type": "cover",
"link": "https://github.com/rinnocenti/innocenti-looting/raw/main/img/cover.jpg"
},
{
"type": "video",
"link": "https://www.youtube.com/watch?v=v6JPQ9MWi4U",
"loop": false
},
{
"type": "screenshot",
"link": "https://github.com/rinnocenti/innocenti-looting/raw/main/img/item-coin.png"
},
{
"type": "screenshot",
"link": "https://github.com/rinnocenti/innocenti-openlock/raw/main/imgs/readme04.png"
},
{
"type": "screenshot",
"link": "https://github.com/rinnocenti/innocenti-openlock/raw/main/imgs/readme02.png"
},
{
"type": "screenshot",
"link": "https://github.com/rinnocenti/innocenti-openlock/raw/main/imgs/readme03.png"
}
],
"socket": true,
"url": "https://github.com/rinnocenti/innocenti-looting/",
"manifest": "https://raw.githubusercontent.com/rinnocenti/innocenti-looting/main/module.json",
"download": "https://github.com/rinnocenti/innocenti-looting/archive/refs/heads/main.zip",
"bugs": "https://github.com/rinnocenti/innocenti-looting/issues",
"readme": "https://github.com/rinnocenti/innocenti-looting/blob/main/README.md"
}