@skullandbonestools/snbdata 8.0.17 → 9.0.1

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 (79) hide show
  1. package/data/achievements.json +8 -0
  2. package/data/cosmetics.json +2097 -82
  3. package/data/items.json +438 -6
  4. package/data/materials.json +4 -0
  5. package/data/seasons.json +8 -1
  6. package/data/sets.json +116 -0
  7. package/data/ships.json +59 -0
  8. package/dist/daos/cosmetics.d.ts +9 -1
  9. package/dist/daos/cosmetics.d.ts.map +1 -1
  10. package/dist/daos/cosmetics.js +7 -2
  11. package/dist/daos/cosmetics.js.map +1 -1
  12. package/dist/types/CosmeticProperties.d.ts +1 -1
  13. package/dist/types/CosmeticProperties.d.ts.map +1 -1
  14. package/dist/types/CosmeticProperties.js +1 -1
  15. package/dist/types/CosmeticProperties.js.map +1 -1
  16. package/languages/ar/ar_achievements.json +4 -0
  17. package/languages/ar/ar_cosmetics.json +1314 -12
  18. package/languages/ar/ar_items.json +85 -0
  19. package/languages/ar/ar_locations.json +14 -1
  20. package/languages/ar/ar_materials.json +4 -0
  21. package/languages/ar/ar_perks.json +160 -0
  22. package/languages/ar/ar_seasons.json +2 -1
  23. package/languages/ar/ar_sets.json +30 -1
  24. package/languages/ar/ar_ships.json +6 -0
  25. package/languages/de/de_achievements.json +4 -0
  26. package/languages/de/de_cosmetics.json +1314 -12
  27. package/languages/de/de_items.json +85 -0
  28. package/languages/de/de_locations.json +14 -1
  29. package/languages/de/de_materials.json +4 -0
  30. package/languages/de/de_perks.json +160 -0
  31. package/languages/de/de_seasons.json +2 -1
  32. package/languages/de/de_sets.json +30 -1
  33. package/languages/de/de_ships.json +6 -0
  34. package/languages/en/en_achievements.json +4 -0
  35. package/languages/en/en_cosmetics.json +1314 -12
  36. package/languages/en/en_items.json +85 -0
  37. package/languages/en/en_locations.json +14 -1
  38. package/languages/en/en_materials.json +4 -0
  39. package/languages/en/en_perks.json +160 -0
  40. package/languages/en/en_seasons.json +2 -1
  41. package/languages/en/en_sets.json +30 -1
  42. package/languages/en/en_ships.json +6 -0
  43. package/languages/es/es_achievements.json +4 -0
  44. package/languages/es/es_cosmetics.json +1314 -12
  45. package/languages/es/es_items.json +85 -0
  46. package/languages/es/es_locations.json +14 -1
  47. package/languages/es/es_materials.json +4 -0
  48. package/languages/es/es_perks.json +160 -0
  49. package/languages/es/es_seasons.json +2 -1
  50. package/languages/es/es_sets.json +30 -1
  51. package/languages/es/es_ships.json +6 -0
  52. package/languages/fr/fr_achievements.json +4 -0
  53. package/languages/fr/fr_cosmetics.json +1314 -12
  54. package/languages/fr/fr_items.json +85 -0
  55. package/languages/fr/fr_locations.json +14 -1
  56. package/languages/fr/fr_materials.json +4 -0
  57. package/languages/fr/fr_perks.json +160 -0
  58. package/languages/fr/fr_seasons.json +2 -1
  59. package/languages/fr/fr_sets.json +30 -1
  60. package/languages/fr/fr_ships.json +6 -0
  61. package/languages/source/achievements.json +4 -0
  62. package/languages/source/cosmetics.json +1314 -12
  63. package/languages/source/items.json +85 -0
  64. package/languages/source/locations.json +14 -1
  65. package/languages/source/materials.json +4 -0
  66. package/languages/source/perks.json +160 -0
  67. package/languages/source/seasons.json +2 -1
  68. package/languages/source/sets.json +30 -1
  69. package/languages/source/ships.json +6 -0
  70. package/languages/zh/zh_achievements.json +4 -0
  71. package/languages/zh/zh_cosmetics.json +1314 -12
  72. package/languages/zh/zh_items.json +85 -0
  73. package/languages/zh/zh_locations.json +14 -1
  74. package/languages/zh/zh_materials.json +4 -0
  75. package/languages/zh/zh_perks.json +160 -0
  76. package/languages/zh/zh_seasons.json +2 -1
  77. package/languages/zh/zh_sets.json +30 -1
  78. package/languages/zh/zh_ships.json +6 -0
  79. package/package.json +1 -1
@@ -3121,6 +3121,91 @@
3121
3121
  "description": {
3122
3122
  "general": "Enthält eine aufgestiegene Event-Waffe"
3123
3123
  }
3124
+ },
3125
+ "galleonUpgrade": {
3126
+ "name": "Galleon Upgrade",
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."
3136
+ }
3137
+ },
3138
+ "hullcarver": {
3139
+ "name": "Hullcarver",
3140
+ "description": {
3141
+ "general": "A high fire-rate weapon that devastates targets with multiple shots."
3142
+ }
3143
+ },
3144
+ "atmasToll": {
3145
+ "name": "Atma's Toll",
3146
+ "description": {
3147
+ "general": "Inscribed with an ancient mystical script, this sinister weapon is capable of reaving its enemies while restoring its master."
3148
+ }
3149
+ },
3150
+ "blightbearer": {
3151
+ "name": "Blightbearer",
3152
+ "description": {
3153
+ "general": "A precise Poison weapon, prized by La Peste's lackeys for its strength against fortified ships."
3154
+ }
3155
+ },
3156
+ "soulsnatcher": {
3157
+ "name": "Soulsnatcher",
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."
3160
+ }
3161
+ },
3162
+ "deBreker": {
3163
+ "name": "De Breker",
3164
+ "description": {
3165
+ "general": "A heavy bombardment weapon, coveted by the Dutch for its devastating fire and ability to slow down enemies."
3166
+ }
3167
+ },
3168
+ "floodbound": {
3169
+ "name": "Floodbound",
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."
3172
+ }
3173
+ },
3174
+ "needleShield": {
3175
+ "name": "Needle Shield",
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."
3178
+ }
3179
+ },
3180
+ "drownedOrgan": {
3181
+ "name": "Drowned Organ",
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."
3184
+ }
3185
+ },
3186
+ "royalRammingWorks": {
3187
+ "name": "Royal Ramming Works",
3188
+ "description": {
3189
+ "general": "A ramming-focused royal armament that rapidly builds Punctured status, slows targets, amplifies piercing damage, and passivly weakens nearby enemies."
3190
+ }
3191
+ },
3192
+ "floodwardenStation": {
3193
+ "name": "Floodwarden Station",
3194
+ "description": {
3195
+ "general": "Consecutive hits increase Flooding and damage. Missing resets stacks. Flooded enemies deal less damage and remain flooded longer."
3196
+ }
3197
+ },
3198
+ "hullMarkersTable": {
3199
+ "name": "Hull Marker's Table",
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."
3202
+ }
3203
+ },
3204
+ "physiciansLedger": {
3205
+ "name": "Physician's Ledger",
3206
+ "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."
3208
+ }
3124
3209
  }
3125
3210
  }
3126
3211
  }
@@ -161,6 +161,7 @@
161
161
  "williamBlackwoodRotatingStoreOathsOfWar": "Ist/war während {{oathsOfWar}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
162
162
  "williamBlackwoodRotatingStoreGutsAndGlory": "Ist/war während {{gutsAndGlory}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
163
163
  "williamBlackwoodRotatingStoreEyeOfTheBeast": "Ist/war während {{eyeOfTheBeast}} in William Blackwoods zeitlich begrenztem Geschäft erhältlich",
164
+ "williamBlackwoodRotatingStoreShatteredSeas": "Is/was purchasable at William Blackwood's rotating store during {{shatteredSeas}}",
164
165
  "ungwanaConvoyTreasureChest": "Mögliche Belohnung aus Ungwana Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Ungwana Händlerkonvoi)",
165
166
  "rempahConvoyTreasureChest": "Mögliche Belohnung aus Rempah Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Rempah Händlerkonvoi)",
166
167
  "faraConvoyTreasureChest": "Mögliche Belohnung aus Fara Schatzkiste (erhalten beim Versenken eines Schiffes aus einem Fara Händlerkonvoi)",
@@ -197,6 +198,7 @@
197
198
  "williamBlackwoodSeasonalItemOathsOfWar": "Ist/war während {{oathsOfWar}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
198
199
  "williamBlackwoodSeasonalItemGutsAndGlory": "Ist/war während {{gutsAndGlory}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
199
200
  "williamBlackwoodSeasonalItemEyeOfTheBeast": "Ist/war während {{eyeOfTheBeast}} als saisonaler Gegenstand in William Blackwoods Geschäft erhältlich",
201
+ "williamBlackwoodSeasonalItemShatteredSeas": "Is/was purchasable as seasonal item in William Blackwood's store during {{shatteredSeas}}",
200
202
  "corruptCompagnieOfficerOutpost": "Korrupter Offizier der Compagnie",
201
203
  "corruptDmcOfficerOutpost": "Korrupter Offizier der NHG",
202
204
  "ungwanaMerchantOutpost": "Ungwanischer Händler bei verschiedenen Außenposten",
@@ -250,6 +252,12 @@
250
252
  "retributionWarRewardWonTerritory7": "Belohnung für das Erobern von sieben Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
251
253
  "retributionWarRewardWonTerritory8": "Belohnung für das Erobern von acht Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
252
254
  "retributionWarRewardWonTerritory11": "Belohnung für das Erobern von elf Gebieten im Vergeltungskrieg mit der zugehörigen Fraktion",
255
+ "dominionWarEffortReward": "Reward for contributing War Assets to the Dominion War",
256
+ "dominionWarRewardWonTerritory1": "Reward for winning one territory in the Dominion War with the aligned faction",
257
+ "dominionWarRewardWonTerritory4": "Reward for winning four territories in the Dominion War with the aligned faction",
258
+ "dominionWarRewardWonTerritory5": "Reward for winning five territories in the Dominion War with the aligned faction",
259
+ "dominionWarRewardWonTerritory8": "Reward for winning eight territories in the Dominion War with the aligned faction",
260
+ "dominionWarRewardWonTerritory11": "Reward for winning eleven territories in the Dominion War with the aligned faction",
253
261
  "twitchDropSpammals": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von Spammals",
254
262
  "unboundReaperReward": "Erhalten beim Versenken des Ungebundenen Schnitters",
255
263
  "dropDuringMythicLaPesteEncounter": "Mögliche Belohnung von La Pestes Verstärkungen während der mythischen La Peste-Begegnung",
@@ -257,6 +265,7 @@
257
265
  "twitchDropAzureSolsticeY2S3": "Twitch Drop während des Azur-Sonnenwenden Events in {{gutsAndGlory}}",
258
266
  "factionWarWinReward": "Belohnung für den Sieg der Fraktion im Fraktionskrieg",
259
267
  "retributionWarWinReward": "Belohnung für den Sieg der Fraktion im Vergeltungskrieg",
268
+ "dominionWarWinReward": "Reward for that faction to win the Dominion War",
260
269
  "purchasableWithSilverLionsAtTheFoundingChest": "Ist/war mit Silberlöwen in der Gründungstruhe in Sainte Anne während des Ereignisses kaufbar",
261
270
  "rewardForCompleting8EventChallenges": "Belohnung für den Abschluss von 8 Herausforderungen während des Events",
262
271
  "williamBlackwoodStore": "Ist/war kaufbar in William Blackwoods Geschäft",
@@ -267,6 +276,10 @@
267
276
  "twitchDropLilywhiteTV": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von LilywhiteTV",
268
277
  "twitchDropRubyNXT": "Zeitlich begrenzter Twitch-Drop während eines Livestreams von RubyNXT",
269
278
  "Y2S4AnniversarySailEmblemContentReward": "Belohnung für das Gewinnen oder Platzieren unter den Top 10 im J2S4 Anniversary Sail Emblem Design Contest",
270
- "twitchDropYear3Showcase": "Twitch Drop during the Year 3 Showcase livestream"
279
+ "twitchDropYear3Showcase": "Twitch Drop during the Year 3 Showcase livestream",
280
+ "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
281
+ "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
282
+ "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
283
+ "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
271
284
  }
272
285
  }
@@ -627,6 +627,10 @@
627
627
  "deepIronPlates": {
628
628
  "name": "Tiefeisenplatten",
629
629
  "description": ""
630
+ },
631
+ "nightshadePearl": {
632
+ "name": "Nightshade Pearl",
633
+ "description": "A dark and mysterious pearl that comes from various dubious sources ranging from something that is being harvested from the Kraken to being highly sought after in underground trades involving lots of powerful figures."
630
634
  }
631
635
  }
632
636
  }
@@ -823,6 +823,7 @@
823
823
  "toxic": {
824
824
  "name": "Toxisch",
825
825
  "description": {
826
+ "2": "Adds 20% of damage as Toxic Damage",
826
827
  "3": "Fügt 30 % des Schadens als Giftschaden hinzu"
827
828
  }
828
829
  },
@@ -3140,6 +3141,165 @@
3140
3141
  "Wenn du dasselbe Ziel mehrmals hintereinander triffst, wird auch Deckungsstärke um 2% pro Treffer wiederhergestellt"
3141
3142
  ]
3142
3143
  }
3144
+ },
3145
+ "ironThunder": {
3146
+ "name": "Iron Thunder",
3147
+ "description": {
3148
+ "general": [
3149
+ "This ship gains a second row of lower deck weaponry",
3150
+ "Weapons equipped will deal 10% more weapon damage within 350m",
3151
+ "This ship gradually charges the status \"Iron Thunder\" over 1.5 seconds when it is not reloading any non-auxiliary weapon, which increases damage dealt by 65%. \"Iron Thunder\" is removed after 3 seconds on damage dealt to targets",
3152
+ "Allied XSML, SML and MED ships within 500m gain 10% increased damage for 30s while \"Iron Thunder\" is active"
3153
+ ]
3154
+ }
3155
+ },
3156
+ "redWake": {
3157
+ "name": "Red Wake",
3158
+ "description": {
3159
+ "general": [
3160
+ "Increase damage dealt to targets within 250m by 35% when \"Iron Thunder\" is active",
3161
+ "On fully charging \"Iron Thunder\" or upon destroying a target, confer \"Red Wake\" status on your ship, which increases top speed by 50% for 15 seconds"
3162
+ ]
3163
+ }
3164
+ },
3165
+ "galleonUpgrade": {
3166
+ "description": {
3167
+ "1": [
3168
+ "Increases Hull Health to 93600",
3169
+ "Increases Brace Strength to 18720"
3170
+ ],
3171
+ "2": [
3172
+ "Increases Cargo to 190000"
3173
+ ],
3174
+ "3": [
3175
+ "Increases Base Ship Rank to 6",
3176
+ "Increases Top Speed to 13kn",
3177
+ "Increases Trimming Speed to 17kn",
3178
+ "Adds 'Deep Blue' perk"
3179
+ ],
3180
+ "4": [
3181
+ "Increases Hull Health to 105930",
3182
+ "Increases Brace Strength to 21186"
3183
+ ],
3184
+ "5": [
3185
+ "Increases Base Ship Rank to 7",
3186
+ "Increases Furniture Slots to 6"
3187
+ ],
3188
+ "6": [
3189
+ "Increases Base Ship Rank to 8",
3190
+ "Increases Brace Strength Recovery by 12.5%",
3191
+ "Adds 'Red Wake' perk"
3192
+ ],
3193
+ "7": [
3194
+ "Increases Base Ship Rank to 9",
3195
+ "Increases Hull Health to 116523",
3196
+ "Increases Brace Strength to 23304",
3197
+ "Increases Brace Strength Recovery by 25%"
3198
+ ]
3199
+ }
3200
+ },
3201
+ "pulverize": {
3202
+ "name": "Pulverize",
3203
+ "description": {
3204
+ "general": [
3205
+ "After landing 6 consecutive hits, increase this weapon's damage by 12% for 25s. If the target is Punctured, hits increase weapon damage up to 18% instead",
3206
+ "Missing a hit removes this effect"
3207
+ ]
3208
+ }
3209
+ },
3210
+ "mysticMend": {
3211
+ "name": "Mystic Mend",
3212
+ "description": {
3213
+ "general": [
3214
+ "Heals for 10% of damage dealt",
3215
+ "Hitting 16 projectiles in one salvo increases mending amount received from this weapon to 35% for 16s"
3216
+ ]
3217
+ }
3218
+ },
3219
+ "sickly": {
3220
+ "name": "Sickly",
3221
+ "description": {
3222
+ "general": [
3223
+ "For each 1% Brace Strength missing from the target, deal 0.5% more weapon damage with this weapon up to 15%",
3224
+ "If the target is Poisoned, gain an extra 30%"
3225
+ ]
3226
+ }
3227
+ },
3228
+ "hauntingMend": {
3229
+ "name": "Haunting Mend",
3230
+ "description": {
3231
+ "general": [
3232
+ "20% of damage dealt restores Hull Health, increasing by 20% for every additional target within the impact radius, up to a maximum of 60%"
3233
+ ]
3234
+ }
3235
+ },
3236
+ "oceansSnare": {
3237
+ "name": "Ocean's Snare",
3238
+ "description": {
3239
+ "general": [
3240
+ "Hits from this weapon reduce the target's sailing speed by an additional 12% when they are Flooded",
3241
+ "Hits on stationary targets or targets affected by Flooded or Torn Sails status deal 60% more damage"
3242
+ ]
3243
+ }
3244
+ },
3245
+ "tideOfRestoration": {
3246
+ "name": "Tide of Restoration",
3247
+ "description": {
3248
+ "general": [
3249
+ "20% of weapon damage dealt to your Brace Strength by Flooded targets within 150m is restores as Hull Health to your ship"
3250
+ ]
3251
+ }
3252
+ },
3253
+ "brackishBite": {
3254
+ "name": "Brackish Bite",
3255
+ "description": {
3256
+ "general": [
3257
+ "Bracing hits from Punctured targets increases Armor Rating by 5% up to 15% and Piercing Weapon damage by 3% up to 9% for 30s"
3258
+ ]
3259
+ }
3260
+ },
3261
+ "drownedOrgan": {
3262
+ "description": {
3263
+ "general": [
3264
+ "Mending Weapons deal 20% more weapon damage while your ship is below 60% Hull Health",
3265
+ "Mending Weapons gain 1% Secondary Damage per 1% Hull Health missing up to 30%",
3266
+ "Increases Max Hull Health by 1% per Mending weapon equipped"
3267
+ ]
3268
+ }
3269
+ },
3270
+ "royalRammingWorks": {
3271
+ "description": {
3272
+ "general": [
3273
+ "Ramming instantly builds 50% of the Punctured status effect on the target, and additionally causes the target to slow down by 20% for 20s",
3274
+ "If the target is Punctured, it will receive 15% more damage from Piercing weapons",
3275
+ "Targets within 250m receive 7% more Punctured status charge"
3276
+ ]
3277
+ }
3278
+ },
3279
+ "floodwardenStation": {
3280
+ "description": {
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",
3284
+ "Increases duration of the Flooded status effect on a target by 10%"
3285
+ ]
3286
+ }
3287
+ },
3288
+ "hullMarkersTable": {
3289
+ "description": {
3290
+ "general": [
3291
+ "Broadside weapon hits have a 5% chance to apply an Impact Mark. Affected targets receive 20% more damage from every cannonball ammo for 20s",
3292
+ "For every Cannonball ammo weapon equipped, Secondary Damage of equipped weapons increases by 5%"
3293
+ ]
3294
+ }
3295
+ },
3296
+ "physiciansLedger": {
3297
+ "description": {
3298
+ "general": [
3299
+ "Increases Secondary Damage dealt by Mending Weapons by 7% per consecutive hit up to 35% for 5s",
3300
+ "Increases Projectile Speed of Mending Weapons by 12%"
3301
+ ]
3302
+ }
3143
3303
  }
3144
3304
  }
3145
3305
  }
@@ -8,6 +8,7 @@
8
8
  "ascentIntoChaos": "J2S1 - Hinauf ins Chaos",
9
9
  "oathsOfWar": "J2S2 - Kriegsgeschwüre",
10
10
  "gutsAndGlory": "J2S3 - Ruhm und Ehre",
11
- "eyeOfTheBeast": "J2S4 - Im Auge der Bestie"
11
+ "eyeOfTheBeast": "J2S4 - Im Auge der Bestie",
12
+ "shatteredSeas": "Y3S1 - Shattered Seas"
12
13
  }
13
14
  }
@@ -422,6 +422,35 @@
422
422
  "deathlyWishes": "Tödliche Wünsche Set",
423
423
  "oranjeDominion": "Oranje Dominion Set",
424
424
  "velvetRequiem": "Samtweiches Requiem",
425
- "ashesOfAllegiance": "Asche der Zugehörigkeit"
425
+ "masqueRenegade": "Masqué Renegade Set",
426
+ "maneOfGlory": "Mane of Glory Set",
427
+ "fumesOfDoom": "Fumes of Doom Set",
428
+ "songOfTheSirens": "Song of the Sirens Set",
429
+ "eternalInferno": "Eternal Inferno Set",
430
+ "deathsCue": "Death's Cue Set",
431
+ "burningBeast": "Burning Beast Set",
432
+ "huntersWrath": "Hunter's Wrath Set",
433
+ "shadowBlade": "Shadow Blade Set",
434
+ "summerDreams": "Summer Dreams Set",
435
+ "leonasLegend": "Leona's Legend Set",
436
+ "theBohemian": "The Bohemian Set",
437
+ "wastelandWarrior": "Wasteland Warrior Set",
438
+ "jadeProwler": "Jade Prowler Set",
439
+ "libertysHorn": "Liberty's Horn Set",
440
+ "ashesOfAllegiance": "Asche der Zugehörigkeit",
441
+ "theGunSaint": "The Gun Saint Set",
442
+ "exileRoyal": "Exile Royal Set",
443
+ "hellfireReign": "Hellfire Reign Set",
444
+ "cursedDjinns": "Cursed Djinn's Set",
445
+ "renegadeRoyale": "Renegade Royale Set",
446
+ "demonKing": "Demon King Set",
447
+ "tripleTrouble": "Triple Trouble Set",
448
+ "anthemOfAnarchy": "Anthem of Anarchy Set",
449
+ "dragonblood": "Dragonblood Set",
450
+ "desertMarauder": "Desert Marauder Set",
451
+ "opalIslander": "Opal Islander Set",
452
+ "gildedMaw": "Gilded Maw Set",
453
+ "rogueOWar": "Rogue O' War Set",
454
+ "narcissus": "Narcissus Set"
426
455
  }
427
456
  }
@@ -107,6 +107,12 @@
107
107
  "description": {
108
108
  "general": "Ein Schiff, das sich dadurch auszeichnet, den Verlauf einer Schlacht zu kontrollieren und zu lenken. Es wird von den Kapitänen der Compagnie Royale und von Piraten bevorzugt, die die Herrschaft über die Meere anstreben."
109
109
  }
110
+ },
111
+ "galleon": {
112
+ "name": "Galleon",
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."
115
+ }
110
116
  }
111
117
  }
112
118
  }
@@ -267,6 +267,10 @@
267
267
  "tarnisher": {
268
268
  "name": "Tarnisher",
269
269
  "description": "Deal %s damage to weakpoints in The Nian"
270
+ },
271
+ "claimToFameY3S1": {
272
+ "name": "Claim to Fame (Y3S1)",
273
+ "description": "Gain %s Infamy in Year 3 Season 1"
270
274
  }
271
275
  }
272
276
  }