-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
61 lines (61 loc) · 1.8 KB
/
en.json
File metadata and controls
61 lines (61 loc) · 1.8 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": "Name",
"power": "Power",
"armor": "Armor",
"provision": "Provision",
"category": "Category",
"ability": "Ability",
"token": "Token",
"color": "Color",
"colors": {
"bronze": "Bronze",
"gold": "Gold"
},
"faction": "Faction",
"factions": {
"neutral": "Neutral",
"monster": "Monsters",
"nilfgaard": "Nilfgaard",
"northern realms": "Northern Realms",
"skellige": "Skellige",
"scoiatael": "Scoia'tael",
"syndicate": "Syndicate"
},
"type": "Card Type",
"types": {
"leader": "Leader",
"unit": "Unit",
"special": "Special",
"artifact": "Artifact",
"stratagem": "Stratagem"
},
"rarity": "Rarity",
"rarities": {
"common": "Common",
"rare": "Rare",
"epic": "Epic",
"legendary": "Legendary"
},
"set": "Card Set",
"sets": {
"non ownable": "Token",
"starter": "Starter Set",
"base": "Base Set",
"thronebreaker": "Thronebreaker",
"crimson curse": "Crimson Curse",
"novigrad": "Novigrad",
"iron judgment": "Iron Judgment",
"merchants of ofir": "Merchants of Ofir",
"master mirror": "Master Mirror",
"way of the witcher": "Way of the Witcher",
"price of power": "Price of Power",
"cursed toad": "Cursed Toad",
"uroboros": "Uroboros"
},
"reach": "Reach:",
"premium": "Premium",
"game version": "Game version",
"illustration by": "Illustration by:"
}
}