-
Notifications
You must be signed in to change notification settings - Fork 5
/
module.json
50 lines (50 loc) · 1.35 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
{
"title": "Translation: 中文 [PF2e(合集包)]",
"description": "PF2e 系统的合集包翻译,需要 Babele。",
"authors": [
{
"name": "Alphastarguide",
"email": "[email protected]",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"scripts": [
"npc/NPCTranslator.js"
],
"esmodules": [
"babele.js"
],
"changelog": "https://github.com/fvtt-cn/pf2e_compendium_chn/releases/tag/1.0.1",
"version": "1.0.1",
"url": "https://github.com/fvtt-cn/pf2e_compendium_chn",
"manifest": "https://github.com/fvtt-cn/pf2e_compendium_chn/releases/latest/download/module.json",
"download": "https://github.com/fvtt-cn/pf2e_compendium_chn/releases/download/1.0.1/pf2e_compendium_chn.zip",
"id": "pf2e_compendium_chn",
"relationships": {
"requires": [
{
"id": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {}
}
],
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {}
}
]
}
}