@skullandbonestools/snbdata 8.0.10 → 8.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31221
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,419 +1,424 @@
1
- {
2
- "sets": {
3
- "crownedPrince": "Conjunto Príncipe coronado",
4
- "easternTiger": "Conjunto Tigre oriental",
5
- "ashenCorsair": "Conjunto Corsario Ceniciento",
6
- "contentCreator": "Conjunto Creador de contenido",
7
- "welcomeBundle": "Conjunto Lote de bienvenida",
8
- "wrecker": "Conjunto Catástrofe",
9
- "elDorado": "Conjunto El Dorado",
10
- "despoiler": "Conjunto Expoliador",
11
- "oceanReavers": "Conjunto Atracadores del océano",
12
- "ashenLady": "Conjunto Dama Cenicienta",
13
- "pillager": "Conjunto Saqueador",
14
- "theLongDark": "Conjunto La duradera oscuridad",
15
- "suaveSeadog": "Conjunto Lobo de mar elegante",
16
- "caliban": "Conjunto Calibán",
17
- "ironWill": "Conjunto Voluntad de Hierro",
18
- "europeanLuxuryCosmetics": "Conjunto de accesorios Lujo europeo",
19
- "seaPeoplesWays": "Conjunto Sendas de los Moradores",
20
- "ungwanaHunter": "Conjunto Caza de Ungwana",
21
- "sacredPlumage": "Plumaje sagrado",
22
- "rempahCosmetics": "Conjunto de accesorios de los Rempah",
23
- "compagnieCosmetics": "Conjunto de accesorios de la Compañía",
24
- "fara": "Conjunto de los Fara",
25
- "pathfinder": "Conjunto Explorador",
26
- "scurlocks": "Conjunto Scurlock",
27
- "pioneer": "Conjunto Pionero",
28
- "dmcCosmetics": "Conjunto de accesorios de la CMH",
29
- "sainteAnneCosmetics": "Conjunto de accesorios de Sainte-Anne",
30
- "twitchDrop": "Conjunto Twitch Drop",
31
- "theAvowed": "Conjunto Los Confesos",
32
- "insider": "Conjunto Insider Program",
33
- "callOfTheHydra": "Conjunto Llamada de la hidra",
34
- "theFoolTarot": "Conjunto de tarot El loco",
35
- "eyeOfHorror": "Conjunto Ojo del horror",
36
- "compagniesLament": "Lamento de la Compañía",
37
- "theLionsDuty": "Conjunto Deber leonino",
38
- "lastDawn": "Conjunto Último amanecer",
39
- "anpakasRot": "Conjunto de la podredumbre de Anpaka",
40
- "opulentScion": "Conjunto Progenie opulenta",
41
- "crowPrince": "Conjunto Príncipe corvino",
42
- "mutuallyAssured": "Conjunto Seguro mutuo",
43
- "serpentsDue": "Conjunto Deber serpentino",
44
- "divineIntervention": "Conjunto Intervención divina",
45
- "theMagicianTarot": "Conjunto El Mago",
46
- "risenDregs": "Conjunto Escoria alzada",
47
- "bloodyAngel": "Conjunto Ángel sangriento",
48
- "theBrazenHealer": "Conjunto Sanador flagrante",
49
- "fishersOfMen": "Conjunto Pescadores de hombres",
50
- "darkDescent": "Conjunto Descenso oscuro",
51
- "predator": "Conjunto Depredador",
52
- "ghostShip": "Conjunto del Barco Fantasma",
53
- "primordialBeast": "Conjunto Bestia primigenia",
54
- "hessels": "Conjunto de Hessel",
55
- "viciousJackal": "Conjunto Chacal Vicioso",
56
- "springWhisper": "Conjunto Murmullo primaveral",
57
- "threeDragonSecret": "Conjunto Secreto de los Tres Dragones",
58
- "servantOfHades": "Conjunto Sirviente de Hades",
59
- "moonstruck": "Conjunto Moonstruck",
60
- "theOgreKingsGlory": "Conjunto Gloria del rey ogro",
61
- "ogreKingsRegalia": "Conjunto de Regalia de Rey Ogro",
62
- "feastOfAncestors": "Conjunto Festín de ancrestros",
63
- "thePriestessTarot": "Conjunto de tarot La sacerdotisa",
64
- "scionOfDagon": "Conjunto Progenie de Dagón",
65
- "libertine": "Conjunto Libertino",
66
- "paramour": "Conjunto Amante",
67
- "bloodAndFortune": "Conjunto Sangre y fortuna",
68
- "springBlossom": "Conjunto Flores primaverales",
69
- "nobleEnvoy": "Conjunto Enviado noble",
70
- "indigoGlory": "Conjunto Gloria añil",
71
- "balladOfBloodyBones": "Conjunto La balada de Hueso Sangriento",
72
- "oceanReaversPlayer": "Conjunto Atracadores del océano",
73
- "notorietyGarb": "Conjunto de atuendo de notoriedad",
74
- "prosperoPlayer": "Conjunto Próspero",
75
- "niceToMeatYou": "Conjunto Carne y hueso",
76
- "mariniere": "Conjunto Marino",
77
- "anpakasDespair": "Conjunto de Anpakas Desesperación",
78
- "eastIndiesBrigand": "Conjunto Bandolero de las Indias Orientales",
79
- "compagnieElite": "Conjunto Elite de la Compañía",
80
- "captainMustard": "Conjunto Capitán mostaza",
81
- "saberRattler": "Conjunto Fraude militar",
82
- "savvyCaptain": "Conjunto Perspicacia del liderazgo",
83
- "sanguine": "Conjunto Optimista",
84
- "blockadeRunner": "Conjunto Rompebloqueos",
85
- "theTrickster": "Conjunto Embustero",
86
- "kayaRaya": "Conjunto Kaya raya",
87
- "faraFury": "Conjunto Furia Fara",
88
- "rempahRaider": "Conjunto Saqueador Rempah",
89
- "untamedFury": "Conjunto Ira indómita",
90
- "masina": "Conjunto Masina",
91
- "imara": "Conjunto Imara",
92
- "carmineLord": "Conjunto Señor carmín",
93
- "predatorPrey": "Conjunto Presa depredadora",
94
- "deepSlayer": "Conjunto Asesino del abismo",
95
- "bountyHunter": "Conjunto Cazarrecompensas",
96
- "pinkysRevenge": "Conjunto Venganza de Pinky",
97
- "calibanPlayer": "Conjunto Calibán",
98
- "shadowSeeker": "Conjunto Buscasombras",
99
- "abyssalRaider": "Conjunto Asaltante abisal",
100
- "crystalline": "Conjunto Cristalino",
101
- "laPotence": "Conjunto La Potence",
102
- "cadaverFleet": "Conjunto de la flota cadáver",
103
- "heartOfThorns": "Conjunto Corazón espinoso",
104
- "statig": "Conjunto Statig",
105
- "treasureKeeper": "Conjunto Guardatesoros",
106
- "treasureHunter": "Conjunto Cazatesoros",
107
- "ironReaver": "Conjunto Segador férreo",
108
- "suaveSeadogPlayer": "Conjunto Lobo de mar elegante",
109
- "legendOfLestari": "Conjunto Leyenda de Lestari",
110
- "lestariHunter": "Conjunto Caza de Lestari",
111
- "gildedSin": "Conjunto Pecado Dorado",
112
- "crimsonCorsair": "Conjunto de Corsario Carmesí",
113
- "seaTiger": "Conjunto Tigre de mar",
114
- "doomsdayKingpin": "Conjunto de cabecilla del Juicio",
115
- "mythicalBeast": "Conjunto Forja de la Muerte",
116
- "ebonVessel": "Conjunto de Navío de ébano",
117
- "wickedsRest": "Conjunto Descenso del Malvado",
118
- "theWorldTarot": "Conjunto de tarot El mundo",
119
- "duanYangShip": "Conjunto para barco Duan Yang",
120
- "demiseWrought": "Conjunto de pez",
121
- "demiseBringer": "Conjunto Portador de la muerte",
122
- "crabbyBonnet": "Conjunto Gorro de Cangrejo",
123
- "duanYangRogue": "Duanwu Rogue Set",
124
- "royaleWarmaster": "Conjunto de Maestro de Guerra Real",
125
- "darkSwindler": "Conjunto de Estafador Oscuro",
126
- "luxeTiger": "Conjunto de Tigre lujo",
127
- "duskSwashbuckler": "Dusk Swashbuckler Set",
128
- "musique": "Conjunto musical",
129
- "engineer": "Conjunto de ingenieros",
130
- "versailles": "Conjunto de Versailles",
131
- "versaillesPlayer": "Conjunto de Versailles",
132
- "wanderingBlade": "Conjunto de cuchillas errantes",
133
- "sunWukong": "Conjunto Sun Wukong",
134
- "roninRaiders": "Conjunto Ronin de asalto",
135
- "ebonPirate": "Conjunto Pirata de Ébano",
136
- "journeyToTheWest": "Conjunto Viaje al Oeste",
137
- "silverPhantomShip": "Conjunto de barco fantasma plateado",
138
- "theEmpressTarot": "Conjunto de Tarot La Emperatriz",
139
- "hellfestShip": "Conjunto de barcos del festival del infierno",
140
- "hellfestFiend": "Conjunto Demonio infernal",
141
- "jestersShip": "Conjunto del Barco del Bufón",
142
- "dragonWave": "Conjunto Ola del Dragón",
143
- "jestersGarb": "Conjunto de bufones",
144
- "darknessBeckons": "Conjunto La oscuridad llama",
145
- "tropicana": "Conjunto tropical",
146
- "summerSun": "Puesta de sol estival",
147
- "midsummerShip": "Conjunto de Barco pleno verano",
148
- "leopardKing": "Conjunto Rey leopardo",
149
- "legendaryLivery": "Conjunto Librea legendaria",
150
- "captainCrank": "Conjunto Capitán Cascarrabias",
151
- "hubrisAndFolly": "Conjunto Locura y arrogancia",
152
- "exaltedVessel": "Conjunto Navío exaltado",
153
- "exaltedCaptain": "Conjunto Capitanía exaltada",
154
- "yulongSteers": "Dirección de Yulong",
155
- "roninShip": "Conjunto Barco ronin",
156
- "jioTheLemur": "Conjunto Jio el lémur",
157
- "grandGameShip": "Conjunto para barco Gran partida",
158
- "divineDragon": "Conjunto Dragón Divino",
159
- "clawHunter": "Conjunto Cazagarras",
160
- "grandGamemaster": "Conjunto Artista del Juego",
161
- "horridClutches": "Garras terribles",
162
- "skullTrio": "Conjunto trío calavera",
163
- "theDevilLurks": "Conjunto El diablo acecha",
164
- "midAutumnAtSea": "Conjunto Medio otoño marino",
165
- "shipOfDragons": "Conjunto Barco de Dragones",
166
- "theEmperorTarot": "Conjunto de Tarot el Emperador",
167
- "skullpiercer": "Conjunto Perforacráneos",
168
- "pointedFate": "Conjunto Señal del destino",
169
- "almightyBeast": "Conjunto Bestia omnipotente",
170
- "deadlyCurrents": "Corrientes letales",
171
- "dragonShrine": "Conjunto Santuario de Dragones",
172
- "scyllaScorned": "Conjunto Desdén de Escila",
173
- "dragonChaser": "Conjunto Atrapadragones",
174
- "captainDeath": "Conjunto Capitán Muerte",
175
- "theBattleJunk": "Conjunto de Junco de Batalla",
176
- "blackBazaar": "Conjunto Bazar Negro",
177
- "medusaScorned": "Conjunto Desdén de Medusa",
178
- "flamingFuryShip": "Conjunto para barco Furia flamígera",
179
- "flamingFuryGarb": "Conjunto de atuendo Furia flamígera",
180
- "starsAbove": "Conjunto Estrellas superiores",
181
- "bitterNotes": "Conjunto de notas amargas",
182
- "spawnOfCarcinus": "Conjunto Crías de Carnicus",
183
- "burntMetal": "Conjunto Metal abrasado",
184
- "devilInDisguise": "Conjunto El diablo acecha",
185
- "phoenixWings": "Conjunto Alas de Fénix",
186
- "theSkyGoddess": "Conjunto La Diosa Celestial",
187
- "twistedDuality": "Conjunto Dualidad perversa",
188
- "justiceTarot": "Conjunto de tarot Justicia",
189
- "twoFacedSnake": "Conjunto de serpiente de dos caras",
190
- "eyeOfTheBeholder": "Conjunto Ojo del observador",
191
- "pompousChicken": "Conjunto Pollo Pomposo",
192
- "celticArtifice": "Conjunto Artífice celta",
193
- "anneBonny": "Conjunto Anne Bonny",
194
- "casablancaShip": "Conjunto de barco Casablanca",
195
- "taintedDepths": "Conjunto Profundidades Mancilladas",
196
- "steelMightShip": "Conjunto de barco Poderío de acero",
197
- "skyPhoenix": "Conjunto Fénix celeste",
198
- "imperialSeer": "Conjunto Vidente Imperial",
199
- "legendOfAnne": "Conjunto Leyenda de Anne",
200
- "steelyAndMighty": "Steely and Mighty Set",
201
- "depthsForged": "Conjunto Profundidades forjadas",
202
- "kumihoShip": "Conjunto Barco de Kumiho",
203
- "gladiusShip": "Conjunto para barco Gladius",
204
- "agaricKingdomShip": "Conjunto para barco Reino agárico",
205
- "seamistKumiho": "Conjunto de costura Kumiho",
206
- "gladius": "Conjunto Gladius",
207
- "jianOfDestiny": "Conjunto Jian del Destino",
208
- "hallowsEveGarb": "Conjunto de atuendo de Todos los Santos",
209
- "hallowsEveShip": "Conjunto para barco Todos los Santos",
210
- "wintersBite": "Winter's Bite Set",
211
- "madCollectorShip": "Mad Collector Ship Set",
212
- "zeussChariot": "Zeus's Chariot Set",
213
- "gingerbreadShip": "Gingerbread Ship Set",
214
- "sailingSeraphim": "Sailing Seraphim Set",
215
- "lordGaruda": "Lord Garuda Set",
216
- "zeussFavored": "Zeus's Favored Set",
217
- "madCollector": "Mad Collector Set",
218
- "azureTouched": "Azure Touched Set",
219
- "maharaja": "Maharaja Set",
220
- "maharajaShip": "Maharaja Ship Set",
221
- "vortigernsDragon": "Vortigern's Dragon Set",
222
- "theSchaduw": "The Schaduw Set",
223
- "risenZamaharibu": "Risen Zamaharibu Set",
224
- "theWolvenjager": "The Wolvenjager Set",
225
- "vikramRajan": "Vikram Rajan Set",
226
- "violetAftermath": "Violet Aftermath Set",
227
- "soulOfDarkness": "Soul of Darkness Set",
228
- "satisfaction": "Satisfaction Set",
229
- "deadeye": "Deadeye Set",
230
- "blackguard": "Blackguard Set",
231
- "rajputShip": "Rajput Ship Set",
232
- "rakshasa": "Rakshasa Set",
233
- "rakshasaCaptain": "Rakshasa Captain Set",
234
- "gildedSinShip": "Gilded Sin Ship Set",
235
- "theDevilTarot": "The Devil Tarot Set",
236
- "theStrengthTarot": "The Strength Tarot Set",
237
- "mythicDragonheart": "Mythic Dragonheart Set",
238
- "fragnantDead": "Fragnant Dead Set",
239
- "goddessOfRuin": "Goddess of Ruin Set",
240
- "watersOfGowa": "Waters of Gowa Set",
241
- "sultanOfGowa": "Sultan of Gowa Set",
242
- "nautilian": "Nautilian Set",
243
- "theShadowArk": "The Shadow Ark Set",
244
- "nanaChitra": "Nana Chitra Set",
245
- "nobleDaku": "Noble Daku Set",
246
- "theGreatShadow": "The Great Shadow Set",
247
- "nautilianRogue": "Nautilian Rogue Set",
248
- "hantuBelangkas": "Hantu Belangkas Set",
249
- "seeingHeart": "Seeing Heart Set",
250
- "rajaUdang": "Raja Udang Set",
251
- "soulOfLight": "Soul of Light Set",
252
- "insectManiaShip": "Insect Mania Ship Set",
253
- "theNianAwakens": "The Nian Awakens Set",
254
- "lunarSnake": "Lunar Snake Set",
255
- "jiangshisQuest": "Jiangshi's Quest Set",
256
- "risenMegaLestari": "Risen Mega Lestari Set",
257
- "phantomHalo": "Phantom Halo Set",
258
- "illustriousFounding": "Illustrious Founding Set",
259
- "monsoonWarlord": "Monsoon Warlord Set",
260
- "eternalWill": "Eternal Will Set",
261
- "firesOfIndustry": "Fires of Industry Set",
262
- "dreadnought": "Dreadnought Set",
263
- "danceOfDeath": "Dance of Death Set",
264
- "oranjeFury": "Oranje Fury Set",
265
- "goddessOfWar": "Goddess of War Set",
266
- "warbringer": "Warbringer Set",
267
- "bloodScavenger": "Blood Scavenger Set",
268
- "dreadhunter": "Dreadhunter Set",
269
- "ladyOfTheVeil": "Lady of the Veil Set",
270
- "corsairsFolly": "Corsair's Folly Set",
271
- "honorAndJudgment": "Honor and Judgment Set",
272
- "uponMyHonor": "Upon My Honor Set",
273
- "fateWaits": "Fate Waits Set",
274
- "graceFromAfar": "Grace from Afar Set",
275
- "astralTrails": "Astral Trails Set",
276
- "blackTorch": "Black Torch Set",
277
- "fallenOfficier": "Fallen Officier Set",
278
- "gloryOfEmpires": "Glory of Empires Set",
279
- "spectralHour": "Spectral Hour Set",
280
- "arkOfTheGrotesque": "Ark of the Grotesque Set",
281
- "cursedMasquerade": "Cursed Masquerade Set",
282
- "innerDepths": "Inner Depths Set",
283
- "depthDweller": "Depth Dweller Set",
284
- "buccaneersBones": "Buccaneer's Bones Set",
285
- "sharkRider": "Shark Rider Set",
286
- "maneater": "Maneater Set",
287
- "fortuneFounders": "Fortune Founders Set",
288
- "brillianceBegets": "Brilliance Begets Set",
289
- "lostBastion": "Lost Bastion Set",
290
- "envyFreedom": "Envy Freedom Set",
291
- "sengokuNights": "Sengoku Nights Set",
292
- "theRedHorseman": "The Red Horseman Set",
293
- "inquisitiveDawn": "Inquisitive Dawn Set",
294
- "emberWolf": "Ember Wolf Set",
295
- "sinfulNature": "Sinful Nature Set",
296
- "highStation": "High Station Set",
297
- "crownsJustice": "Crowns Justice Set",
298
- "fleetsEyes": "Fleets Eyes Set",
299
- "hellHaul": "Hell Haul Set",
300
- "deathBecomesUs": "Death Becomes Us Set",
301
- "aDeadlyBet": "A Deadly Bet Set",
302
- "drownedWitch": "Drowned Witch Set",
303
- "nightRavager": "Night Ravager Set",
304
- "kingOfGamblers": "King of Gamblers Set",
305
- "bewitched": "Bewitched Set",
306
- "wickedCorsair": "Wicked Corsair Set",
307
- "fangsOfJustice": "Fangs of Justice Set",
308
- "cloudWalker": "Cloud Walker Set",
309
- "inquisitorsCharge": "Inquisitor's Charge Set",
310
- "holyOffice": "Holy Office Set",
311
- "bloodAndBone": "Blood and Bone Set",
312
- "bloodAndBones": "Blood and Bones Set",
313
- "hexFiend": "Hex Fiend Set",
314
- "serveTheSpirits": "Serve the Spirits Set",
315
- "dreadedChimera": "Dreaded Chimera Set",
316
- "enchantingAgony": "Enchanting Agony Set",
317
- "vengeanceIsMine": "Vengeance is Mine Set",
318
- "crownsBlade": "Crown's Blade Set",
319
- "deathToPiracy": "Death to Piracy Set",
320
- "bootlegBill": "Bootleg Bill Set",
321
- "carnivalOfCool": "Carnival of Cool Set",
322
- "emissaryOfDeath": "Emissary of Death Set",
323
- "godOfThunder": "God of Thunder Set",
324
- "mournfulTruth": "Mournful Truth Set",
325
- "divineSight": "Divine Sight Set",
326
- "legacyInBlood": "Legacy in Blood Set",
327
- "gloryGuardians": "Glory Guardians Set",
328
- "doOrDie": "Do or Die Set",
329
- "devilsMirth": "Devil's Mirth Set",
330
- "talonStrike": "Talon Strike Set",
331
- "swiftTrigger": "Swift Trigger Set",
332
- "cardsOfFate": "Cards of Fate Set",
333
- "darktideMother": "Darktide Mother Set",
334
- "cagedFury": "Caged Fury Set",
335
- "creatureOfNight": "Creature of Night Set",
336
- "paleMother": "Pale Mother Set",
337
- "xianYuan": "Xian Yuan Set",
338
- "plagueReaper": "Plague Reaper Set",
339
- "nocturnesGrace": "Nocturne's Grace Set",
340
- "seaScavengers": "Sea Scavengers Set",
341
- "deathStrides": "Death Strides Set",
342
- "redPrivateer": "Red Privateer Set",
343
- "nocturnesChampion": "Nocturne's Champion Set",
344
- "forTheHoard": "For The Hoard Set",
345
- "harbingerOfDeath": "Harbinger of Death Set",
346
- "kingOfChains": "King of Chains Set",
347
- "2024HellfestShip": "2024 Hellfest Ship Set",
348
- "theAnchorborn": "The Anchorborn Set",
349
- "gustsOfWar": "Gusts of War Set",
350
- "daggersOath": "Dagger's Oath Set",
351
- "goldenGlory": "Golden Glory Set",
352
- "bonehooked": "Bonehooked Set",
353
- "deathsMuse": "Death's Muse Set",
354
- "flamesOfWar": "Flames of War Set",
355
- "hallowedChildren": "Hallowed Children Set",
356
- "hallowedShadow": "Hallowed Shadow Set",
357
- "cursedSteel": "Cursed Steel Set",
358
- "joyfulReaper": "Joyful Reaper Set",
359
- "cursedFortunes": "Cursed Fortunes Set",
360
- "devilsPact": "Devil's Pact Set",
361
- "saintOfWrath": "Saint of Wrath Set",
362
- "nightWight": "Night Wight Set",
363
- "goldDrunk": "Gold Drunk Set",
364
- "bardsSoul": "Bard's Soul Set",
365
- "rumAndGold": "Rum and Gold Set",
366
- "ashesOfMemories": "Ashes of Memories Set",
367
- "bladeBallet": "Blade Ballet Set",
368
- "majesticMadness": "Majestic Madness Set",
369
- "rawFury": "Raw Fury Set",
370
- "wolfheartsSeas": "Wolfheart's Seas Set",
371
- "valiantBlood": "Valiant Blood Set",
372
- "sinnersGrasp": "Sinner's Grasp Set",
373
- "theLastHowl": "The Last Howl Set",
374
- "bloodQueen": "Blood Queen Set",
375
- "waveConqueror": "Wave Conqueror Set",
376
- "coilsOfFate": "Coils of Fate Set",
377
- "seaOfKingdoms": "Sea of Kingdoms Set",
378
- "theFaceless": "The Faceless Set",
379
- "kingdomsWarrior": "Kingdom's Warrior Set",
380
- "eyeOfMadness": "Eye of Madness Set",
381
- "burningWhispers": "Burning Whispers Set",
382
- "legsOfDoom": "Legs of Doom Set",
383
- "marchingMenace": "Marching Menace Set",
384
- "aCloseStep": "A Close Step Set",
385
- "connoisseurOfWar": "Connoisseur of War Set",
386
- "monopolyOfTrade": "Monopoly of Trade Set",
387
- "abyssalSlayer": "Abyssal Slayer Set",
388
- "silkenPromises": "Silken Promises Set",
389
- "mutinyMostFoul": "Mutiny Most Foul Set",
390
- "wickedGreen": "Wicked Green Set",
391
- "theDrownedOnes": "The Drowned Ones Set",
392
- "cultOfTheKraken": "Cult of the Kraken Set",
393
- "mutinysChild": "Mutiny's Child Set",
394
- "gildedCoronation": "Gilded Coronation Set",
395
- "jewelsOfTheSeas": "Jewels of the Seas Set",
396
- "eveOfRetribution": "Eve of Retribution Set",
397
- "cursedEight": "Cursed Eight Set",
398
- "krakenSlayer": "Kraken Slayer Set",
399
- "primordialTerror": "Primordial Terror Set",
400
- "sunkenWatchers": "Sunken Watchers Set",
401
- "widowsEmbrace": "Widow's Embrace Set",
402
- "jaegersPursuit": "Jaeger's Pursuit Set",
403
- "sunkenWatchersPlayer": "Sunken Watchers Set",
404
- "mythicHowl": "Mythic Howl Set",
405
- "midnightMarquis": "Midnight Marquis Set",
406
- "oceansBrood": "Ocean's Brood Set",
407
- "friendlyFoes": "Friendly Foes Set",
408
- "cutthroatsCreed": "Cutthroat's Creed Set",
409
- "silverSpectre": "Silver Spectre Set",
410
- "abyssalRegalia": "Abyssal Regalia Set",
411
- "headHunter": "Head Hunter Set",
412
- "emberhound": "Emberhound Set",
413
- "purveyorOfWar": "Purveyor of War Set",
414
- "argentWarden": "Argent Warden Set",
415
- "crimsonStreak": "Crimson Streak Set",
416
- "apexTitan": "Apex Titan Set",
417
- "badAndBaroque": "Bad and Baroque Set"
418
- }
1
+ {
2
+ "sets": {
3
+ "crownedPrince": "Conjunto Príncipe coronado",
4
+ "easternTiger": "Conjunto Tigre oriental",
5
+ "ashenCorsair": "Conjunto Corsario Ceniciento",
6
+ "contentCreator": "Conjunto Creador de contenido",
7
+ "welcomeBundle": "Conjunto Lote de bienvenida",
8
+ "wrecker": "Conjunto Catástrofe",
9
+ "elDorado": "Conjunto El Dorado",
10
+ "despoiler": "Conjunto Expoliador",
11
+ "oceanReavers": "Conjunto Atracadores del océano",
12
+ "ashenLady": "Conjunto Dama Cenicienta",
13
+ "pillager": "Conjunto Saqueador",
14
+ "theLongDark": "Conjunto La duradera oscuridad",
15
+ "suaveSeadog": "Conjunto Lobo de mar elegante",
16
+ "caliban": "Conjunto Calibán",
17
+ "ironWill": "Conjunto Voluntad de Hierro",
18
+ "europeanLuxuryCosmetics": "Conjunto de accesorios Lujo europeo",
19
+ "seaPeoplesWays": "Conjunto Sendas de los Moradores",
20
+ "ungwanaHunter": "Conjunto Caza de Ungwana",
21
+ "sacredPlumage": "Plumaje sagrado",
22
+ "rempahCosmetics": "Conjunto de accesorios de los Rempah",
23
+ "compagnieCosmetics": "Conjunto de accesorios de la Compañía",
24
+ "fara": "Conjunto de los Fara",
25
+ "pathfinder": "Conjunto Explorador",
26
+ "scurlocks": "Conjunto Scurlock",
27
+ "pioneer": "Conjunto Pionero",
28
+ "dmcCosmetics": "Conjunto de accesorios de la CMH",
29
+ "sainteAnneCosmetics": "Conjunto de accesorios de Sainte-Anne",
30
+ "twitchDrop": "Conjunto Twitch Drop",
31
+ "theAvowed": "Conjunto Los Confesos",
32
+ "insider": "Conjunto Insider Program",
33
+ "callOfTheHydra": "Conjunto Llamada de la hidra",
34
+ "theFoolTarot": "Conjunto de tarot El loco",
35
+ "eyeOfHorror": "Conjunto Ojo del horror",
36
+ "compagniesLament": "Lamento de la Compañía",
37
+ "theLionsDuty": "Conjunto Deber leonino",
38
+ "lastDawn": "Conjunto Último amanecer",
39
+ "anpakasRot": "Conjunto de la podredumbre de Anpaka",
40
+ "opulentScion": "Conjunto Progenie opulenta",
41
+ "crowPrince": "Conjunto Príncipe corvino",
42
+ "mutuallyAssured": "Conjunto Seguro mutuo",
43
+ "serpentsDue": "Conjunto Deber serpentino",
44
+ "divineIntervention": "Conjunto Intervención divina",
45
+ "theMagicianTarot": "Conjunto El Mago",
46
+ "risenDregs": "Conjunto Escoria alzada",
47
+ "bloodyAngel": "Conjunto Ángel sangriento",
48
+ "theBrazenHealer": "Conjunto Sanador flagrante",
49
+ "fishersOfMen": "Conjunto Pescadores de hombres",
50
+ "darkDescent": "Conjunto Descenso oscuro",
51
+ "predator": "Conjunto Depredador",
52
+ "ghostShip": "Conjunto del Barco Fantasma",
53
+ "primordialBeast": "Conjunto Bestia primigenia",
54
+ "hessels": "Conjunto de Hessel",
55
+ "viciousJackal": "Conjunto Chacal Vicioso",
56
+ "springWhisper": "Conjunto Murmullo primaveral",
57
+ "threeDragonSecret": "Conjunto Secreto de los Tres Dragones",
58
+ "servantOfHades": "Conjunto Sirviente de Hades",
59
+ "moonstruck": "Conjunto Moonstruck",
60
+ "theOgreKingsGlory": "Conjunto Gloria del rey ogro",
61
+ "ogreKingsRegalia": "Conjunto de Regalia de Rey Ogro",
62
+ "feastOfAncestors": "Conjunto Festín de ancrestros",
63
+ "thePriestessTarot": "Conjunto de tarot La sacerdotisa",
64
+ "scionOfDagon": "Conjunto Progenie de Dagón",
65
+ "libertine": "Conjunto Libertino",
66
+ "paramour": "Conjunto Amante",
67
+ "bloodAndFortune": "Conjunto Sangre y fortuna",
68
+ "springBlossom": "Conjunto Flores primaverales",
69
+ "nobleEnvoy": "Conjunto Enviado noble",
70
+ "indigoGlory": "Conjunto Gloria añil",
71
+ "balladOfBloodyBones": "Conjunto La balada de Hueso Sangriento",
72
+ "oceanReaversPlayer": "Conjunto Atracadores del océano",
73
+ "notorietyGarb": "Conjunto de atuendo de notoriedad",
74
+ "prosperoPlayer": "Conjunto Próspero",
75
+ "niceToMeatYou": "Conjunto Carne y hueso",
76
+ "mariniere": "Conjunto Marino",
77
+ "anpakasDespair": "Conjunto de Anpakas Desesperación",
78
+ "eastIndiesBrigand": "Conjunto Bandolero de las Indias Orientales",
79
+ "compagnieElite": "Conjunto Elite de la Compañía",
80
+ "captainMustard": "Conjunto Capitán mostaza",
81
+ "saberRattler": "Conjunto Fraude militar",
82
+ "savvyCaptain": "Conjunto Perspicacia del liderazgo",
83
+ "sanguine": "Conjunto Optimista",
84
+ "blockadeRunner": "Conjunto Rompebloqueos",
85
+ "theTrickster": "Conjunto Embustero",
86
+ "kayaRaya": "Conjunto Kaya raya",
87
+ "faraFury": "Conjunto Furia Fara",
88
+ "rempahRaider": "Conjunto Saqueador Rempah",
89
+ "untamedFury": "Conjunto Ira indómita",
90
+ "masina": "Conjunto Masina",
91
+ "imara": "Conjunto Imara",
92
+ "carmineLord": "Conjunto Señor carmín",
93
+ "predatorPrey": "Conjunto Presa depredadora",
94
+ "deepSlayer": "Conjunto Asesino del abismo",
95
+ "bountyHunter": "Conjunto Cazarrecompensas",
96
+ "pinkysRevenge": "Conjunto Venganza de Pinky",
97
+ "calibanPlayer": "Conjunto Calibán",
98
+ "shadowSeeker": "Conjunto Buscasombras",
99
+ "abyssalRaider": "Conjunto Asaltante abisal",
100
+ "crystalline": "Conjunto Cristalino",
101
+ "laPotence": "Conjunto La Potence",
102
+ "cadaverFleet": "Conjunto de la flota cadáver",
103
+ "heartOfThorns": "Conjunto Corazón espinoso",
104
+ "statig": "Conjunto Statig",
105
+ "treasureKeeper": "Conjunto Guardatesoros",
106
+ "treasureHunter": "Conjunto Cazatesoros",
107
+ "ironReaver": "Conjunto Segador férreo",
108
+ "suaveSeadogPlayer": "Conjunto Lobo de mar elegante",
109
+ "legendOfLestari": "Conjunto Leyenda de Lestari",
110
+ "lestariHunter": "Conjunto Caza de Lestari",
111
+ "gildedSin": "Conjunto Pecado Dorado",
112
+ "crimsonCorsair": "Conjunto de Corsario Carmesí",
113
+ "seaTiger": "Conjunto Tigre de mar",
114
+ "doomsdayKingpin": "Conjunto de cabecilla del Juicio",
115
+ "mythicalBeast": "Conjunto Forja de la Muerte",
116
+ "ebonVessel": "Conjunto de Navío de ébano",
117
+ "wickedsRest": "Conjunto Descenso del Malvado",
118
+ "theWorldTarot": "Conjunto de tarot El mundo",
119
+ "duanYangShip": "Conjunto para barco Duan Yang",
120
+ "demiseWrought": "Conjunto de pez",
121
+ "demiseBringer": "Conjunto Portador de la muerte",
122
+ "crabbyBonnet": "Conjunto Gorro de Cangrejo",
123
+ "duanYangRogue": "Duanwu Rogue Set",
124
+ "royaleWarmaster": "Conjunto de Maestro de Guerra Real",
125
+ "darkSwindler": "Conjunto de Estafador Oscuro",
126
+ "luxeTiger": "Conjunto de Tigre lujo",
127
+ "duskSwashbuckler": "Dusk Swashbuckler Set",
128
+ "musique": "Conjunto musical",
129
+ "engineer": "Conjunto de ingenieros",
130
+ "versailles": "Conjunto de Versailles",
131
+ "versaillesPlayer": "Conjunto de Versailles",
132
+ "wanderingBlade": "Conjunto de cuchillas errantes",
133
+ "sunWukong": "Conjunto Sun Wukong",
134
+ "roninRaiders": "Conjunto Ronin de asalto",
135
+ "ebonPirate": "Conjunto Pirata de Ébano",
136
+ "journeyToTheWest": "Conjunto Viaje al Oeste",
137
+ "silverPhantomShip": "Conjunto de barco fantasma plateado",
138
+ "theEmpressTarot": "Conjunto de Tarot La Emperatriz",
139
+ "hellfestShip": "Conjunto de barcos del festival del infierno",
140
+ "hellfestFiend": "Conjunto Demonio infernal",
141
+ "jestersShip": "Conjunto del Barco del Bufón",
142
+ "dragonWave": "Conjunto Ola del Dragón",
143
+ "jestersGarb": "Conjunto de bufones",
144
+ "darknessBeckons": "Conjunto La oscuridad llama",
145
+ "tropicana": "Conjunto tropical",
146
+ "summerSun": "Puesta de sol estival",
147
+ "midsummerShip": "Conjunto de Barco pleno verano",
148
+ "leopardKing": "Conjunto Rey leopardo",
149
+ "legendaryLivery": "Conjunto Librea legendaria",
150
+ "captainCrank": "Conjunto Capitán Cascarrabias",
151
+ "hubrisAndFolly": "Conjunto Locura y arrogancia",
152
+ "exaltedVessel": "Conjunto Navío exaltado",
153
+ "exaltedCaptain": "Conjunto Capitanía exaltada",
154
+ "yulongSteers": "Dirección de Yulong",
155
+ "roninShip": "Conjunto Barco ronin",
156
+ "jioTheLemur": "Conjunto Jio el lémur",
157
+ "grandGameShip": "Conjunto para barco Gran partida",
158
+ "divineDragon": "Conjunto Dragón Divino",
159
+ "clawHunter": "Conjunto Cazagarras",
160
+ "grandGamemaster": "Conjunto Artista del Juego",
161
+ "horridClutches": "Garras terribles",
162
+ "skullTrio": "Conjunto trío calavera",
163
+ "theDevilLurks": "Conjunto El diablo acecha",
164
+ "midAutumnAtSea": "Conjunto Medio otoño marino",
165
+ "shipOfDragons": "Conjunto Barco de Dragones",
166
+ "theEmperorTarot": "Conjunto de Tarot el Emperador",
167
+ "skullpiercer": "Conjunto Perforacráneos",
168
+ "pointedFate": "Conjunto Señal del destino",
169
+ "almightyBeast": "Conjunto Bestia omnipotente",
170
+ "deadlyCurrents": "Corrientes letales",
171
+ "dragonShrine": "Conjunto Santuario de Dragones",
172
+ "scyllaScorned": "Conjunto Desdén de Escila",
173
+ "dragonChaser": "Conjunto Atrapadragones",
174
+ "captainDeath": "Conjunto Capitán Muerte",
175
+ "theBattleJunk": "Conjunto de Junco de Batalla",
176
+ "blackBazaar": "Conjunto Bazar Negro",
177
+ "medusaScorned": "Conjunto Desdén de Medusa",
178
+ "flamingFuryShip": "Conjunto para barco Furia flamígera",
179
+ "flamingFuryGarb": "Conjunto de atuendo Furia flamígera",
180
+ "starsAbove": "Conjunto Estrellas superiores",
181
+ "bitterNotes": "Conjunto de notas amargas",
182
+ "spawnOfCarcinus": "Conjunto Crías de Carnicus",
183
+ "burntMetal": "Conjunto Metal abrasado",
184
+ "devilInDisguise": "Conjunto El diablo acecha",
185
+ "phoenixWings": "Conjunto Alas de Fénix",
186
+ "theSkyGoddess": "Conjunto La Diosa Celestial",
187
+ "twistedDuality": "Conjunto Dualidad perversa",
188
+ "justiceTarot": "Conjunto de tarot Justicia",
189
+ "twoFacedSnake": "Conjunto de serpiente de dos caras",
190
+ "eyeOfTheBeholder": "Conjunto Ojo del observador",
191
+ "pompousChicken": "Conjunto Pollo Pomposo",
192
+ "celticArtifice": "Conjunto Artífice celta",
193
+ "anneBonny": "Conjunto Anne Bonny",
194
+ "casablancaShip": "Conjunto de barco Casablanca",
195
+ "taintedDepths": "Conjunto Profundidades Mancilladas",
196
+ "steelMightShip": "Conjunto de barco Poderío de acero",
197
+ "skyPhoenix": "Conjunto Fénix celeste",
198
+ "imperialSeer": "Conjunto Vidente Imperial",
199
+ "legendOfAnne": "Conjunto Leyenda de Anne",
200
+ "steelyAndMighty": "Steely and Mighty Set",
201
+ "depthsForged": "Conjunto Profundidades forjadas",
202
+ "kumihoShip": "Conjunto Barco de Kumiho",
203
+ "gladiusShip": "Conjunto para barco Gladius",
204
+ "agaricKingdomShip": "Conjunto para barco Reino agárico",
205
+ "seamistKumiho": "Conjunto de costura Kumiho",
206
+ "gladius": "Conjunto Gladius",
207
+ "jianOfDestiny": "Conjunto Jian del Destino",
208
+ "hallowsEveGarb": "Conjunto de atuendo de Todos los Santos",
209
+ "hallowsEveShip": "Conjunto para barco Todos los Santos",
210
+ "wintersBite": "Winter's Bite Set",
211
+ "madCollectorShip": "Mad Collector Ship Set",
212
+ "zeussChariot": "Zeus's Chariot Set",
213
+ "gingerbreadShip": "Gingerbread Ship Set",
214
+ "sailingSeraphim": "Sailing Seraphim Set",
215
+ "lordGaruda": "Lord Garuda Set",
216
+ "zeussFavored": "Zeus's Favored Set",
217
+ "madCollector": "Mad Collector Set",
218
+ "azureTouched": "Azure Touched Set",
219
+ "maharaja": "Maharaja Set",
220
+ "maharajaShip": "Maharaja Ship Set",
221
+ "vortigernsDragon": "Vortigern's Dragon Set",
222
+ "theSchaduw": "The Schaduw Set",
223
+ "risenZamaharibu": "Risen Zamaharibu Set",
224
+ "theWolvenjager": "The Wolvenjager Set",
225
+ "vikramRajan": "Vikram Rajan Set",
226
+ "violetAftermath": "Violet Aftermath Set",
227
+ "soulOfDarkness": "Soul of Darkness Set",
228
+ "satisfaction": "Satisfaction Set",
229
+ "deadeye": "Deadeye Set",
230
+ "blackguard": "Blackguard Set",
231
+ "rajputShip": "Rajput Ship Set",
232
+ "rakshasa": "Rakshasa Set",
233
+ "rakshasaCaptain": "Rakshasa Captain Set",
234
+ "gildedSinShip": "Gilded Sin Ship Set",
235
+ "theDevilTarot": "The Devil Tarot Set",
236
+ "theStrengthTarot": "The Strength Tarot Set",
237
+ "mythicDragonheart": "Mythic Dragonheart Set",
238
+ "fragnantDead": "Fragnant Dead Set",
239
+ "goddessOfRuin": "Goddess of Ruin Set",
240
+ "watersOfGowa": "Waters of Gowa Set",
241
+ "sultanOfGowa": "Sultan of Gowa Set",
242
+ "nautilian": "Nautilian Set",
243
+ "theShadowArk": "The Shadow Ark Set",
244
+ "nanaChitra": "Nana Chitra Set",
245
+ "nobleDaku": "Noble Daku Set",
246
+ "theGreatShadow": "The Great Shadow Set",
247
+ "nautilianRogue": "Nautilian Rogue Set",
248
+ "hantuBelangkas": "Hantu Belangkas Set",
249
+ "seeingHeart": "Seeing Heart Set",
250
+ "rajaUdang": "Raja Udang Set",
251
+ "soulOfLight": "Soul of Light Set",
252
+ "insectManiaShip": "Insect Mania Ship Set",
253
+ "theNianAwakens": "The Nian Awakens Set",
254
+ "lunarSnake": "Lunar Snake Set",
255
+ "jiangshisQuest": "Jiangshi's Quest Set",
256
+ "risenMegaLestari": "Risen Mega Lestari Set",
257
+ "phantomHalo": "Phantom Halo Set",
258
+ "illustriousFounding": "Illustrious Founding Set",
259
+ "monsoonWarlord": "Monsoon Warlord Set",
260
+ "eternalWill": "Eternal Will Set",
261
+ "firesOfIndustry": "Fires of Industry Set",
262
+ "dreadnought": "Dreadnought Set",
263
+ "danceOfDeath": "Dance of Death Set",
264
+ "oranjeFury": "Oranje Fury Set",
265
+ "goddessOfWar": "Goddess of War Set",
266
+ "warbringer": "Warbringer Set",
267
+ "bloodScavenger": "Blood Scavenger Set",
268
+ "dreadhunter": "Dreadhunter Set",
269
+ "ladyOfTheVeil": "Lady of the Veil Set",
270
+ "corsairsFolly": "Corsair's Folly Set",
271
+ "honorAndJudgment": "Honor and Judgment Set",
272
+ "uponMyHonor": "Upon My Honor Set",
273
+ "fateWaits": "Fate Waits Set",
274
+ "graceFromAfar": "Grace from Afar Set",
275
+ "astralTrails": "Astral Trails Set",
276
+ "blackTorch": "Black Torch Set",
277
+ "fallenOfficier": "Fallen Officier Set",
278
+ "gloryOfEmpires": "Glory of Empires Set",
279
+ "spectralHour": "Spectral Hour Set",
280
+ "arkOfTheGrotesque": "Ark of the Grotesque Set",
281
+ "cursedMasquerade": "Cursed Masquerade Set",
282
+ "innerDepths": "Inner Depths Set",
283
+ "depthDweller": "Depth Dweller Set",
284
+ "buccaneersBones": "Buccaneer's Bones Set",
285
+ "sharkRider": "Shark Rider Set",
286
+ "maneater": "Maneater Set",
287
+ "fortuneFounders": "Fortune Founders Set",
288
+ "brillianceBegets": "Brilliance Begets Set",
289
+ "lostBastion": "Lost Bastion Set",
290
+ "envyFreedom": "Envy Freedom Set",
291
+ "sengokuNights": "Sengoku Nights Set",
292
+ "theRedHorseman": "The Red Horseman Set",
293
+ "inquisitiveDawn": "Inquisitive Dawn Set",
294
+ "emberWolf": "Ember Wolf Set",
295
+ "sinfulNature": "Sinful Nature Set",
296
+ "highStation": "High Station Set",
297
+ "crownsJustice": "Crowns Justice Set",
298
+ "fleetsEyes": "Fleets Eyes Set",
299
+ "hellHaul": "Hell Haul Set",
300
+ "deathBecomesUs": "Death Becomes Us Set",
301
+ "aDeadlyBet": "A Deadly Bet Set",
302
+ "drownedWitch": "Drowned Witch Set",
303
+ "nightRavager": "Night Ravager Set",
304
+ "kingOfGamblers": "King of Gamblers Set",
305
+ "bewitched": "Bewitched Set",
306
+ "wickedCorsair": "Wicked Corsair Set",
307
+ "fangsOfJustice": "Fangs of Justice Set",
308
+ "cloudWalker": "Cloud Walker Set",
309
+ "inquisitorsCharge": "Inquisitor's Charge Set",
310
+ "holyOffice": "Holy Office Set",
311
+ "bloodAndBone": "Blood and Bone Set",
312
+ "bloodAndBones": "Blood and Bones Set",
313
+ "hexFiend": "Hex Fiend Set",
314
+ "serveTheSpirits": "Serve the Spirits Set",
315
+ "dreadedChimera": "Dreaded Chimera Set",
316
+ "enchantingAgony": "Enchanting Agony Set",
317
+ "vengeanceIsMine": "Vengeance is Mine Set",
318
+ "crownsBlade": "Crown's Blade Set",
319
+ "deathToPiracy": "Death to Piracy Set",
320
+ "bootlegBill": "Bootleg Bill Set",
321
+ "carnivalOfCool": "Carnival of Cool Set",
322
+ "emissaryOfDeath": "Emissary of Death Set",
323
+ "godOfThunder": "God of Thunder Set",
324
+ "mournfulTruth": "Mournful Truth Set",
325
+ "divineSight": "Divine Sight Set",
326
+ "legacyInBlood": "Legacy in Blood Set",
327
+ "gloryGuardians": "Glory Guardians Set",
328
+ "doOrDie": "Do or Die Set",
329
+ "devilsMirth": "Devil's Mirth Set",
330
+ "talonStrike": "Talon Strike Set",
331
+ "swiftTrigger": "Swift Trigger Set",
332
+ "cardsOfFate": "Cards of Fate Set",
333
+ "darktideMother": "Darktide Mother Set",
334
+ "cagedFury": "Caged Fury Set",
335
+ "creatureOfNight": "Creature of Night Set",
336
+ "paleMother": "Pale Mother Set",
337
+ "xianYuan": "Xian Yuan Set",
338
+ "plagueReaper": "Plague Reaper Set",
339
+ "nocturnesGrace": "Nocturne's Grace Set",
340
+ "seaScavengers": "Sea Scavengers Set",
341
+ "deathStrides": "Death Strides Set",
342
+ "redPrivateer": "Red Privateer Set",
343
+ "nocturnesChampion": "Nocturne's Champion Set",
344
+ "forTheHoard": "For The Hoard Set",
345
+ "harbingerOfDeath": "Harbinger of Death Set",
346
+ "kingOfChains": "King of Chains Set",
347
+ "2024HellfestShip": "2024 Hellfest Ship Set",
348
+ "theAnchorborn": "The Anchorborn Set",
349
+ "gustsOfWar": "Gusts of War Set",
350
+ "daggersOath": "Dagger's Oath Set",
351
+ "goldenGlory": "Golden Glory Set",
352
+ "bonehooked": "Bonehooked Set",
353
+ "deathsMuse": "Death's Muse Set",
354
+ "flamesOfWar": "Flames of War Set",
355
+ "hallowedChildren": "Hallowed Children Set",
356
+ "hallowedShadow": "Hallowed Shadow Set",
357
+ "cursedSteel": "Cursed Steel Set",
358
+ "joyfulReaper": "Joyful Reaper Set",
359
+ "cursedFortunes": "Cursed Fortunes Set",
360
+ "devilsPact": "Devil's Pact Set",
361
+ "saintOfWrath": "Saint of Wrath Set",
362
+ "nightWight": "Night Wight Set",
363
+ "goldDrunk": "Gold Drunk Set",
364
+ "bardsSoul": "Bard's Soul Set",
365
+ "rumAndGold": "Rum and Gold Set",
366
+ "ashesOfMemories": "Ashes of Memories Set",
367
+ "bladeBallet": "Blade Ballet Set",
368
+ "majesticMadness": "Majestic Madness Set",
369
+ "rawFury": "Raw Fury Set",
370
+ "wolfheartsSeas": "Wolfheart's Seas Set",
371
+ "valiantBlood": "Valiant Blood Set",
372
+ "sinnersGrasp": "Sinner's Grasp Set",
373
+ "theLastHowl": "The Last Howl Set",
374
+ "bloodQueen": "Blood Queen Set",
375
+ "waveConqueror": "Wave Conqueror Set",
376
+ "coilsOfFate": "Coils of Fate Set",
377
+ "seaOfKingdoms": "Sea of Kingdoms Set",
378
+ "theFaceless": "The Faceless Set",
379
+ "kingdomsWarrior": "Kingdom's Warrior Set",
380
+ "eyeOfMadness": "Eye of Madness Set",
381
+ "burningWhispers": "Burning Whispers Set",
382
+ "legsOfDoom": "Legs of Doom Set",
383
+ "marchingMenace": "Marching Menace Set",
384
+ "aCloseStep": "A Close Step Set",
385
+ "connoisseurOfWar": "Connoisseur of War Set",
386
+ "monopolyOfTrade": "Monopoly of Trade Set",
387
+ "abyssalSlayer": "Abyssal Slayer Set",
388
+ "silkenPromises": "Silken Promises Set",
389
+ "mutinyMostFoul": "Mutiny Most Foul Set",
390
+ "wickedGreen": "Wicked Green Set",
391
+ "theDrownedOnes": "The Drowned Ones Set",
392
+ "cultOfTheKraken": "Cult of the Kraken Set",
393
+ "mutinysChild": "Mutiny's Child Set",
394
+ "gildedCoronation": "Gilded Coronation Set",
395
+ "jewelsOfTheSeas": "Jewels of the Seas Set",
396
+ "eveOfRetribution": "Eve of Retribution Set",
397
+ "cursedEight": "Cursed Eight Set",
398
+ "krakenSlayer": "Kraken Slayer Set",
399
+ "primordialTerror": "Primordial Terror Set",
400
+ "sunkenWatchers": "Sunken Watchers Set",
401
+ "widowsEmbrace": "Widow's Embrace Set",
402
+ "jaegersPursuit": "Jaeger's Pursuit Set",
403
+ "sunkenWatchersPlayer": "Sunken Watchers Set",
404
+ "mythicHowl": "Mythic Howl Set",
405
+ "midnightMarquis": "Midnight Marquis Set",
406
+ "oceansBrood": "Ocean's Brood Set",
407
+ "friendlyFoes": "Friendly Foes Set",
408
+ "cutthroatsCreed": "Cutthroat's Creed Set",
409
+ "silverSpectre": "Silver Spectre Set",
410
+ "abyssalRegalia": "Abyssal Regalia Set",
411
+ "headHunter": "Head Hunter Set",
412
+ "emberhound": "Emberhound Set",
413
+ "purveyorOfWar": "Purveyor of War Set",
414
+ "argentWarden": "Argent Warden Set",
415
+ "crimsonStreak": "Crimson Streak Set",
416
+ "apexTitan": "Apex Titan Set",
417
+ "badAndBaroque": "Bad and Baroque Set",
418
+ "greaterNian": "Greater Nian Set",
419
+ "crocodillo": "Crocodillo Set",
420
+ "chimpCrazy": "Chimp Crazy Set",
421
+ "deathsGlow": "Death's Glow Set",
422
+ "deathlyWishes": "Deathly Wishes Set"
423
+ }
419
424
  }