-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjp.json
More file actions
61 lines (61 loc) · 2.08 KB
/
jp.json
File metadata and controls
61 lines (61 loc) · 2.08 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": "イラスト:"
}
}