-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcn.json
More file actions
61 lines (61 loc) · 1.84 KB
/
cn.json
File metadata and controls
61 lines (61 loc) · 1.84 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
{
"card": {
"name": "名称",
"power": "战力",
"armor": "护甲",
"provision": "费用",
"category": "类别",
"ability": "能力",
"token": "衍生物",
"color": "颜色",
"colors": {
"bronze": "铜色牌",
"gold": "金色牌"
},
"faction": "阵营",
"factions": {
"neutral": "中立",
"monster": "怪兽",
"nilfgaard": "尼弗迦德",
"northern realms": "北方领域",
"skellige": "史凯利格",
"scoiatael": "松鼠党",
"syndicate": "辛迪加"
},
"type": "卡牌类别",
"types": {
"leader": "领袖牌",
"unit": "单位牌",
"special": "特殊牌",
"artifact": "神器牌",
"stratagem": "战术牌"
},
"rarity": "稀有度",
"rarities": {
"common": "普通",
"rare": "稀有",
"epic": "史诗",
"legendary": "传奇"
},
"set": "卡牌套组",
"sets": {
"non ownable": "衍生物",
"starter": "起始牌组",
"base": "核心牌组",
"thronebreaker": "王权的陨落",
"crimson curse": "猩红诅咒",
"novigrad": "诺城之火",
"iron judgment": "钢铁审判",
"merchants of ofir": "异域游商",
"master mirror": "镜子大师",
"way of the witcher": "猎魔人之道",
"price of power": "权力的代价",
"cursed toad": "蟾蜍王子",
"uroboros": "衔尾蛇"
},
"reach": "射程:",
"premium": "闪卡",
"game version": "游戏版本",
"illustration by": "插画作者:"
}
}