-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
67 lines (67 loc) · 1.82 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
{
"name": "ryuutama_chn",
"title": "Translation: 中文 [龙蛋物语]",
"description": "为 FVTT 中的[龙蛋物语]系统添加了中文。",
"version": "0.2.5",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.7.6",
"author": "HXQXH",
"system": ["ryuutama"],
"scripts": [],
"styles": [],
"packs":
[
{
"name": "职业",
"label": "职业(龙蛋)",
"system": "ryuutama",
"path": "./packs/class_cn.db",
"entity": "Item"
},
{
"name": "职业特性",
"label": "职业特性(龙蛋)",
"system": "ryuutama",
"path": "./packs/class_feature_cn.db",
"entity": "Item"
},
{
"name": "物品",
"label": "物品(龙蛋)",
"system": "ryuutama",
"path": "./packs/item_cn.db",
"entity": "Item"
},
{
"name": "魔法",
"label": "魔法(龙蛋)",
"system": "ryuutama",
"path": "./packs/spell_cn.db",
"entity": "Item"
},
{
"name": "特征",
"label": "特征 (龙蛋)",
"system": "ryuutama",
"path": "./packs/enchantment_cn.db",
"entity": "Item"
},
{
"name": "容器",
"label": "容器 (龙蛋)",
"system": "ryuutama",
"path": "./packs/container_cn.db",
"entity": "Item"
}
],
"languages": [
{
"lang": "cn",
"name": "中文",
"path": "cn.json"
}
],
"url": "https://github.com/TI-130/ryuutama_chn",
"manifest": "https://raw.githubusercontent.com/TI-130/ryuutama_chn/main/module.json",
"download": "https://github.com/TI-130/ryuutama_chn/releases/download/0.2.5/ryuutama_chn.zip"
}