-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
62 lines (62 loc) · 1.57 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
{
"title": "WFRP4e - Español",
"description": "Traducción española de WFRP4e basado en la traducción oficial de Devir.",
"authors": [
{
"name": "Txus",
"url": "https://ko-fi.com/txus5012",
"flags": {}
}
],
"url": "https://github.com/Txus5012/WFRP4e-Castellano",
"readme": "https://github.com/Txus5012/WFRP4e-Castellano#readme",
"version": "1.13.3",
"scripts": [
"modules/initialization.js"
],
"esmodules": [
"babele-register.js",
"modules/effects.js",
"modules/config-spanish.js"
],
"styles": [
"css/wfrp4e.css"
],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"media": [
{
"type": "setup",
"url": "modules/wfrp4e-castellano/Images/setup.webp",
"loop": false,
"flags": {}
}
],
"manifest": "https://github.com/Txus5012/WFRP4e-Castellano/releases/latest/download/module.json",
"download": "https://github.com/Txus5012/WFRP4e-Castellano/releases/download/v1.13.3/wfrp4e-castellano.zip",
"id": "wfrp4e-castellano",
"relationships": {
"requires": [{
"id": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"compatibility": {}
}],
"systems": [{
"id": "wfrp4e",
"type": "system",
"manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"compatibility": {}
}]
},
"compatibility": {
"minimum": "12",
"verified": "12"
}
}