forked from fvtt-cn/pf2_cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
38 lines (38 loc) · 865 Bytes
/
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
{
"name": "pf2_cn",
"title": "Translation: 中文 [PF2e]",
"description": "本模组为 FVTT 的 PF2e 系统提供了中文翻译。",
"authors": [
{
"name": "FVTT-CN",
"email": "[email protected]"
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"systems": [ "pf2e" ],
"languages": [
{
"lang": "cn",
"name": "系统主体(中文)",
"path": "cn.json"
},
{
"lang": "cn",
"name": "规则元素(中文)",
"path": "re-cn.json"
}
],
"dependencies": [{
"name": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json"
}],
"changelog": "Auto replaced",
"version": "Auto replaced",
"url": "Auto replaced",
"manifest": "Auto replaced",
"download": "Auto replaced"
}