-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
67 lines (67 loc) · 1.47 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
{
"id": "k4lt-fr",
"title": "KULT: Divinity Lost · Extra FR",
"description": "Enhance your gaming experience with this French module for the 'KULT: Divinity Lost (4th Edition)' (k4lt) game system on Foundry VTT.",
"version": "6.3.0",
"license": "LICENSE",
"compatibility": {
"minimum": "12",
"verified": "12.329",
"maximum": "13"
},
"authors": [
{
"name": "YanK",
"url": "yank-solutions.fr",
"email": "yanklinnomme@gmail.com",
"discord": "yanklinnomme"
}
],
"relationships": {
"systems": [
{
"id": "k4lt",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
},
{
"id": "k4lt-assets",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": ["k4lt-fr.js"],
"styles": ["css/k4lt-fr.css"],
"packs": [
{
"label": "Tarot de Kult",
"name": "tarot-de-kult",
"type": "Cards",
"system": "k4lt",
"path": "packs/tarot-de-kult"
},
{
"label": "Scénarios Officiels",
"name": "scenarios-officiels",
"type": "Adventure",
"system": "k4lt",
"path": "packs/scenarios-officiels"
}
],
"url": "https://github.com/YanKlInnomme/FoundryVTT-k4lt-fr",
"manifest": "",
"download": ""
}