-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
106 lines (98 loc) · 2.34 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
{
"id":"scum-and-villainy-pt-br",
"title":"Scum and Villainy - Português (Brasil)",
"description":"Tradução para o sistema Scum and Villainy.",
"version":"0.5.2",
"authors":[
{
"name":"Mestre Digital",
"url":"https://youtube.com/mestredigital"
}
],
"compatibility":{
"minimum":12,
"verified":"12"
},
"esmodules":[
"babele-register.js"
],
"languages":[
{
"lang":"pt-BR",
"name":"Português (Brasil)",
"path":"pt-br.json"
}
],
"relationships":{
"requires":[
{
"id":"babele",
"type":"module",
"manifest":"https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json"
}
],
"systems":[
{
"id":"scum-and-villainy"
}
]
},
"styles":[
"./styles/style.css"
],
"packs":[
{
"name":"tabelas",
"label":"Tabelas",
"path":"packs/tabelas",
"type":"RollTable",
"module":"scum-and-villainy-pt-br"
},
{
"name":"macros",
"label":"Macros",
"path":"packs/macros",
"type":"Macro",
"module":"scum-and-villainy-pt-br"
},
{
"name":"ajuda-da-traducao",
"label":"Ajuda da Tradução",
"path":"packs/ajuda-da-traducao",
"type":"JournalEntry",
"module":"scum-and-villainy-pt-br"
},
{
"name":"regras",
"label":"Regras",
"path":"packs/regras.db",
"type":"JournalEntry",
"module":"scum-and-villainy-pt-br"
},
{
"name":"operativo",
"label":"Operativo",
"path":"packs/operativo",
"type":"Item",
"system": "scum-and-villainy",
"module":"scum-and-villainy-pt-br"
},
{
"name":"acordo-com-o-diabo",
"label":"Acordo com o Diabo",
"path":"packs/acordo-com-o-diabo",
"type":"JournalEntry",
"module":"scum-and-villainy-pt-br"
},
{
"name":"consequencias-e-danos",
"label":"Consequências e Danos",
"path":"packs/consequencias-e-danos",
"type":"JournalEntry",
"module":"scum-and-villainy-pt-br"
}
],
"url":"https://github.com/brunocalado/scum-and-villainy-pt-br",
"manifest":"https://raw.githubusercontent.com/brunocalado/scum-and-villainy-pt-br/main/module.json",
"download":"https://codeload.github.com/brunocalado/scum-and-villainy-pt-br/zip/main"
}