-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmx.json
More file actions
61 lines (61 loc) · 1.85 KB
/
mx.json
File metadata and controls
61 lines (61 loc) · 1.85 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": "Nombre",
"power": "Poder",
"armor": "Armadura",
"provision": "Provisión",
"category": "Categoría",
"ability": "Habilidad",
"token": "Atributo",
"color": "Color",
"colors": {
"bronze": "Bronce",
"gold": "Oro"
},
"faction": "Facción",
"factions": {
"neutral": "Neutral",
"monster": "Monstruos",
"nilfgaard": "Nilfgaard",
"northern realms": "Reinos del Norte",
"skellige": "Skellige",
"scoiatael": "Scoia'tael",
"syndicate": "Sindicato"
},
"type": "Tipo de carta",
"types": {
"leader": "Líder",
"unit": "Unidad",
"special": "Especial",
"artifact": "Artefacto",
"stratagem": "Estratagema"
},
"rarity": "Rareza",
"rarities": {
"common": "Común",
"rare": "Rara",
"epic": "Épica",
"legendary": "Legendaria"
},
"set": "Conjunto de cartas",
"sets": {
"non ownable": "Atributo",
"starter": "Conjunto inicial",
"base": "Juego base",
"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": "Sapo maldito",
"uroboros": "Uroboros"
},
"reach": "Alcance:",
"premium": "Premium",
"game version": "Versión del juego",
"illustration by": "Ilustración de:"
}
}