@skullandbonestools/snbdata 9.0.0 → 9.0.2

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 (119) hide show
  1. package/data/achievements.json +8 -0
  2. package/data/cosmetics.json +632 -91
  3. package/data/events.json +3 -3
  4. package/data/items.json +137 -18
  5. package/data/sets.json +28 -0
  6. package/dist/daos/achievements.d.ts +2 -1
  7. package/dist/daos/achievements.d.ts.map +1 -1
  8. package/dist/daos/achievements.js +3 -2
  9. package/dist/daos/achievements.js.map +1 -1
  10. package/dist/daos/commodities.d.ts +2 -1
  11. package/dist/daos/commodities.d.ts.map +1 -1
  12. package/dist/daos/commodities.js +3 -2
  13. package/dist/daos/commodities.js.map +1 -1
  14. package/dist/daos/contracts.d.ts +2 -1
  15. package/dist/daos/contracts.d.ts.map +1 -1
  16. package/dist/daos/contracts.js +3 -2
  17. package/dist/daos/contracts.js.map +1 -1
  18. package/dist/daos/cosmetics.d.ts +11 -2
  19. package/dist/daos/cosmetics.d.ts.map +1 -1
  20. package/dist/daos/cosmetics.js +9 -3
  21. package/dist/daos/cosmetics.js.map +1 -1
  22. package/dist/daos/events.d.ts +2 -1
  23. package/dist/daos/events.d.ts.map +1 -1
  24. package/dist/daos/events.js +3 -2
  25. package/dist/daos/events.js.map +1 -1
  26. package/dist/daos/factions.d.ts +2 -1
  27. package/dist/daos/factions.d.ts.map +1 -1
  28. package/dist/daos/factions.js +3 -2
  29. package/dist/daos/factions.js.map +1 -1
  30. package/dist/daos/items.d.ts +2 -1
  31. package/dist/daos/items.d.ts.map +1 -1
  32. package/dist/daos/items.js +3 -2
  33. package/dist/daos/items.js.map +1 -1
  34. package/dist/daos/materials.d.ts +1 -0
  35. package/dist/daos/materials.d.ts.map +1 -1
  36. package/dist/daos/materials.js +1 -0
  37. package/dist/daos/materials.js.map +1 -1
  38. package/dist/daos/modifications.d.ts +2 -1
  39. package/dist/daos/modifications.d.ts.map +1 -1
  40. package/dist/daos/modifications.js +3 -2
  41. package/dist/daos/modifications.js.map +1 -1
  42. package/dist/daos/regions.d.ts +2 -1
  43. package/dist/daos/regions.d.ts.map +1 -1
  44. package/dist/daos/regions.js +3 -2
  45. package/dist/daos/regions.js.map +1 -1
  46. package/dist/daos/seasons.d.ts +2 -1
  47. package/dist/daos/seasons.d.ts.map +1 -1
  48. package/dist/daos/seasons.js +3 -2
  49. package/dist/daos/seasons.js.map +1 -1
  50. package/dist/daos/sets.d.ts +2 -1
  51. package/dist/daos/sets.d.ts.map +1 -1
  52. package/dist/daos/sets.js +3 -2
  53. package/dist/daos/sets.js.map +1 -1
  54. package/dist/daos/ships.d.ts +2 -1
  55. package/dist/daos/ships.d.ts.map +1 -1
  56. package/dist/daos/ships.js +3 -2
  57. package/dist/daos/ships.js.map +1 -1
  58. package/dist/daos/territories.d.ts +2 -1
  59. package/dist/daos/territories.d.ts.map +1 -1
  60. package/dist/daos/territories.js +3 -2
  61. package/dist/daos/territories.js.map +1 -1
  62. package/dist/daos/ultimates.d.ts +2 -1
  63. package/dist/daos/ultimates.d.ts.map +1 -1
  64. package/dist/daos/ultimates.js +3 -2
  65. package/dist/daos/ultimates.js.map +1 -1
  66. package/dist/daos/worldEvents.d.ts +2 -1
  67. package/dist/daos/worldEvents.d.ts.map +1 -1
  68. package/dist/daos/worldEvents.js +3 -2
  69. package/dist/daos/worldEvents.js.map +1 -1
  70. package/languages/ar/ar_achievements.json +4 -0
  71. package/languages/ar/ar_cosmetics.json +316 -4
  72. package/languages/ar/ar_items.json +30 -0
  73. package/languages/ar/ar_locations.json +7 -1
  74. package/languages/ar/ar_perks.json +31 -1
  75. package/languages/ar/ar_sets.json +8 -1
  76. package/languages/ar/ar_worldEvents.json +6 -6
  77. package/languages/de/de_achievements.json +4 -0
  78. package/languages/de/de_cosmetics.json +316 -4
  79. package/languages/de/de_items.json +62 -32
  80. package/languages/de/de_locations.json +7 -1
  81. package/languages/de/de_perks.json +85 -55
  82. package/languages/de/de_sets.json +8 -1
  83. package/languages/de/de_worldEvents.json +6 -6
  84. package/languages/en/en_achievements.json +4 -0
  85. package/languages/en/en_cosmetics.json +316 -4
  86. package/languages/en/en_items.json +30 -0
  87. package/languages/en/en_locations.json +7 -1
  88. package/languages/en/en_perks.json +31 -1
  89. package/languages/en/en_sets.json +8 -1
  90. package/languages/en/en_worldEvents.json +6 -6
  91. package/languages/es/es_achievements.json +4 -0
  92. package/languages/es/es_cosmetics.json +316 -4
  93. package/languages/es/es_items.json +30 -0
  94. package/languages/es/es_locations.json +7 -1
  95. package/languages/es/es_perks.json +31 -1
  96. package/languages/es/es_sets.json +8 -1
  97. package/languages/es/es_worldEvents.json +6 -6
  98. package/languages/fr/fr_achievements.json +4 -0
  99. package/languages/fr/fr_cosmetics.json +316 -4
  100. package/languages/fr/fr_items.json +30 -0
  101. package/languages/fr/fr_locations.json +7 -1
  102. package/languages/fr/fr_perks.json +31 -1
  103. package/languages/fr/fr_sets.json +8 -1
  104. package/languages/fr/fr_worldEvents.json +6 -6
  105. package/languages/source/achievements.json +4 -0
  106. package/languages/source/cosmetics.json +316 -4
  107. package/languages/source/items.json +30 -0
  108. package/languages/source/locations.json +7 -1
  109. package/languages/source/perks.json +31 -1
  110. package/languages/source/sets.json +8 -1
  111. package/languages/source/worldEvents.json +6 -6
  112. package/languages/zh/zh_achievements.json +4 -0
  113. package/languages/zh/zh_cosmetics.json +316 -4
  114. package/languages/zh/zh_items.json +30 -0
  115. package/languages/zh/zh_locations.json +7 -1
  116. package/languages/zh/zh_perks.json +31 -1
  117. package/languages/zh/zh_sets.json +8 -1
  118. package/languages/zh/zh_worldEvents.json +6 -6
  119. package/package.json +1 -1
@@ -9648,10 +9648,10 @@
9648
9648
  "general": "Die Ausnahme einer ansonsten rauen Kluft."
9649
9649
  }
9650
9650
  },
9651
- "elDoradoanWarriorBoots": {
9652
- "name": "El-Dorado-Krieger",
9651
+ "goldenStride": {
9652
+ "name": "Golden Stride",
9653
9653
  "description": {
9654
- "general": "Vorsicht vor den grünen Blätterstacheln denn ihre Berührung ist tödlich."
9654
+ "general": "Even gold comes from the deep earth"
9655
9655
  }
9656
9656
  },
9657
9657
  "realmsGate": {
@@ -17622,6 +17622,12 @@
17622
17622
  "general": "Sleek on the deck and in the midst of danger"
17623
17623
  }
17624
17624
  },
17625
+ "bloomstrike": {
17626
+ "name": "Bloomstrike",
17627
+ "description": {
17628
+ "general": "\"Pretty enough for a party, sharp enough to end one.\""
17629
+ }
17630
+ },
17625
17631
  "finalNotes": {
17626
17632
  "name": "Final Notes",
17627
17633
  "description": {
@@ -22285,7 +22291,7 @@
22285
22291
  }
22286
22292
  },
22287
22293
  "wetMeGulletBeer": {
22288
- "name": "Wet Me Gullet Beer",
22294
+ "name": "Wet Me Gullet (Beer)",
22289
22295
  "description": {
22290
22296
  "general": "\"Only thing better than rum is stolen rum!\""
22291
22297
  }
@@ -22817,6 +22823,312 @@
22817
22823
  "description": {
22818
22824
  "general": "Three lives ended with one knife's work"
22819
22825
  }
22826
+ },
22827
+ "dreadnote": {
22828
+ "name": "Dreadnote",
22829
+ "description": {
22830
+ "general": "\"Your rising pulse is my favorite rhythm.\""
22831
+ }
22832
+ },
22833
+ "waveshredder": {
22834
+ "name": "Waveshredder",
22835
+ "description": {
22836
+ "general": "Your blood beats to the wild call of freedom"
22837
+ }
22838
+ },
22839
+ "deadwindWhistle": {
22840
+ "name": "Deadwind Whistle",
22841
+ "description": {
22842
+ "general": "A riff for every ruin"
22843
+ }
22844
+ },
22845
+ "balladOfBlood": {
22846
+ "name": "Ballad of Blood",
22847
+ "description": {
22848
+ "general": "\"Plucked heartstrings make such sweet music, man.\""
22849
+ }
22850
+ },
22851
+ "flamefang": {
22852
+ "name": "Flamefang",
22853
+ "description": {
22854
+ "general": "\"Steal from my sea, burn in my storm.\""
22855
+ }
22856
+ },
22857
+ "goldfleckedRoar": {
22858
+ "name": "Goldflecked Roar",
22859
+ "description": {
22860
+ "general": "\"Courage is the only currency the sea respects.\""
22861
+ }
22862
+ },
22863
+ "wyrmscaleArmor": {
22864
+ "name": "Wyrmscale Armor",
22865
+ "description": {
22866
+ "general": "What is forged in fire can never drown"
22867
+ }
22868
+ },
22869
+ "scorchingSkies": {
22870
+ "name": "Scorching Skies",
22871
+ "description": {
22872
+ "general": "Blind the despots and sear them to dust and bone"
22873
+ }
22874
+ },
22875
+ "goldenFlicker": {
22876
+ "name": "Golden Flicker",
22877
+ "description": {
22878
+ "general": "Lit up by fortune"
22879
+ }
22880
+ },
22881
+ "sunplunderCinch": {
22882
+ "name": "Sunplunder Cinch",
22883
+ "description": {
22884
+ "general": "Holds steel, coin and borrowed wishes"
22885
+ }
22886
+ },
22887
+ "wishboundArmlet": {
22888
+ "name": "Wishbound Armlet",
22889
+ "description": {
22890
+ "general": "Etched with old sigils that tell of a djinn's tale"
22891
+ }
22892
+ },
22893
+ "nomadOfTheNight": {
22894
+ "name": "Nomad of the Night",
22895
+ "description": {
22896
+ "general": "keeps out the sun, the sand and the wretched heat"
22897
+ }
22898
+ },
22899
+ "djinnsmoke": {
22900
+ "name": "Djinnsmoke",
22901
+ "description": {
22902
+ "general": "A comfortable neck scarf dyed with a rare pigment"
22903
+ }
22904
+ },
22905
+ "whisperstitch": {
22906
+ "name": "Whisperstitch",
22907
+ "description": {
22908
+ "general": "Dust-grey pants from the shores of Arabia"
22909
+ }
22910
+ },
22911
+ "crescentmark": {
22912
+ "name": "Crescentmark",
22913
+ "description": {
22914
+ "general": "The crescent's for luck, the scuffs are from ignoring it"
22915
+ }
22916
+ },
22917
+ "mirageborne": {
22918
+ "name": "Mirageborne",
22919
+ "description": {
22920
+ "general": "Worn by those who cross dunes by day and spectres by night"
22921
+ }
22922
+ },
22923
+ "glitterskin": {
22924
+ "name": "Glitterskin",
22925
+ "description": {
22926
+ "general": "Like a desert night burned into your skin"
22927
+ }
22928
+ },
22929
+ "desertMoon": {
22930
+ "name": "Desert Moon",
22931
+ "description": {
22932
+ "general": "\"I see your fate -- death clings to it like a haze.\""
22933
+ }
22934
+ },
22935
+ "ceruleanKnot": {
22936
+ "name": "Cerulean Knot",
22937
+ "description": {
22938
+ "general": "An iconic shade for the shady trader you are"
22939
+ }
22940
+ },
22941
+ "drunkardsCuffs": {
22942
+ "name": "Drunkard's Cuffs",
22943
+ "description": {
22944
+ "general": "Made loose by rum and poor decisions"
22945
+ }
22946
+ },
22947
+ "scratchyPatchy": {
22948
+ "name": "Scratchy Patchy",
22949
+ "description": {
22950
+ "general": "Not comfortable, but oddly reliable"
22951
+ }
22952
+ },
22953
+ "driftersCrown": {
22954
+ "name": "Drifter's Crown",
22955
+ "description": {
22956
+ "general": "\"Don't need to sit on a throne to be king of the seas, eh?\""
22957
+ }
22958
+ },
22959
+ "oseanasCurse": {
22960
+ "name": "Oseana's Curse",
22961
+ "description": {
22962
+ "general": "\"Cursed, sure -- mostly by sandfleas.\""
22963
+ }
22964
+ },
22965
+ "skywash": {
22966
+ "name": "Skywash",
22967
+ "description": {
22968
+ "general": "Trousers faded by open skies and salt air"
22969
+ }
22970
+ },
22971
+ "crabbersBoots": {
22972
+ "name": "Crabber's Boots",
22973
+ "description": {
22974
+ "general": "Reliable when decks are wet and tempers run short"
22975
+ }
22976
+ },
22977
+ "opalweave": {
22978
+ "name": "Opalweave",
22979
+ "description": {
22980
+ "general": "Thrifted from a spice trader's closet"
22981
+ }
22982
+ },
22983
+ "cutthroatCorsair": {
22984
+ "name": "Cutthroat Corsair",
22985
+ "description": {
22986
+ "general": "\"It's funny how fast loyalty dies against my blade.\""
22987
+ }
22988
+ },
22989
+ "warborn": {
22990
+ "name": "Warborn",
22991
+ "description": {
22992
+ "general": "\"Carnage runs in our veins.\""
22993
+ }
22994
+ },
22995
+ "battlecryBanner": {
22996
+ "name": "Battlecry Banner",
22997
+ "description": {
22998
+ "general": "Weathered by blood, primed for battle"
22999
+ }
23000
+ },
23001
+ "ignisBellona": {
23002
+ "name": "Ignis Bellona",
23003
+ "description": {
23004
+ "general": "The goddess of war sails with you, Captain"
23005
+ }
23006
+ },
23007
+ "crimsonCurrents": {
23008
+ "name": "Crimson Currents",
23009
+ "description": {
23010
+ "general": "\"The seas run red in my wake.\""
23011
+ }
23012
+ },
23013
+ "turncoat": {
23014
+ "name": "Turncoat",
23015
+ "description": {
23016
+ "general": "\"Trust only the sword in your hand.\""
23017
+ }
23018
+ },
23019
+ "foehunter": {
23020
+ "name": "Foehunter",
23021
+ "description": {
23022
+ "general": "\"Allegiance is a shackle, mate.\""
23023
+ }
23024
+ },
23025
+ "windsOfRust": {
23026
+ "name": "Winds of Rust",
23027
+ "description": {
23028
+ "general": "\"The strongest hulls crumble before my will.\""
23029
+ }
23030
+ },
23031
+ "goldspike": {
23032
+ "name": "Goldspike",
23033
+ "description": {
23034
+ "general": "\"Take what glitters, and leave what bleeds.\""
23035
+ }
23036
+ },
23037
+ "blindingBlades": {
23038
+ "name": "Blinding Blades",
23039
+ "description": {
23040
+ "general": "Fortune favors a sharp sword"
23041
+ }
23042
+ },
23043
+ "wraithwoodSheen": {
23044
+ "name": "Wraithwood Sheen",
23045
+ "description": {
23046
+ "general": "Rich mahogany streaked with your foe's blood"
23047
+ }
23048
+ },
23049
+ "grimsGilt": {
23050
+ "name": "Grim's Gilt",
23051
+ "description": {
23052
+ "general": "Ashes to riches, dust to gold"
23053
+ }
23054
+ },
23055
+ "treasonsFurnace": {
23056
+ "name": "Treason's Furnace",
23057
+ "description": {
23058
+ "general": "\"Let's scorch the seas, matey!\""
23059
+ }
23060
+ },
23061
+ "firestorm": {
23062
+ "name": "Firestorm",
23063
+ "description": {
23064
+ "general": "Rise from the ashes of war"
23065
+ }
23066
+ },
23067
+ "bladesAblaze": {
23068
+ "name": "Blades Ablaze",
23069
+ "description": {
23070
+ "general": "Born for a burning world"
23071
+ }
23072
+ },
23073
+ "goldenChild": {
23074
+ "name": "Golden Child",
23075
+ "description": {
23076
+ "general": "Tilted just enough to suggest disdain"
23077
+ }
23078
+ },
23079
+ "outcastsGlare": {
23080
+ "name": "Outcast's Glare",
23081
+ "description": {
23082
+ "general": "Let one eye be spared the truth"
23083
+ }
23084
+ },
23085
+ "honorlessFinery": {
23086
+ "name": "Honorless Finery",
23087
+ "description": {
23088
+ "general": "Virtue lost to gold thread"
23089
+ }
23090
+ },
23091
+ "turncoatsTreasure": {
23092
+ "name": "Turncoat's Treasure",
23093
+ "description": {
23094
+ "general": "These beads gleam most when worn in poor company"
23095
+ }
23096
+ },
23097
+ "pridebound": {
23098
+ "name": "Pridebound",
23099
+ "description": {
23100
+ "general": "Heavy enough to feel important"
23101
+ }
23102
+ },
23103
+ "heirloomOfExcess": {
23104
+ "name": "Heirloom of Excess",
23105
+ "description": {
23106
+ "general": "Disgustingly extravagant"
23107
+ }
23108
+ },
23109
+ "snakeskin": {
23110
+ "name": "Snakeskin",
23111
+ "description": {
23112
+ "general": "They remember sins the wearer forgets"
23113
+ }
23114
+ },
23115
+ "foesFiligree": {
23116
+ "name": "Foe's Filigree",
23117
+ "description": {
23118
+ "general": "Soft with use, immaculate in appearance"
23119
+ }
23120
+ },
23121
+ "bloodshedBoots": {
23122
+ "name": "Bloodshed Boots",
23123
+ "description": {
23124
+ "general": "Warm leather, cold heart"
23125
+ }
23126
+ },
23127
+ "wingsOfChaos": {
23128
+ "name": "Wings of Chaos",
23129
+ "description": {
23130
+ "general": "A fierce and feathery warning"
23131
+ }
22820
23132
  }
22821
23133
  }
22822
23134
  }
@@ -3123,88 +3123,118 @@
3123
3123
  }
3124
3124
  },
3125
3125
  "galleonUpgrade": {
3126
- "name": "Galleon Upgrade",
3126
+ "name": "Galeone Verbesserungen",
3127
3127
  "description": {
3128
- "general": "Ship upgrade for the Galleon.",
3129
- "1": "Upgrades the ship level from 0 to 1.",
3130
- "2": "Upgrades the ship level from 1 to 2.",
3131
- "3": "Upgrades the ship level from 2 to 3.",
3132
- "4": "Upgrades the ship level from 3 to 4.",
3133
- "5": "Upgrades the ship level from 4 to 5.",
3134
- "6": "Upgrades the ship level from 5 to 6.",
3135
- "7": "Upgrades the ship level from 6 to 7."
3128
+ "general": "Schiffsverbesserung für die Galeone.",
3129
+ "1": "Aufwertung der Verbesserungsstufe von 0 auf 1.",
3130
+ "2": "Aufwertung der Verbesserungsstufe von 1 auf 2.",
3131
+ "3": "Aufwertung der Verbesserungsstufe von 2 auf 3.",
3132
+ "4": "Aufwertung der Verbesserungsstufe von 3 auf 4",
3133
+ "5": "Aufwertung der Verbesserungsstufe von 4 auf 5.",
3134
+ "6": "Aufwertung der Verbesserungsstufe von 5 auf 6.",
3135
+ "7": "Aufwertung der Verbesserungsstufe von 6 auf 7."
3136
3136
  }
3137
3137
  },
3138
3138
  "hullcarver": {
3139
- "name": "Hullcarver",
3139
+ "name": "Rumpfschnitzer",
3140
3140
  "description": {
3141
- "general": "A high fire-rate weapon that devastates targets with multiple shots."
3141
+ "general": "Eine Waffe mit hoher Feuerrate, die Ziele mit mehreren Schüssen zu Grunde richtet."
3142
3142
  }
3143
3143
  },
3144
3144
  "atmasToll": {
3145
- "name": "Atma's Toll",
3145
+ "name": "Atmas Tribut",
3146
3146
  "description": {
3147
- "general": "Inscribed with an ancient mystical script, this sinister weapon is capable of reaving its enemies while restoring its master."
3147
+ "general": "Diese finstere und mit uralten mystischen Zeichen verzierte Waffe ist in der Lage, den Feind zu verheeren, während sie ihren Meister zusammenflickt."
3148
3148
  }
3149
3149
  },
3150
3150
  "blightbearer": {
3151
- "name": "Blightbearer",
3151
+ "name": "Unheilsbringer",
3152
3152
  "description": {
3153
- "general": "A precise Poison weapon, prized by La Peste's lackeys for its strength against fortified ships."
3153
+ "general": "Eine präzise, giftige Waffe, die von Lakaien von La Peste für ihre Effektivität gegen befestigte Schiffe geschätzt wird."
3154
3154
  }
3155
3155
  },
3156
3156
  "soulsnatcher": {
3157
- "name": "Soulsnatcher",
3157
+ "name": "Seelenräuber",
3158
3158
  "description": {
3159
- "general": "Recovers Hull Health depending on how many enemies hit with a single projectile. A cursed weapon forged in the forgotten rituals of the Fara."
3159
+ "general": "Stellt Rumpfzustand wieder her, je nachdem wie viele Gegner mit einem einzigen Projektil getroffen wurden. Eine verfluchte Waffe, geschmiedet in den vergessenen Ritualen der Fara."
3160
3160
  }
3161
3161
  },
3162
3162
  "deBreker": {
3163
3163
  "name": "De Breker",
3164
3164
  "description": {
3165
- "general": "A heavy bombardment weapon, coveted by the Dutch for its devastating fire and ability to slow down enemies."
3165
+ "general": "Eine Waffe für schwere Bombardierungen, die von den Niederländern für ihre zerstörerischen Feuerstöße geschätzt wird und ihrer Fähigkeit, Feinde zu verlangsamen."
3166
3166
  }
3167
3167
  },
3168
3168
  "floodbound": {
3169
- "name": "Floodbound",
3169
+ "name": "Flutgebunden",
3170
3170
  "description": {
3171
- "general": "A portion of weapon damage dealt to the Brace Health of nearby Flooded targets is converted back into Hull Health, turning any surrounding chaos and rising water into a steady source of recovery."
3171
+ "general": "Ein Teil des Waffenschadens, der dem Deckungszustand naher Ziele mit Überflutet zugefügt wird, wird in Rumpfzustand umgewandelt. So werden aus Chaos und steigendem Wasser, Mittel der Erholung."
3172
3172
  }
3173
3173
  },
3174
3174
  "needleShield": {
3175
- "name": "Needle Shield",
3175
+ "name": "Nadelschild",
3176
3176
  "description": {
3177
- "general": "Bracing against hits from Punctured targets strengthens your defenses and Piercing weapon damage for a short time with this armor, which uses your enemy's weakness to boost your own protection."
3177
+ "general": "Wenn du vor Treffern durch Feinde mit Durchstochen in Deckung gehst, verstärkt diese Panzerung kurzzeitig deine Verteidigung und den Durchschlagswaffenschaden, wobei die Schwäche deines Feindes genutzt wird, um deine eigene Verteidigung zu stärken."
3178
3178
  }
3179
3179
  },
3180
3180
  "drownedOrgan": {
3181
- "name": "Drowned Organ",
3181
+ "name": "Versunkene Orgel",
3182
3182
  "description": {
3183
- "general": "Enhances Mending weapons while the ship is at lower Hull Health. An ancient organ crafted from rust-caked pipes, found in the bowels of a Compagnie warship."
3183
+ "general": "Verbessert heilende Waffen, wenn das Schiff einen niedrigeren Rumpfzustand hat. Eine uralte Orgel mit rostigen Pfeifen die in den Eingeweiden eines Schiffes der Compagnie gefunden wurde."
3184
3184
  }
3185
3185
  },
3186
3186
  "royalRammingWorks": {
3187
- "name": "Royal Ramming Works",
3187
+ "name": "Königliches Rammen",
3188
3188
  "description": {
3189
- "general": "A ramming-focused royal armament that rapidly builds Punctured status, slows targets, amplifies piercing damage, and passivly weakens nearby enemies."
3189
+ "general": "Eine rammen-fokussierte königliche Bewaffnung, die rasant den Statuseffekt Durchstochen aufbaut, Ziele verlangsamt, Durchschlagschaden erhöht und nahe Gegner passiv schwächt."
3190
3190
  }
3191
3191
  },
3192
3192
  "floodwardenStation": {
3193
- "name": "Floodwarden Station",
3193
+ "name": "Hochwasser Schutzstation",
3194
3194
  "description": {
3195
- "general": "Consecutive hits increase Flooding and damage. Missing resets stacks. Flooded enemies deal less damage and remain flooded longer."
3195
+ "general": "Aufeinanderfolgende Treffer erhöhen Überflutet und den Schaden. Fehlschüsse setzen Stapel zurück. Gegner mit Überflutung verursachen weniger Schaden und sind länger Überflutet."
3196
3196
  }
3197
3197
  },
3198
3198
  "hullMarkersTable": {
3199
- "name": "Hull Marker's Table",
3199
+ "name": "Tisch des Rumpfmarkierers",
3200
3200
  "description": {
3201
- "general": "Broadside hits may leave an Impact Mark, turning the target into a damage magnet for cannon fire. Marked hulls take increased cannonball damage, while every cannonball weapon aboard quietly boosts your secondary damage."
3201
+ "general": "Breitseite-Treffer hinterlassen eine Einschlagsmarkierung, wodurch das Ziel zum Magneten für Kanonenfeuer wird. Markierte Rümpfe erleiden erhöhten Kanonenkugelschaden, wobei jede Kanonenkugelwaffe an Bord deinen Sekundärschaden erhöht."
3202
3202
  }
3203
3203
  },
3204
3204
  "physiciansLedger": {
3205
- "name": "Physician's Ledger",
3205
+ "name": "Buch des Mediziners",
3206
+ "description": {
3207
+ "general": "Verbessert die Wirksamkeit der heilenden Waffen nach längerem Einsatz. Andere sind noch weiter gegangen und haben untersucht, wie sich Schussgröße, Winkel und Eintrittsstelle im Körper auswirken."
3208
+ }
3209
+ },
3210
+ "lAiguille": {
3211
+ "name": "L'Aiguille",
3212
+ "description": {
3213
+ "general": "A precise weapon of French design that shatters the hulls of their foes."
3214
+ }
3215
+ },
3216
+ "mortarPowderbench": {
3217
+ "name": "Mortar Powderbench",
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."
3220
+ }
3221
+ },
3222
+ "rocketPowderbench": {
3223
+ "name": "Rocket Powderbench",
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."
3226
+ }
3227
+ },
3228
+ "springloaderPowderbench": {
3229
+ "name": "Springloader Powderbench",
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."
3232
+ }
3233
+ },
3234
+ "verdantHuntsChest": {
3235
+ "name": "Verdant Hunt's Chest",
3206
3236
  "description": {
3207
- "general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
3237
+ "general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
3208
3238
  }
3209
3239
  }
3210
3240
  }
@@ -44,6 +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
49
  "theHelmEvent": "Ist/war kaufbar beim Ruder (Yanita, Houma) während des Events",
48
50
  "outpostLostCityOfPrei": "Außenposten Prei, die verlorene Stadt",
49
51
  "outpostReturnFleetBight": "Außenposten Bucht der Rückkehrerflotte",
@@ -277,6 +279,10 @@
277
279
  "twitchDropRubyNXT": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von RubyNXT",
278
280
  "Y2S4AnniversarySailEmblemContentReward": "Belohnung für das Gewinnen oder Platzieren unter den Top 10 im J2S4 Anniversary Sail Emblem Design Contest",
279
281
  "twitchDropYear3Showcase": "Twitch Drop during the Year 3 Showcase livestream",
280
- "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}"
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
287
  }
282
288
  }