-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
61 lines (61 loc) · 1.55 KB
/
Copy pathmodule.json
File metadata and controls
61 lines (61 loc) · 1.55 KB
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
{
"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": "6.0.0",
"esmodules": [
"babele-register.js",
"modules/config-spanish.js",
"modules/translate-scripts.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/v6.0.0/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": {
"minimum" : "2.9.1"
}
}],
"systems": [{
"id": "wfrp4e",
"type": "system",
"manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"compatibility": {}
}]
},
"compatibility": {
"minimum": "14",
"verified": "14"
}
}