-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit.json
More file actions
61 lines (61 loc) · 1.85 KB
/
it.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": "Nome",
"power": "Forza",
"armor": "Armatura",
"provision": "Reclutamento",
"category": "Categoria",
"ability": "Capacità",
"token": "Pedina",
"color": "Colore",
"colors": {
"bronze": "Bronzo",
"gold": "Oro"
},
"faction": "Fazione",
"factions": {
"neutral": "Neutrale",
"monster": "Mostri",
"nilfgaard": "Nilfgaard",
"northern realms": "Regni Settentrionali",
"skellige": "Skellige",
"scoiatael": "Scoia'tael",
"syndicate": "Sindacato"
},
"type": "Tipo di carta",
"types": {
"leader": "Comandante",
"unit": "Unità",
"special": "Speciale",
"artifact": "Manufatto",
"stratagem": "Stratagemma"
},
"rarity": "Rarità",
"rarities": {
"common": "Comune",
"rare": "Rara",
"epic": "Epica",
"legendary": "Leggendaria"
},
"set": "Set di carte",
"sets": {
"non ownable": "Pedina",
"starter": "Set iniziale",
"base": "Set di 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": "Rospo maledetto",
"uroboros": "Uroboros"
},
"reach": "Portata:",
"premium": "Premium",
"game version": "Versione del gioco",
"illustration by": "Illustrazione di:"
}
}