-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.json
More file actions
91 lines (91 loc) · 2.84 KB
/
messages.json
File metadata and controls
91 lines (91 loc) · 2.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"pt": {
"houses": {
"Brobnar": {
"name": "Brobnar",
"image": "https://archonarcana.com/images/thumb/e/e0/Brobnar.png/22px-Brobnar.png"
},
"Dis": {
"name": "Dis",
"image": "https://archonarcana.com/images/thumb/e/e8/Dis.png/22px-Dis.png"
},
"Ekwidon": {
"name": "Ekwidon",
"image": "https://archonarcana.com/images/thumb/3/31/Ekwidon.png/25px-Ekwidon.png"
},
"Logos": {
"name": "Logos",
"image": "https://archonarcana.com/images/thumb/c/ce/Logos.png/22px-Logos.png"
},
"Mars": {
"name": "Marte",
"image": "https://archonarcana.com/images/thumb/d/de/Mars.png/22px-Mars.png"
},
"Sanctum": {
"name": "Santuário",
"image": "https://archonarcana.com/images/thumb/c/c7/Sanctum.png/22px-Sanctum.png"
},
"Saurian": {
"name": "Sauro",
"image": "https://archonarcana.com/images/thumb/9/9e/Saurian_P.png/22px-Saurian_P.png"
},
"Shadows": {
"name": "Sombras",
"image": "https://archonarcana.com/images/thumb/e/ee/Shadows.png/22px-Shadows.png"
},
"Star Alliance": {
"name": "Aliança Estelar",
"image": "https://archonarcana.com/images/thumb/7/7d/Star_Alliance.png/22px-Star_Alliance.png"
},
"Unfathomable": {
"name": "Abissais",
"image": "https://archonarcana.com/images/thumb/1/10/Unfathomable.png/22px-Unfathomable.png"
},
"Untamed": {
"name": "Indomados",
"image": "https://archonarcana.com/images/thumb/b/bd/Untamed.png/22px-Untamed.png"
},
"Keyraken": {
"name": "Keyraken",
"image": "https://raw.githubusercontent.com/cardsofkeyforge/cardsofkeyforge.github.io/master/rotk/keyraken.png"
},
"Conspiracy": {
"name": "Conspiração",
"image": "https://raw.githubusercontent.com/cardsofkeyforge/cardsofkeyforge.github.io/master/tac/conspiracy.png"
}
},
"types": {
"Creature": "Criatura",
"Creature1": "Criatura (Gigantesca)",
"Creature2": "Criatura (Gigantesca)",
"Token Creature": "Criatura (Token)",
"Action": "Ação",
"Upgrade": "Melhoria",
"Artifact": "Artefato",
"The Tide": "A Maré",
"Keyraken": "Keyraken",
"Location": "Local",
"Seal": "Selo"
},
"rarities": {
"Common": "Comum",
"Uncommon": "Incomum",
"Rare": "Rara",
"FIXED": "Especial Fixo",
"Variant": "Especial Variável",
"Special": "Especial",
"Evil Twin": "Gêmeo do Mal",
"Token": "Token",
"The Tide": "A Maré",
"Location": "Local",
"Seal": "Selo"
},
"builder": {
"Evil": "Gêmeo do Mal",
"Maverick": "Maverick",
"Legacy": "Legacy",
"Anomaly": "Anomalia",
"Enhanced": "Propagada"
}
}
}