@skullandbonestools/snbdata 9.0.3 → 9.0.5

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 (52) hide show
  1. package/data/commodities.json +10 -0
  2. package/data/cosmetics.json +39 -12
  3. package/data/items.json +4 -4
  4. package/data/sets.json +5 -5
  5. package/dist/daos/commodities.d.ts +1 -1
  6. package/dist/daos/commodities.d.ts.map +1 -1
  7. package/dist/daos/commodities.js +3 -3
  8. package/dist/daos/commodities.js.map +1 -1
  9. package/dist/daos/cosmetics.d.ts +10 -2
  10. package/dist/daos/cosmetics.d.ts.map +1 -1
  11. package/dist/daos/cosmetics.js +7 -2
  12. package/dist/daos/cosmetics.js.map +1 -1
  13. package/dist/types/Category.d.ts +1 -1
  14. package/dist/types/Category.d.ts.map +1 -1
  15. package/dist/types/Category.js +1 -1
  16. package/dist/types/Category.js.map +1 -1
  17. package/dist/types/CosmeticProperties.d.ts +1 -0
  18. package/dist/types/CosmeticProperties.d.ts.map +1 -1
  19. package/languages/ar/ar_commodities.json +8 -0
  20. package/languages/ar/ar_cosmetics.json +10 -4
  21. package/languages/ar/ar_locations.json +2 -1
  22. package/languages/ar/ar_sets.json +1 -1
  23. package/languages/de/de_achievements.json +1 -1
  24. package/languages/de/de_commodities.json +8 -0
  25. package/languages/de/de_cosmetics.json +10 -4
  26. package/languages/de/de_items.json +7 -7
  27. package/languages/de/de_locations.json +18 -17
  28. package/languages/de/de_perks.json +10 -10
  29. package/languages/de/de_seasons.json +1 -1
  30. package/languages/de/de_sets.json +1 -1
  31. package/languages/de/de_ships.json +2 -2
  32. package/languages/en/en_commodities.json +8 -0
  33. package/languages/en/en_cosmetics.json +10 -4
  34. package/languages/en/en_locations.json +2 -1
  35. package/languages/en/en_sets.json +1 -1
  36. package/languages/es/es_commodities.json +8 -0
  37. package/languages/es/es_cosmetics.json +10 -4
  38. package/languages/es/es_locations.json +2 -1
  39. package/languages/es/es_sets.json +1 -1
  40. package/languages/fr/fr_commodities.json +8 -0
  41. package/languages/fr/fr_cosmetics.json +10 -4
  42. package/languages/fr/fr_locations.json +2 -1
  43. package/languages/fr/fr_sets.json +1 -1
  44. package/languages/source/commodities.json +8 -0
  45. package/languages/source/cosmetics.json +10 -4
  46. package/languages/source/locations.json +2 -1
  47. package/languages/source/sets.json +1 -1
  48. package/languages/zh/zh_commodities.json +8 -0
  49. package/languages/zh/zh_cosmetics.json +10 -4
  50. package/languages/zh/zh_locations.json +2 -1
  51. package/languages/zh/zh_sets.json +1 -1
  52. package/package.json +1 -1
@@ -3210,25 +3210,25 @@
3210
3210
  "lAiguille": {
3211
3211
  "name": "L'Aiguille",
3212
3212
  "description": {
3213
- "general": "A precise weapon of French design that shatters the hulls of their foes."
3213
+ "general": "Eine präzise Waffe französischen Designs, die die Rümpfe ihrer Feinde vernichtet."
3214
3214
  }
3215
3215
  },
3216
3216
  "mortarPowderbench": {
3217
- "name": "Mortar Powderbench",
3217
+ "name": "Mörser-Werkbank",
3218
3218
  "description": {
3219
- "general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
3219
+ "general": "Verbessert Mörserwaffen und verringert die Zeit, bis das Projektil das Ziel erreicht. Eine Bank, die zur Optimierung der Windscherung bei Mörsern verwendet wird."
3220
3220
  }
3221
3221
  },
3222
3222
  "rocketPowderbench": {
3223
- "name": "Rocket Powderbench",
3223
+ "name": "Raketen-Werkbank",
3224
3224
  "description": {
3225
- "general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
3225
+ "general": "Verbessert Raketenwaffen und verringert die Zeit, bis das Projektil das Ziel erreicht. Eine Bank, die zur Optimierung der Windscherung bei Raketen verwendet wird."
3226
3226
  }
3227
3227
  },
3228
3228
  "springloaderPowderbench": {
3229
- "name": "Springloader Powderbench",
3229
+ "name": "Sprunglader-Werkbank",
3230
3230
  "description": {
3231
- "general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
3231
+ "general": "Verbessert Sprunglader-Waffen und verringert die Zeit, bis das Projektil das Ziel erreicht. Eine Bank, die zur Optimierung der Windscherung bei Bojen verwendet wird."
3232
3232
  }
3233
3233
  },
3234
3234
  "verdantHuntsChest": {
@@ -44,8 +44,8 @@
44
44
  "theHelmSeasonAscentIntoChaos": "Ist/war im Ruder (Yanita, Houma) während {{ascentIntoChaos}} käuflich",
45
45
  "theHelmSeasonOathsOfWar": "Ist/war im Ruder (Yanita, Houma) während {{oathsOfWar}} käuflich",
46
46
  "theHelmSeasonGutsAndGlory": "Ist/war im Ruder (Yanita, Houma) während {{gutsAndGlory}} käuflich",
47
- "theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
48
- "theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
47
+ "theHelmSeasonEyeOfTheBeast": "Ist/war im Ruder (Yanita, Houma) während {{eyeOfTheBeast}} käuflich",
48
+ "theHelmSeasonShatteredSeas": "Ist/war im Ruder (Yanita, Houma) während {{shatteredSeas}} käuflich",
49
49
  "theHelmEvent": "Ist/war kaufbar beim Ruder (Yanita, Houma) während des Events",
50
50
  "outpostLostCityOfPrei": "Außenposten Prei, die verlorene Stadt",
51
51
  "outpostReturnFleetBight": "Außenposten Bucht der Rückkehrerflotte",
@@ -163,7 +163,7 @@
163
163
  "williamBlackwoodRotatingStoreOathsOfWar": "Ist/war während {{oathsOfWar}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
164
164
  "williamBlackwoodRotatingStoreGutsAndGlory": "Ist/war während {{gutsAndGlory}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
165
165
  "williamBlackwoodRotatingStoreEyeOfTheBeast": "Ist/war während {{eyeOfTheBeast}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
166
- "williamBlackwoodRotatingStoreShatteredSeas": "Is/was purchasable at William Blackwood's rotating store during {{shatteredSeas}}",
166
+ "williamBlackwoodRotatingStoreShatteredSeas": "Ist/war während {{shatteredSeas}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
167
167
  "ungwanaConvoyTreasureChest": "Mögliche Belohnung aus Ungwana Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Ungwana Händlerkonvoi)",
168
168
  "rempahConvoyTreasureChest": "Mögliche Belohnung aus Rempah Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Rempah Händlerkonvoi)",
169
169
  "faraConvoyTreasureChest": "Mögliche Belohnung aus Fara Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Fara Händlerkonvoi)",
@@ -200,7 +200,7 @@
200
200
  "williamBlackwoodSeasonalItemOathsOfWar": "Ist/war während {{oathsOfWar}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
201
201
  "williamBlackwoodSeasonalItemGutsAndGlory": "Ist/war während {{gutsAndGlory}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
202
202
  "williamBlackwoodSeasonalItemEyeOfTheBeast": "Ist/war während {{eyeOfTheBeast}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
203
- "williamBlackwoodSeasonalItemShatteredSeas": "Is/was purchasable as seasonal item in William Blackwood's store during {{shatteredSeas}}",
203
+ "williamBlackwoodSeasonalItemShatteredSeas": "Ist/war während {{shatteredSeas}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
204
204
  "corruptCompagnieOfficerOutpost": "Korrupter Offizier der Compagnie",
205
205
  "corruptDmcOfficerOutpost": "Korrupter Offizier der NHG",
206
206
  "ungwanaMerchantOutpost": "Ungwanischer Händler bei verschiedenen Außenposten",
@@ -254,12 +254,12 @@
254
254
  "retributionWarRewardWonTerritory7": "Belohnung für das Erobern von sieben Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
255
255
  "retributionWarRewardWonTerritory8": "Belohnung für das Erobern von acht Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
256
256
  "retributionWarRewardWonTerritory11": "Belohnung für das Erobern von elf Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
257
- "dominionWarEffortReward": "Reward for contributing War Assets to the Dominion War",
258
- "dominionWarRewardWonTerritory1": "Reward for winning one territory in the Dominion War with the aligned faction",
259
- "dominionWarRewardWonTerritory4": "Reward for winning four territories in the Dominion War with the aligned faction",
260
- "dominionWarRewardWonTerritory5": "Reward for winning five territories in the Dominion War with the aligned faction",
261
- "dominionWarRewardWonTerritory8": "Reward for winning eight territories in the Dominion War with the aligned faction",
262
- "dominionWarRewardWonTerritory11": "Reward for winning eleven territories in the Dominion War with the aligned faction",
257
+ "dominionWarEffortReward": "Belohnung für den Beitrag von Kriegsgerät für den Vorherrschaftskrieg",
258
+ "dominionWarRewardWonTerritory1": "Belohnung für das Erobern eines Gebiets im Vorherrschaftskrieg mit der zugehörigen Fraktion",
259
+ "dominionWarRewardWonTerritory4": "Belohnung für das Erobern von vier Gebieten im Vorherrschaftskrieg mit der zugehörigen Fraktion",
260
+ "dominionWarRewardWonTerritory5": "Belohnung für das Erobern von fünf Gebieten im Vorherrschaftskrieg mit der zugehörigen Fraktion",
261
+ "dominionWarRewardWonTerritory8": "Belohnung für das Erobern von acht Gebieten im Vorherrschaftskrieg mit der zugehörigen Fraktion",
262
+ "dominionWarRewardWonTerritory11": "Belohnung für das Erobern von elf Gebieten im Vorherrschaftskrieg mit der zugehörigen Fraktion",
263
263
  "twitchDropSpammals": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von Spammals",
264
264
  "unboundReaperReward": "Erhalten beim Versenken des Ungebundenen Schnitters",
265
265
  "dropDuringMythicLaPesteEncounter": "Mögliche Belohnung von La Pestes Verstärkungen während der mythischen La Peste-Begegnung",
@@ -267,7 +267,7 @@
267
267
  "twitchDropAzureSolsticeY2S3": "Twitch Drop während des Azur-Sonnenwenden Events in {{gutsAndGlory}}",
268
268
  "factionWarWinReward": "Belohnung für den Sieg der Fraktion im Fraktionskrieg",
269
269
  "retributionWarWinReward": "Belohnung für den Sieg der Fraktion im Vergeltungskrieg",
270
- "dominionWarWinReward": "Reward for that faction to win the Dominion War",
270
+ "dominionWarWinReward": "Belohnung für den Sieg der Fraktion im Vorherrschaftskrieg",
271
271
  "purchasableWithSilverLionsAtTheFoundingChest": "Ist/war mit Silberlöwen in der Gründungstruhe in Sainte Anne während des Ereignisses kaufbar",
272
272
  "rewardForCompleting8EventChallenges": "Belohnung für den Abschluss von 8 Herausforderungen während des Events",
273
273
  "williamBlackwoodStore": "Ist/war kaufbar in William Blackwoods Geschäft",
@@ -278,11 +278,12 @@
278
278
  "twitchDropLilywhiteTV": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von LilywhiteTV",
279
279
  "twitchDropRubyNXT": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von RubyNXT",
280
280
  "Y2S4AnniversarySailEmblemContentReward": "Belohnung für das Gewinnen oder Platzieren unter den Top 10 im J2S4 Anniversary Sail Emblem Design Contest",
281
- "twitchDropYear3Showcase": "Twitch Drop during the Year 3 Showcase livestream",
282
- "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
283
- "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
- "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
- "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
281
+ "twitchDropYear3Showcase": "Twitch Drop während des Jahr 3 Showcase Livestreams",
282
+ "twitchDropYear3Season1": "Twitch Drops zu Beginn von {{shatteredSeas}}",
283
+ "ubisoftStoreSeasonalStarterPack": "Belohnung beim Kauf des Saisonalen Startpakets aus dem Ubisoft Ingame Store",
284
+ "ubisoftStoreSeasonalBox": "Belohnung beim Kauf der Saisonalen Box aus dem Ubisoft Ingame Store",
285
+ "ubisoftStoreSeasonalBoatload": "Belohnung beim Kauf der Saisonalen Bootsladung aus dem Ubisoft Ingame Store",
286
+ "theVerdantHunt": "Seltene Belohnung, der Sommergrünen Jagd, beim Abschließen einer der gelisteten Weltereignisse während der ersten 6 Woche von {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -3272,15 +3272,15 @@
3272
3272
  "general": [
3273
3273
  "Rammen baut beim Ziel sofort 50% des Statuseffekts Durchstochen auf. Zudem wird das Ziel 20 Sek. lang um 20% verlangsamt",
3274
3274
  "Wenn das Ziel von Durchstochen betroffen ist, erleidet es 15% mehr Schaden durch Durchschlagswaffen",
3275
- "Targets within 250m receive 7% more Punctured status charge"
3275
+ "Ziele innerhalb von 250 m erleiden 7% mehr Statuseffekt-Aufladungen für Durchstochen"
3276
3276
  ]
3277
3277
  }
3278
3278
  },
3279
3279
  "floodwardenStation": {
3280
3280
  "description": {
3281
3281
  "general": [
3282
- "Each consecutive hit increases Flooding charges applied by 2% and damage dealt by 2%, stacking up to a maximum of 20% for each effect. Missing a shot will reset the stacks",
3283
- "Take 10% less weapon damage from enemies afflicted with Flooded",
3282
+ "Jeder aufeinanderfolgende Treffer erhöht die zugefügten Aufladungen von Überflutung um 2% und den verursachten Schaden um 2% (Max. für beide Effekte: 20%). Das Verfehlen eines Schusses setzt die Aufladungen zurück",
3283
+ "Erleide 10% weniger Waffenschaden von Gegnern, die mit Überflutet belegt sind",
3284
3284
  "Die Dauer des Statuseffekts \"Überflutet\" auf einem Ziel wird um 10% erhöht"
3285
3285
  ]
3286
3286
  }
@@ -3296,38 +3296,38 @@
3296
3296
  "physiciansLedger": {
3297
3297
  "description": {
3298
3298
  "general": [
3299
- "Increases Secondary Damage dealt by Mending Weapons by 7% per consecutive hit up to 35% for 5s",
3299
+ "Erhöht 5 Sek. lang Sekundärschaden verursacht durch Heilende Waffen pro aufeinanderfolgendem Treffer um 7% (max. 35%)",
3300
3300
  "Projektilgeschwindigkeit von Heilenden Waffen wird um 12% erhöht"
3301
3301
  ]
3302
3302
  }
3303
3303
  },
3304
3304
  "splinter": {
3305
- "name": "Splinter",
3305
+ "name": "Splitter",
3306
3306
  "description": {
3307
3307
  "general": [
3308
- "Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
3309
- "Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
3308
+ "Ziele im Bereich dieser Waffe werden mit 30% Chance sofort Durchstochen",
3309
+ "Durchstochen-Ziele im Bereich dieser Waffe verlieren pro Sekunde 2% Panzerungswert (max. 14%)"
3310
3310
  ]
3311
3311
  }
3312
3312
  },
3313
3313
  "mortarPowderbench": {
3314
3314
  "description": {
3315
3315
  "general": [
3316
- "Reduces Time-to-Target of Mortar by 15%"
3316
+ "Zeit-zum-Ziel von Mörser wird um 15% verringert"
3317
3317
  ]
3318
3318
  }
3319
3319
  },
3320
3320
  "rocketPowderbench": {
3321
3321
  "description": {
3322
3322
  "general": [
3323
- "Reduces Time-to-Target of Rockets by 15%"
3323
+ "Zeit-zum-Ziel von Raketen werden um 15% verringert"
3324
3324
  ]
3325
3325
  }
3326
3326
  },
3327
3327
  "springloaderPowderbench": {
3328
3328
  "description": {
3329
3329
  "general": [
3330
- "Reduces Time-to-Target of Springloader by 15%"
3330
+ "Zeit-zum-Ziel von Bojen werden um 15% verringert"
3331
3331
  ]
3332
3332
  }
3333
3333
  }
@@ -9,6 +9,6 @@
9
9
  "oathsOfWar": "J2S2 - Kriegsgeschwüre",
10
10
  "gutsAndGlory": "J2S3 - Ruhm und Ehre",
11
11
  "eyeOfTheBeast": "J2S4 - Im Auge der Bestie",
12
- "shatteredSeas": "Y3S1 - Shattered Seas"
12
+ "shatteredSeas": "J3S1 - Zerschmetterte See"
13
13
  }
14
14
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Schiff der Drachen Set",
166
166
  "theEmperorTarot": "Tarot des Kaisers Set",
167
167
  "skullpiercer": "Schädelzermalmer Set",
168
- "pointedFate": "Gerichtetes Schicksal Set",
168
+ "pointedFate": "Sehnen nach dem Tod Set",
169
169
  "almightyBeast": "Allmächtige Bestie Set",
170
170
  "deadlyCurrents": "Tödliche Strömungen Set",
171
171
  "dragonShrine": "Drachenschrein Set",
@@ -109,9 +109,9 @@
109
109
  }
110
110
  },
111
111
  "galleon": {
112
- "name": "Galleon",
112
+ "name": "Galeone",
113
113
  "description": {
114
- "general": "A ship reforged to excel in close-ranger slaughter and dominance. Spanish in origin, it is coveted by pirates and companies alike, and commandeered by only the boldest captains."
114
+ "general": "Eine Schiffsneuschmiedung, um sich in Nahkampfgemezeln hervorzutun. Ursprünglich aus Spanien stammend ist die Galeone bei Piraten und Kompanien gleichermaßen begehrt. Und sie wird nur von den mutigsten Kaptn's kommandiert."
115
115
  }
116
116
  }
117
117
  }
@@ -299,6 +299,14 @@
299
299
  "nianFlare": {
300
300
  "name": "Nian Flare",
301
301
  "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
302
+ },
303
+ "encryptedMooncake": {
304
+ "name": "Encrypted Mooncake",
305
+ "description": "An encrypted message is hidden within this delicate mooncake."
306
+ },
307
+ "cipherMooncake": {
308
+ "name": "Cipher Mooncake",
309
+ "description": "A re-encrypted mooncake needs to be handled carefully."
302
310
  }
303
311
  }
304
312
  }
@@ -2083,7 +2083,7 @@
2083
2083
  }
2084
2084
  },
2085
2085
  "theMiscreant": {
2086
- "name": "theMiscreant",
2086
+ "name": "The Miscreant",
2087
2087
  "description": {
2088
2088
  "general": "Made off with the treasure, ye did us foul"
2089
2089
  }
@@ -10405,9 +10405,9 @@
10405
10405
  }
10406
10406
  },
10407
10407
  "pointedFate": {
10408
- "name": "Pointed Fate",
10408
+ "name": "Long for Death",
10409
10409
  "description": {
10410
- "general": "The arrows mark the way to heaven or hell"
10410
+ "general": "Better to die free than to be made an example of"
10411
10411
  }
10412
10412
  },
10413
10413
  "chaosSwirls": {
@@ -16615,7 +16615,7 @@
16615
16615
  }
16616
16616
  },
16617
16617
  "eyeOnThePrizeWheel": {
16618
- "name": "Eye on the Prize Wheel",
16618
+ "name": "Eye on the Prize",
16619
16619
  "description": {
16620
16620
  "general": "Never lose sight of what you're playing for"
16621
16621
  }
@@ -23129,6 +23129,12 @@
23129
23129
  "description": {
23130
23130
  "general": "A fierce and feathery warning"
23131
23131
  }
23132
+ },
23133
+ "captainOfTheDeep": {
23134
+ "name": "Captain of the Deep",
23135
+ "description": {
23136
+ "general": "For the one who faces what others fear"
23137
+ }
23132
23138
  }
23133
23139
  }
23134
23140
  }
@@ -283,6 +283,7 @@
283
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
285
  "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Ship of Dragons Set",
166
166
  "theEmperorTarot": "The Emperor Tarot Set",
167
167
  "skullpiercer": "Skullpiercer Set",
168
- "pointedFate": "Pointed Fate Set",
168
+ "pointedFate": "Long for Death Set",
169
169
  "almightyBeast": "Almighty Beast Set",
170
170
  "deadlyCurrents": "Deadly Currents Set",
171
171
  "dragonShrine": "Dragon Shrine Set",
@@ -299,6 +299,14 @@
299
299
  "nianFlare": {
300
300
  "name": "Nian Flare",
301
301
  "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
302
+ },
303
+ "encryptedMooncake": {
304
+ "name": "Encrypted Mooncake",
305
+ "description": "An encrypted message is hidden within this delicate mooncake."
306
+ },
307
+ "cipherMooncake": {
308
+ "name": "Cipher Mooncake",
309
+ "description": "A re-encrypted mooncake needs to be handled carefully."
302
310
  }
303
311
  }
304
312
  }
@@ -2083,7 +2083,7 @@
2083
2083
  }
2084
2084
  },
2085
2085
  "theMiscreant": {
2086
- "name": "elDiscreto",
2086
+ "name": "The Miscreant",
2087
2087
  "description": {
2088
2088
  "general": "Os llevasteis el tesoro, nos hicisteis daño"
2089
2089
  }
@@ -10405,9 +10405,9 @@
10405
10405
  }
10406
10406
  },
10407
10407
  "pointedFate": {
10408
- "name": "Pointed Fate",
10408
+ "name": "Long for Death",
10409
10409
  "description": {
10410
- "general": "The arrows mark the way to heaven or hell"
10410
+ "general": "Better to die free than to be made an example of"
10411
10411
  }
10412
10412
  },
10413
10413
  "chaosSwirls": {
@@ -16615,7 +16615,7 @@
16615
16615
  }
16616
16616
  },
16617
16617
  "eyeOnThePrizeWheel": {
16618
- "name": "Eye on the Prize Wheel",
16618
+ "name": "Eye on the Prize",
16619
16619
  "description": {
16620
16620
  "general": "Never lose sight of what you're playing for"
16621
16621
  }
@@ -23129,6 +23129,12 @@
23129
23129
  "description": {
23130
23130
  "general": "A fierce and feathery warning"
23131
23131
  }
23132
+ },
23133
+ "captainOfTheDeep": {
23134
+ "name": "Captain of the Deep",
23135
+ "description": {
23136
+ "general": "For the one who faces what others fear"
23137
+ }
23132
23138
  }
23133
23139
  }
23134
23140
  }
@@ -283,6 +283,7 @@
283
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
285
  "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Conjunto Barco de Dragones",
166
166
  "theEmperorTarot": "Conjunto de Tarot el Emperador",
167
167
  "skullpiercer": "Conjunto Perforacráneos",
168
- "pointedFate": "Conjunto Señal del destino",
168
+ "pointedFate": "Long for Death Set",
169
169
  "almightyBeast": "Conjunto Bestia omnipotente",
170
170
  "deadlyCurrents": "Corrientes letales",
171
171
  "dragonShrine": "Conjunto Santuario de Dragones",
@@ -299,6 +299,14 @@
299
299
  "nianFlare": {
300
300
  "name": "Nian Flare",
301
301
  "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
302
+ },
303
+ "encryptedMooncake": {
304
+ "name": "Encrypted Mooncake",
305
+ "description": "An encrypted message is hidden within this delicate mooncake."
306
+ },
307
+ "cipherMooncake": {
308
+ "name": "Cipher Mooncake",
309
+ "description": "A re-encrypted mooncake needs to be handled carefully."
302
310
  }
303
311
  }
304
312
  }
@@ -2083,7 +2083,7 @@
2083
2083
  }
2084
2084
  },
2085
2085
  "theMiscreant": {
2086
- "name": "Le Mécréant",
2086
+ "name": "The Miscreant",
2087
2087
  "description": {
2088
2088
  "general": "Vous vous êtes enfuis avec le trésor, vous nous avez fait du tort"
2089
2089
  }
@@ -10405,9 +10405,9 @@
10405
10405
  }
10406
10406
  },
10407
10407
  "pointedFate": {
10408
- "name": "Destin en pointillé",
10408
+ "name": "Long for Death",
10409
10409
  "description": {
10410
- "general": "Les flèches indiquent le chemin du paradis ou de l'enfer"
10410
+ "general": "Better to die free than to be made an example of"
10411
10411
  }
10412
10412
  },
10413
10413
  "chaosSwirls": {
@@ -16615,7 +16615,7 @@
16615
16615
  }
16616
16616
  },
16617
16617
  "eyeOnThePrizeWheel": {
16618
- "name": "Eye on the Prize Wheel",
16618
+ "name": "Eye on the Prize",
16619
16619
  "description": {
16620
16620
  "general": "Never lose sight of what you're playing for"
16621
16621
  }
@@ -23129,6 +23129,12 @@
23129
23129
  "description": {
23130
23130
  "general": "A fierce and feathery warning"
23131
23131
  }
23132
+ },
23133
+ "captainOfTheDeep": {
23134
+ "name": "Captain of the Deep",
23135
+ "description": {
23136
+ "general": "For the one who faces what others fear"
23137
+ }
23132
23138
  }
23133
23139
  }
23134
23140
  }
@@ -283,6 +283,7 @@
283
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
285
  "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Lot de navire des dragons",
166
166
  "theEmperorTarot": "Lot du Tarot de l'Empereur",
167
167
  "skullpiercer": "Lot Perceur de crânes",
168
- "pointedFate": "Lot Destin en pointillé",
168
+ "pointedFate": "Long for Death Set",
169
169
  "almightyBeast": "Lot de la bête toute-puissante",
170
170
  "deadlyCurrents": "Lot Courants Mortels",
171
171
  "dragonShrine": "Lot Sanctuaire du dragon",
@@ -299,6 +299,14 @@
299
299
  "nianFlare": {
300
300
  "name": "Nian Flare",
301
301
  "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
302
+ },
303
+ "encryptedMooncake": {
304
+ "name": "Encrypted Mooncake",
305
+ "description": "An encrypted message is hidden within this delicate mooncake."
306
+ },
307
+ "cipherMooncake": {
308
+ "name": "Cipher Mooncake",
309
+ "description": "A re-encrypted mooncake needs to be handled carefully."
302
310
  }
303
311
  }
304
312
  }
@@ -2083,7 +2083,7 @@
2083
2083
  }
2084
2084
  },
2085
2085
  "theMiscreant": {
2086
- "name": "theMiscreant",
2086
+ "name": "The Miscreant",
2087
2087
  "description": {
2088
2088
  "general": "Made off with the treasure, ye did us foul"
2089
2089
  }
@@ -10405,9 +10405,9 @@
10405
10405
  }
10406
10406
  },
10407
10407
  "pointedFate": {
10408
- "name": "Pointed Fate",
10408
+ "name": "Long for Death",
10409
10409
  "description": {
10410
- "general": "The arrows mark the way to heaven or hell"
10410
+ "general": "Better to die free than to be made an example of"
10411
10411
  }
10412
10412
  },
10413
10413
  "chaosSwirls": {
@@ -16615,7 +16615,7 @@
16615
16615
  }
16616
16616
  },
16617
16617
  "eyeOnThePrizeWheel": {
16618
- "name": "Eye on the Prize Wheel",
16618
+ "name": "Eye on the Prize",
16619
16619
  "description": {
16620
16620
  "general": "Never lose sight of what you're playing for"
16621
16621
  }
@@ -23129,6 +23129,12 @@
23129
23129
  "description": {
23130
23130
  "general": "A fierce and feathery warning"
23131
23131
  }
23132
+ },
23133
+ "captainOfTheDeep": {
23134
+ "name": "Captain of the Deep",
23135
+ "description": {
23136
+ "general": "For the one who faces what others fear"
23137
+ }
23132
23138
  }
23133
23139
  }
23134
23140
  }
@@ -283,6 +283,7 @@
283
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
285
  "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Ship of Dragons Set",
166
166
  "theEmperorTarot": "The Emperor Tarot Set",
167
167
  "skullpiercer": "Skullpiercer Set",
168
- "pointedFate": "Pointed Fate Set",
168
+ "pointedFate": "Long for Death Set",
169
169
  "almightyBeast": "Almighty Beast Set",
170
170
  "deadlyCurrents": "Deadly Currents Set",
171
171
  "dragonShrine": "Dragon Shrine Set",
@@ -299,6 +299,14 @@
299
299
  "nianFlare": {
300
300
  "name": "Nian Flare",
301
301
  "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
302
+ },
303
+ "encryptedMooncake": {
304
+ "name": "Encrypted Mooncake",
305
+ "description": "An encrypted message is hidden within this delicate mooncake."
306
+ },
307
+ "cipherMooncake": {
308
+ "name": "Cipher Mooncake",
309
+ "description": "A re-encrypted mooncake needs to be handled carefully."
302
310
  }
303
311
  }
304
312
  }
@@ -2083,7 +2083,7 @@
2083
2083
  }
2084
2084
  },
2085
2085
  "theMiscreant": {
2086
- "name": "theMiscreant",
2086
+ "name": "The Miscreant",
2087
2087
  "description": {
2088
2088
  "general": "Made off with the treasure, ye did us foul"
2089
2089
  }
@@ -10405,9 +10405,9 @@
10405
10405
  }
10406
10406
  },
10407
10407
  "pointedFate": {
10408
- "name": "Pointed Fate",
10408
+ "name": "Long for Death",
10409
10409
  "description": {
10410
- "general": "The arrows mark the way to heaven or hell"
10410
+ "general": "Better to die free than to be made an example of"
10411
10411
  }
10412
10412
  },
10413
10413
  "chaosSwirls": {
@@ -16615,7 +16615,7 @@
16615
16615
  }
16616
16616
  },
16617
16617
  "eyeOnThePrizeWheel": {
16618
- "name": "Eye on the Prize Wheel",
16618
+ "name": "Eye on the Prize",
16619
16619
  "description": {
16620
16620
  "general": "Never lose sight of what you're playing for"
16621
16621
  }
@@ -23129,6 +23129,12 @@
23129
23129
  "description": {
23130
23130
  "general": "A fierce and feathery warning"
23131
23131
  }
23132
+ },
23133
+ "captainOfTheDeep": {
23134
+ "name": "Captain of the Deep",
23135
+ "description": {
23136
+ "general": "For the one who faces what others fear"
23137
+ }
23132
23138
  }
23133
23139
  }
23134
23140
  }
@@ -283,6 +283,7 @@
283
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
285
285
  "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
- "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}",
287
+ "twitchDropCaptainGTI": "Time-limited twitch drop during a livestream from CaptainGTI"
287
288
  }
288
289
  }
@@ -165,7 +165,7 @@
165
165
  "shipOfDragons": "Ship of Dragons Set",
166
166
  "theEmperorTarot": "The Emperor Tarot Set",
167
167
  "skullpiercer": "Skullpiercer Set",
168
- "pointedFate": "Pointed Fate Set",
168
+ "pointedFate": "Long for Death Set",
169
169
  "almightyBeast": "Almighty Beast Set",
170
170
  "deadlyCurrents": "Deadly Currents Set",
171
171
  "dragonShrine": "Dragon Shrine Set",