@skullandbonestools/snbdata 8.0.2 → 8.0.4

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 (57) hide show
  1. package/data/cosmetics.json +593 -137
  2. package/data/items.json +73 -29
  3. package/data/sets.json +28 -0
  4. package/data/worldEvents.json +8 -0
  5. package/dist/daos/cosmetics.d.ts +15 -1
  6. package/dist/daos/cosmetics.d.ts.map +1 -1
  7. package/dist/daos/cosmetics.js +9 -1
  8. package/dist/daos/cosmetics.js.map +1 -1
  9. package/dist/daos/items.d.ts +8 -1
  10. package/dist/daos/items.d.ts.map +1 -1
  11. package/dist/daos/items.js +5 -1
  12. package/dist/daos/items.js.map +1 -1
  13. package/dist/types/CosmeticProperties.d.ts +1 -1
  14. package/dist/types/CosmeticProperties.d.ts.map +1 -1
  15. package/dist/types/CosmeticProperties.js +1 -1
  16. package/dist/types/CosmeticProperties.js.map +1 -1
  17. package/languages/ar/ar_cosmetics.json +300 -0
  18. package/languages/ar/ar_items.json +25 -1
  19. package/languages/ar/ar_locations.json +4 -3
  20. package/languages/ar/ar_sets.json +8 -1
  21. package/languages/ar/ar_worldEvents.json +3 -1
  22. package/languages/de/de_cosmetics.json +306 -6
  23. package/languages/de/de_items.json +25 -1
  24. package/languages/de/de_locations.json +4 -3
  25. package/languages/de/de_materials.json +8 -8
  26. package/languages/de/de_sets.json +9 -2
  27. package/languages/de/de_worldEvents.json +3 -1
  28. package/languages/en/en_cosmetics.json +300 -0
  29. package/languages/en/en_items.json +25 -1
  30. package/languages/en/en_locations.json +4 -3
  31. package/languages/en/en_sets.json +8 -1
  32. package/languages/en/en_worldEvents.json +3 -1
  33. package/languages/es/es_cosmetics.json +300 -0
  34. package/languages/es/es_items.json +25 -1
  35. package/languages/es/es_locations.json +4 -3
  36. package/languages/es/es_sets.json +8 -1
  37. package/languages/es/es_worldEvents.json +3 -1
  38. package/languages/fr/fr_achievements.json +75 -75
  39. package/languages/fr/fr_cosmetics.json +300 -0
  40. package/languages/fr/fr_events.json +1 -1
  41. package/languages/fr/fr_items.json +25 -1
  42. package/languages/fr/fr_locations.json +4 -3
  43. package/languages/fr/fr_regions.json +4 -4
  44. package/languages/fr/fr_sets.json +8 -1
  45. package/languages/fr/fr_territories.json +46 -46
  46. package/languages/fr/fr_worldEvents.json +3 -1
  47. package/languages/source/cosmetics.json +300 -0
  48. package/languages/source/items.json +25 -1
  49. package/languages/source/locations.json +4 -3
  50. package/languages/source/sets.json +8 -1
  51. package/languages/source/worldEvents.json +3 -1
  52. package/languages/zh/zh_cosmetics.json +300 -0
  53. package/languages/zh/zh_items.json +25 -1
  54. package/languages/zh/zh_locations.json +4 -3
  55. package/languages/zh/zh_sets.json +8 -1
  56. package/languages/zh/zh_worldEvents.json +3 -1
  57. package/package.json +1 -1
@@ -21203,6 +21203,306 @@
21203
21203
  "description": {
21204
21204
  "general": "Messy but magnificent"
21205
21205
  }
21206
+ },
21207
+ "netherworld": {
21208
+ "name": "Netherworld",
21209
+ "description": {
21210
+ "general": "Dead flames glow the brightest"
21211
+ }
21212
+ },
21213
+ "burningMist": {
21214
+ "name": "Burning Mist",
21215
+ "description": {
21216
+ "general": "Sin and singed edges"
21217
+ }
21218
+ },
21219
+ "graveyardWind": {
21220
+ "name": "Graveyard Wind",
21221
+ "description": {
21222
+ "general": "Cracked sails that whisper words of the dead"
21223
+ }
21224
+ },
21225
+ "soulReaper": {
21226
+ "name": "Soul Reaper",
21227
+ "description": {
21228
+ "general": "\"poor things are barely hanging on!\""
21229
+ }
21230
+ },
21231
+ "hellfiresShine": {
21232
+ "name": "Hellfire's Shine",
21233
+ "description": {
21234
+ "general": "\"A classy upgrade fer yer rotten hull!\""
21235
+ }
21236
+ },
21237
+ "twinforged": {
21238
+ "name": "Twinforged",
21239
+ "description": {
21240
+ "general": "Twice the hell to raise"
21241
+ }
21242
+ },
21243
+ "boneglint": {
21244
+ "name": "Boneglint",
21245
+ "description": {
21246
+ "general": "A ghostly turn of fortune"
21247
+ }
21248
+ },
21249
+ "crownedDeepskin": {
21250
+ "name": "Crowned Deepskin",
21251
+ "description": {
21252
+ "general": "Born of sky, sea, and fire, it bows to none"
21253
+ }
21254
+ },
21255
+ "gildscroll": {
21256
+ "name": "Gildscroll",
21257
+ "description": {
21258
+ "general": "Unfurls like a royal decree"
21259
+ }
21260
+ },
21261
+ "bloodiedWings": {
21262
+ "name": "Bloodied Wings",
21263
+ "description": {
21264
+ "general": "Blackened cloth, stitched with wrath and gold"
21265
+ }
21266
+ },
21267
+ "throatReaver": {
21268
+ "name": "Throat Reaver",
21269
+ "description": {
21270
+ "general": "Grips the tide, hungers for the kill"
21271
+ }
21272
+ },
21273
+ "emberwake": {
21274
+ "name": "Emberwake",
21275
+ "description": {
21276
+ "general": "Forged in flame, polished with conquest"
21277
+ }
21278
+ },
21279
+ "crimsonRiot": {
21280
+ "name": "Crimson Riot",
21281
+ "description": {
21282
+ "general": "Crimson-lit, carved to conquer"
21283
+ }
21284
+ },
21285
+ "beaconOfFury": {
21286
+ "name": "Beacon of Fury",
21287
+ "description": {
21288
+ "general": "Wings of fire, carved with fury, crowned in flight"
21289
+ }
21290
+ },
21291
+ "chomperfin": {
21292
+ "name": "Chomperfin",
21293
+ "description": {
21294
+ "general": "This little guy has the most legendary battle squeak"
21295
+ }
21296
+ },
21297
+ "endslash": {
21298
+ "name": "Endslash",
21299
+ "description": {
21300
+ "general": "Heads will roll"
21301
+ }
21302
+ },
21303
+ "daggerpoint": {
21304
+ "name": "Daggerpoint",
21305
+ "description": {
21306
+ "general": "Etched in the ashes of your enemies"
21307
+ }
21308
+ },
21309
+ "goldenGuillotine": {
21310
+ "name": "Golden Guillotine",
21311
+ "description": {
21312
+ "general": "A bit of razzle, dazzle, and death"
21313
+ }
21314
+ },
21315
+ "broadaxeEddy": {
21316
+ "name": "Broadaxe Eddy",
21317
+ "description": {
21318
+ "general": "The nicest guy around, really"
21319
+ }
21320
+ },
21321
+ "aSanguineEnd": {
21322
+ "name": "A Sanguine End",
21323
+ "description": {
21324
+ "general": "The sea runs red with destruction"
21325
+ }
21326
+ },
21327
+ "executioner": {
21328
+ "name": "Executioner",
21329
+ "description": {
21330
+ "general": "\"Get to the chopping block, now!\""
21331
+ }
21332
+ },
21333
+ "cerberusCall": {
21334
+ "name": "Cerberus Call",
21335
+ "description": {
21336
+ "general": "Always hungry for the hunt"
21337
+ }
21338
+ },
21339
+ "wolfmark": {
21340
+ "name": "Wolfmark",
21341
+ "description": {
21342
+ "general": "A rather beastly trim"
21343
+ }
21344
+ },
21345
+ "umberhide": {
21346
+ "name": "Umberhide",
21347
+ "description": {
21348
+ "general": "There might be some fur on this one"
21349
+ }
21350
+ },
21351
+ "theDamnedOnes": {
21352
+ "name": "The Damned Ones",
21353
+ "description": {
21354
+ "general": "Three very good bois"
21355
+ }
21356
+ },
21357
+ "rustyBones": {
21358
+ "name": "Rusty Bones",
21359
+ "description": {
21360
+ "general": "The color of guts and glory"
21361
+ }
21362
+ },
21363
+ "hellHound": {
21364
+ "name": "Hell Hound",
21365
+ "description": {
21366
+ "general": "\"Bitey, bitey!\""
21367
+ }
21368
+ },
21369
+ "moltenFang": {
21370
+ "name": "Molten Fang",
21371
+ "description": {
21372
+ "general": "Steer your way to hell"
21373
+ }
21374
+ },
21375
+ "crownAndPistols": {
21376
+ "name": "Crown and Pistols",
21377
+ "description": {
21378
+ "general": "Regal steel and crossed promises"
21379
+ }
21380
+ },
21381
+ "writOfBlood": {
21382
+ "name": "Writ of Blood",
21383
+ "description": {
21384
+ "general": "Filigree flourishes mask the truth. Every scroll signed in red."
21385
+ }
21386
+ },
21387
+ "burgundyBetrayal": {
21388
+ "name": "Burgundy Betrayal",
21389
+ "description": {
21390
+ "general": "Wine-dark. Rich as a feast."
21391
+ }
21392
+ },
21393
+ "sovereignsTarnish": {
21394
+ "name": "Sovereign's Tarnish",
21395
+ "description": {
21396
+ "general": "A sheen dulled by salt and smoke"
21397
+ }
21398
+ },
21399
+ "brineAndBone": {
21400
+ "name": "Brine and Bone",
21401
+ "description": {
21402
+ "general": "Stiffened by brine, edges crusted with mirror-dust"
21403
+ }
21404
+ },
21405
+ "saltyVisions": {
21406
+ "name": "Salty Visions",
21407
+ "description": {
21408
+ "general": "Forged from cursed silver"
21409
+ }
21410
+ },
21411
+ "candleBehindGlass": {
21412
+ "name": "Candle Behind Glass",
21413
+ "description": {
21414
+ "general": "A pale flame. A memory of midnight."
21415
+ }
21416
+ },
21417
+ "theGildedRemnant": {
21418
+ "name": "The Gilded Remnant",
21419
+ "description": {
21420
+ "general": "Silver leaf and indigo leather, lacquered by the abyss"
21421
+ }
21422
+ },
21423
+ "promiseUnkept": {
21424
+ "name": "Promise Unkept",
21425
+ "description": {
21426
+ "general": "Weathered lace and tear-streaked satin"
21427
+ }
21428
+ },
21429
+ "claspOfAnOath": {
21430
+ "name": "Clasp of An Oath",
21431
+ "description": {
21432
+ "general": "Silvered leather, cracked and shining. Grips like a promise."
21433
+ }
21434
+ },
21435
+ "deathsHeadHand": {
21436
+ "name": "Death's Head",
21437
+ "description": {
21438
+ "general": "A ring of tarnished silver, fuses to the wearer's finger"
21439
+ }
21440
+ },
21441
+ "drownedLedgers": {
21442
+ "name": "Drowned Ledgers",
21443
+ "description": {
21444
+ "general": "Pockets of silt, candle-fat, and old accounts"
21445
+ }
21446
+ },
21447
+ "theProfamedCourt": {
21448
+ "name": "The Profaned Court",
21449
+ "description": {
21450
+ "general": "Polished black, cracked like a parched seabed"
21451
+ }
21452
+ },
21453
+ "lordsDefiance": {
21454
+ "name": "Lord's Defiance",
21455
+ "description": {
21456
+ "general": "Feathers for the court, steel for the storm."
21457
+ }
21458
+ },
21459
+ "duellistsMark": {
21460
+ "name": "Duellist's Mark",
21461
+ "description": {
21462
+ "general": "\"He struck first. I struck last.\""
21463
+ }
21464
+ },
21465
+ "theCorsairsVesture": {
21466
+ "name": "The Corsair's Vesture",
21467
+ "description": {
21468
+ "general": "A gentleman doesn't dress down for mutiny"
21469
+ }
21470
+ },
21471
+ "challengersTotem": {
21472
+ "name": "Challenger's Totem",
21473
+ "description": {
21474
+ "general": "\"My family's mark, and proof I survived them.\""
21475
+ }
21476
+ },
21477
+ "gentlemansGrip": {
21478
+ "name": "Gentleman's Grip",
21479
+ "description": {
21480
+ "general": "\"A steady hand for brandy or blade.\""
21481
+ }
21482
+ },
21483
+ "duelingSash": {
21484
+ "name": "Dueling Sash",
21485
+ "description": {
21486
+ "general": "\"A nobleman's belt once. Now it holds grudges.\""
21487
+ }
21488
+ },
21489
+ "roguesBreeches": {
21490
+ "name": "Rogue's Breeches",
21491
+ "description": {
21492
+ "general": "\"Tailored in London. Torn in Nassau. Fitted for the future.\""
21493
+ }
21494
+ },
21495
+ "gallantSteps": {
21496
+ "name": "Gallant Steps",
21497
+ "description": {
21498
+ "general": "Some habits die harder than kings"
21499
+ }
21500
+ },
21501
+ "nightBark": {
21502
+ "name": "Night Bark",
21503
+ "description": {
21504
+ "general": "A worthy upgrade for a true pirate metalhead"
21505
+ }
21206
21506
  }
21207
21507
  }
21208
21508
  }
@@ -2279,7 +2279,7 @@
2279
2279
  "phoenixsTalonStrongbox": {
2280
2280
  "name": "Phoenix's Talon Strongbox",
2281
2281
  "description": {
2282
- "general": "Phoenix's Talon Strongbox"
2282
+ "general": "A tightly sealed strongbox containing items that once belonged to Li Tian Ning"
2283
2283
  }
2284
2284
  },
2285
2285
  "ascensionChest": {
@@ -3079,6 +3079,30 @@
3079
3079
  "description": {
3080
3080
  "general": "An ornate chest containing spoils from formidable foes of seasons past."
3081
3081
  }
3082
+ },
3083
+ "zamaharibuChest": {
3084
+ "name": "Mysterious Chest (Zamaharibu)",
3085
+ "description": {
3086
+ "general": "What rare finds lie within?"
3087
+ }
3088
+ },
3089
+ "megaLestariChest": {
3090
+ "name": "Mysterious Chest (Mega Lestari)",
3091
+ "description": {
3092
+ "general": "What rare finds lie within?"
3093
+ }
3094
+ },
3095
+ "zamaharibusEye": {
3096
+ "name": "Zamaharibu's Eye",
3097
+ "description": {
3098
+ "general": "Plucked from the eye socket of an age-old beast. Its unflinching gaze instills primal fear in you, as though you were being hunted like prey."
3099
+ }
3100
+ },
3101
+ "megaLestarisEye": {
3102
+ "name": "Mega Lestari's Eye",
3103
+ "description": {
3104
+ "general": "Taken from the head of an elusive master predator, unmatched in ferocity"
3105
+ }
3082
3106
  }
3083
3107
  }
3084
3108
  }
@@ -104,8 +104,6 @@
104
104
  "rogueTraderBertramFugler": "Comerciante de los proscritos Bertram Fugler, Bertie Bonanza",
105
105
  "rogueTraderJasperRagsdale": "Comerciante de los proscritos Jasper Ragsdale, El Toro",
106
106
  "rogueTraderRosettaLaw": "Comerciante de los proscritos Rosetta Law, La Sirena",
107
- "zamaharibuChest": "Posible aparición en el cofre misterioso (se obtiene al completar el contrato «Fauces de venganza», matando a Zamaharibu)",
108
- "megaLestariChest": "Posible aparición en el cofre misterioso (se obtiene al completar el contrato \"Muerte silenciosa\": matar al Mega Lestari)",
109
107
  "dropLestari": "Posible obtención al matar al monstruo marino Lestari y Mega Lestari",
110
108
  "heavensreachStep1": "1. Reúne las 12 cartas estelares y tenlas en tu inventario",
111
109
  "heavensreachStep2": "2. Acepta el contrato de El destino de las estrellas en el puesto de avanzada de Vorona Falls",
@@ -254,6 +252,9 @@
254
252
  "purchasableWithSilverLionsAtTheFoundingChest": "Is/was purchasable with Silver Lions at the Founding Chest in Saint Anne during the Event",
255
253
  "rewardForCompleting8EventChallenges": "Reward for completing 8 Challenges of the Event",
256
254
  "williamBlackwoodStore": "Is/was purchasable in William Blackwood's store",
257
- "twitchDropStartYear2Season4": "Twitch Drops at the start of {{eyeOfTheBeast}}"
255
+ "twitchDropStartYear2Season4": "Twitch Drops at the start of {{eyeOfTheBeast}}",
256
+ "zamaharibuEyeReward": "Reward for handing in Zamaharibu's Eye at the Sea People Hunter Master at Outpost Lanitra",
257
+ "megaLestariEyeReward": "Reward for handing in Mega Lestari's Eye at the Sea People Hunter Master at Outpost Lanitra",
258
+ "krakenInkGlandsReward": "Reward for handing in Kraken Ink Glands at the Sea People Hunter Master at Outpost Lanitra"
258
259
  }
259
260
  }
@@ -405,6 +405,13 @@
405
405
  "midnightMarquis": "Midnight Marquis Set",
406
406
  "oceansBrood": "Ocean's Brood Set",
407
407
  "friendlyFoes": "Friendly Foes Set",
408
- "cutthroatsCreed": "Cutthroat's Creed 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"
409
416
  }
410
417
  }
@@ -73,6 +73,8 @@
73
73
  "warConvoy": "War Convoy",
74
74
  "opstuwing": "Mighty Opwelling",
75
75
  "soleilImperial": "Mighty Soleil Royal",
76
- "kraken": "Kraken"
76
+ "kraken": "Kraken",
77
+ "theDrowningPlague": "The Drowning Plague",
78
+ "jawsOfRetribution": "Jaws of Retribution"
77
79
  }
78
80
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "achievements": {
3
3
  "ballistaMastery": {
4
- "name": "Ballista Mastery",
4
+ "name": "Maîtrise des balistes",
5
5
  "description": "Deal %s damage using Ballista."
6
6
  },
7
7
  "mortarMastery": {
@@ -69,152 +69,152 @@
69
69
  "description": "Deal %s damage using Divine Wind."
70
70
  },
71
71
  "lumberjack": {
72
- "name": "Lumberjack",
73
- "description": "Gather %s Wood."
72
+ "name": "Bûcheron",
73
+ "description": "Rassemblez %s Bois."
74
74
  },
75
75
  "masterChef": {
76
- "name": "Master Chef",
77
- "description": "Gather %s Food."
76
+ "name": "Chef cuisinier",
77
+ "description": "Rassemblez %s Nourriture."
78
78
  },
79
79
  "masterHarvester": {
80
- "name": "Master Harvester",
81
- "description": "Gather %s Fiber."
80
+ "name": "Maître récolteur",
81
+ "description": "Récoltez %s Fibre."
82
82
  },
83
83
  "masterSmith": {
84
- "name": "Master Smith",
85
- "description": "Craft %s Metal."
84
+ "name": "Maître de Forge",
85
+ "description": "Récupérez %s Métal."
86
86
  },
87
87
  "silversmith": {
88
- "name": "Silversmith",
89
- "description": "Earn %s Silver."
88
+ "name": "Orfèvre",
89
+ "description": "Remportez %s Argent."
90
90
  },
91
91
  "fortuneFinder": {
92
- "name": "Fortune Finder",
93
- "description": "Complete %s Treasure Maps."
92
+ "name": "Découvreur de fortune",
93
+ "description": "Terminez %s cartes au trésor."
94
94
  },
95
95
  "keeperOfEights": {
96
- "name": "Keeper of Eights",
97
- "description": "Earn %s Pieces of Eight."
96
+ "name": "Gardien des Huit",
97
+ "description": "Remportez %s Pièce de Huit."
98
98
  },
99
99
  "plagueEnder": {
100
- "name": "Plague Ender",
101
- "description": "Complete the \"The Plague King\" world event %s times."
100
+ "name": "Finisseur de peste",
101
+ "description": "Terminer RECHERCHÉ : Philipe La Peste (Dangereux) %s fois."
102
102
  },
103
103
  "cursebreaker": {
104
- "name": "Cursebreaker",
105
- "description": "Complete the \"The Looming Schadow\" world event %s times."
104
+ "name": "Briseur de malédiction",
105
+ "description": "Terminer RECHERCHÉ : Vikram Rajan (Dangereux) %s fois."
106
106
  },
107
107
  "redeemer": {
108
- "name": "Redeemer",
109
- "description": "Complete the \"The Great Schadow\" world event %s times."
108
+ "name": "Rédempteur",
109
+ "description": "Terminer RECHERCHÉ : Vikram Rajan (mortel) %s fois."
110
110
  },
111
111
  "showstopper": {
112
- "name": "Showstopper",
113
- "description": "Complete the \"Chorus of Havoc\" world event %s times."
112
+ "name": "Clou du spectacle",
113
+ "description": "Terminer RECHERCHÉS : Les jumeaux Hubac (Dangereux) %s fois."
114
114
  },
115
115
  "unsighted": {
116
- "name": "Unsighted",
117
- "description": "Complete the \"The Glorious Phoenix\" world event %s times."
116
+ "name": "Inaperçu",
117
+ "description": "Terminer RECHERCHÉE : Li Tian Ning (mortelle) %s fois."
118
118
  },
119
119
  "plunderer": {
120
- "name": "Plunderer",
121
- "description": "Complete %s plunders while in a group."
120
+ "name": "Pilleur",
121
+ "description": "Terminez %s pillages en groupe."
122
122
  },
123
123
  "wolfpack": {
124
- "name": "Wolfpack",
125
- "description": "Land the final hit on %s ships while sailing in a group."
124
+ "name": "Meute de loups",
125
+ "description": "Portez le coup final contre %s navires en naviguant en groupe."
126
126
  },
127
127
  "handOfJudgment": {
128
- "name": "Hand of Judgment",
129
- "description": "Use %s Bloodied Strongbox"
128
+ "name": "La main du jugement",
129
+ "description": "Utilisez %s x Coffre-fort ensanglanté I."
130
130
  },
131
131
  "azureTidings": {
132
- "name": "Azure Tidings",
133
- "description": "Use %s Azure Cache"
132
+ "name": "Des nouvelles de l'azur",
133
+ "description": "Utiliser %s unité(s) de Cachette azure"
134
134
  },
135
135
  "claimToFame": {
136
- "name": "Claim to Fame (Y2S1)",
137
- "description": "Gain %s Infamy in Year 2 Season 1"
136
+ "name": "Montée vers la gloire",
137
+ "description": "Gagnez %s Infamie au cours de la Saison 1 de l'Année 2."
138
138
  },
139
139
  "enterTheNian": {
140
- "name": "Enter the Nian",
141
- "description": "Use %s Nian Strongbox"
140
+ "name": "Opération Nian",
141
+ "description": "Utiliser %s unité(s) de Coffre-fort du Nian"
142
142
  },
143
143
  "ghoulsBane": {
144
- "name": "Ghoul's Bane",
145
- "description": "Use %s Reaper's Cache"
144
+ "name": "Le fléau des goules",
145
+ "description": "Utiliser %s unité(s) de Cache de la Faucheuse"
146
146
  },
147
147
  "claimToFameY2S2": {
148
- "name": "Claim to Fame (Y2S2)",
149
- "description": "Gain %s Infamy in Year 2 Season 2"
148
+ "name": "Montée vers la gloire",
149
+ "description": "Gagnez %s Infamie au cours de la Saison 2 de l'Année 2."
150
150
  },
151
151
  "darktideSurvivor": {
152
- "name": "Darktide Survivor",
153
- "description": "Use %s Darktide Lullaby caches"
152
+ "name": "Survivant de la Marée noire",
153
+ "description": "Utiliser %s unité(s) de Caches de la Berceuse de la Marée noire"
154
154
  },
155
155
  "moonshineRaider": {
156
- "name": "Moonshine Raider",
157
- "description": "Use %s Moonshine Larceny caches"
156
+ "name": "Pillard d'alcool de contrebande",
157
+ "description": "Utiliser %s unité(s) de Coffre-fort d'alcool de contrebande"
158
158
  },
159
159
  "fleetMaster": {
160
- "name": "Fleet Master",
161
- "description": "Build %s ships"
160
+ "name": "Maîtrise de la flotte",
161
+ "description": "Fabriquez %s navires"
162
162
  },
163
163
  "stormSailor": {
164
- "name": "Storm Sailor",
165
- "description": "Sail through storms for %s minutes"
164
+ "name": "Marin tempétueux",
165
+ "description": "Traversez des tempêtes pendant %s minutes"
166
166
  },
167
167
  "colossalVessel": {
168
- "name": "Colossal Vessel",
169
- "description": "Build %s Large Frigate"
168
+ "name": "Vaisseau colossal",
169
+ "description": "Construire %s grande(s) frégate(s)"
170
170
  },
171
171
  "pirateKnight": {
172
- "name": "Pirate Knight",
173
- "description": "Loot %s Merchant Convoys"
172
+ "name": "Chevalier pirate",
173
+ "description": "Piller %s convois marchands"
174
174
  },
175
175
  "warlord": {
176
- "name": "Warlord",
177
- "description": "Earn %s war assets in Faction War"
176
+ "name": "Chef de guerre",
177
+ "description": "Gagner %s matériels de guerre dans la Guerre des Factions"
178
178
  },
179
179
  "hubacHunter": {
180
- "name": "Hubac Hunter",
181
- "description": "Deal %s weak-point damage with Culverin in Hubac Twins' Domain"
180
+ "name": "Chasse des Hubac",
181
+ "description": "Infligez %s dégâts aux points faibles avec l'arme Coulevrine dans le Domaine des Jumeaux Hubac"
182
182
  },
183
183
  "laPesteHunter": {
184
- "name": "La Peste Hunter",
185
- "description": "Deal %s weak-point damage with Torpedoes in La Peste's Domain"
184
+ "name": "Chasseur de La Peste",
185
+ "description": "Infligez %s dégâts aux points faibles avec l'arme Torpilles dans le Domaine de La Peste"
186
186
  },
187
187
  "liTianNingHunter": {
188
- "name": "Li Tian Ning Hunter",
189
- "description": "Deal %s weak-point damage with Ballista in Li Tian Ning's Domain"
188
+ "name": "Chasseur de Li Tian Ning",
189
+ "description": "Infligez %s dégâts aux points faibles avec l'arme Baliste dans le Domaine de Li Tian Ning"
190
190
  },
191
191
  "vikramHunter": {
192
- "name": "Vikram Hunter",
193
- "description": "Deal %s weak-point damage with Sea Fire in Vikram's Domain"
192
+ "name": "Chasseur de Vikram",
193
+ "description": "Infligez %s dégâts aux points faibles avec l'arme Feu marin dans le Domaine de Vikram"
194
194
  },
195
195
  "dominator": {
196
- "name": "Dominator",
197
- "description": "Capture %s points in Tidebreaker"
196
+ "name": "Dominateur",
197
+ "description": "Capturez %s points à Brise-Marée en équipe"
198
198
  },
199
199
  "doomsday": {
200
- "name": "Doomsday",
201
- "description": "Win %s rounds in Fleetfire"
200
+ "name": "Jugement dernier",
201
+ "description": "Gagnez %s manches à Feu de Flotte en équipe"
202
202
  },
203
203
  "pirateHunter": {
204
- "name": "Pirate Hunter",
205
- "description": "Defeat %s pirates in Fleetfire"
204
+ "name": "Chasseur de pirates",
205
+ "description": "Battre %s pirates (Feu de Flotte)"
206
206
  },
207
207
  "theMedic": {
208
- "name": "The Medic",
209
- "description": "Repair %s value on friendly pirates in Tidebreaker"
208
+ "name": "Le médecin",
209
+ "description": "Réparer pour une valeur de %s sur des alliés pirates à Brise-Marée"
210
210
  },
211
211
  "claimToFameY2S3": {
212
- "name": "Claim to Fame (Y2S3)",
213
- "description": "Gain %s Infamy in Year 2 Season 3"
212
+ "name": "Montée vers la gloire",
213
+ "description": "Gagnez %s Infamie au cours de la Saison 3 de l'Année 2"
214
214
  },
215
215
  "deadeye": {
216
- "name": "Deadeye",
217
- "description": "Deal %s weak-point damage in Halloween"
216
+ "name": "Sniper",
217
+ "description": "Infliger %s dégâts aux points faibles de Halloween"
218
218
  },
219
219
  "invader": {
220
220
  "name": "Invader",