@skullandbonestools/snbdata 6.1.1 → 6.1.3

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 (40) hide show
  1. package/data/cosmetics.json +498 -10
  2. package/data/items.json +138 -67
  3. package/data/seasons.json +1 -1
  4. package/data/sets.json +32 -0
  5. package/data/worldEvents.json +5 -0
  6. package/dist/languages.d.ts +3 -1
  7. package/dist/languages.d.ts.map +1 -1
  8. package/dist/languages.js +19 -5
  9. package/dist/languages.js.map +1 -1
  10. package/languages/ar/ar_cosmetics.json +354 -0
  11. package/languages/ar/ar_items.json +30 -0
  12. package/languages/ar/ar_locations.json +0 -2
  13. package/languages/ar/ar_sets.json +9 -1
  14. package/languages/ar/ar_worldEvents.json +2 -1
  15. package/languages/de/de_cosmetics.json +354 -0
  16. package/languages/de/de_items.json +30 -0
  17. package/languages/de/de_locations.json +0 -2
  18. package/languages/de/de_sets.json +9 -1
  19. package/languages/de/de_worldEvents.json +2 -1
  20. package/languages/en/en_cosmetics.json +354 -0
  21. package/languages/en/en_items.json +30 -0
  22. package/languages/en/en_locations.json +0 -2
  23. package/languages/en/en_sets.json +9 -1
  24. package/languages/en/en_worldEvents.json +2 -1
  25. package/languages/es/es_cosmetics.json +354 -0
  26. package/languages/es/es_items.json +30 -0
  27. package/languages/es/es_locations.json +0 -2
  28. package/languages/es/es_sets.json +9 -1
  29. package/languages/es/es_worldEvents.json +2 -1
  30. package/languages/fr/fr_cosmetics.json +354 -0
  31. package/languages/fr/fr_items.json +30 -0
  32. package/languages/fr/fr_locations.json +0 -2
  33. package/languages/fr/fr_sets.json +9 -1
  34. package/languages/fr/fr_worldEvents.json +2 -1
  35. package/languages/source/cosmetics.json +354 -0
  36. package/languages/source/items.json +30 -0
  37. package/languages/source/locations.json +0 -2
  38. package/languages/source/sets.json +9 -1
  39. package/languages/source/worldEvents.json +2 -1
  40. package/package.json +1 -1
@@ -18197,6 +18197,360 @@
18197
18197
  "description": {
18198
18198
  "general": "A figure from Eastern legend seeking victims to devour"
18199
18199
  }
18200
+ },
18201
+ "scarletTricorne": {
18202
+ "name": "Scarlet Tricorne",
18203
+ "description": {
18204
+ "general": "A scarlet feather, acquired through ill-gotten gains"
18205
+ }
18206
+ },
18207
+ "privateersPatch": {
18208
+ "name": "Privateer's Patch",
18209
+ "description": {
18210
+ "general": "All these years, and an eye was all those filthy pirates took"
18211
+ }
18212
+ },
18213
+ "rebelsRegalia": {
18214
+ "name": "Rebel's Regalia",
18215
+ "description": {
18216
+ "general": "Almost looks tinted with pirate's blood"
18217
+ }
18218
+ },
18219
+ "throatWranglers": {
18220
+ "name": "Throat Wranglers",
18221
+ "description": {
18222
+ "general": "Blood on your hands amount to coin in your pocket"
18223
+ }
18224
+ },
18225
+ "mutineerMastery": {
18226
+ "name": "Mutineer Mastery",
18227
+ "description": {
18228
+ "general": "Meeting patrons calls for looking presentable at all times"
18229
+ }
18230
+ },
18231
+ "silverLinedBreeches": {
18232
+ "name": "Silver-lined Breeches",
18233
+ "description": {
18234
+ "general": "You always catch your prey. Always."
18235
+ }
18236
+ },
18237
+ "pirateStompers": {
18238
+ "name": "Pirate Stompers",
18239
+ "description": {
18240
+ "general": "The crimson accents are somehow ominous"
18241
+ }
18242
+ },
18243
+ "crossMeIfYouDare": {
18244
+ "name": "Cross Me If You Dare",
18245
+ "description": {
18246
+ "general": "\"Go on then! See what happens, dung-heap!\""
18247
+ }
18248
+ },
18249
+ "nighthawk": {
18250
+ "name": "Nighthawk",
18251
+ "description": {
18252
+ "general": "Guard it or lose it"
18253
+ }
18254
+ },
18255
+ "soundReckoning": {
18256
+ "name": "Sound Reckoning",
18257
+ "description": {
18258
+ "general": "Feared by lowly thieves and scavengers"
18259
+ }
18260
+ },
18261
+ "gloryBoundFigureHead": {
18262
+ "name": "Glory Bound",
18263
+ "description": {
18264
+ "general": "A single day becomes a tale for the ages"
18265
+ }
18266
+ },
18267
+ "sanctumsWelcome": {
18268
+ "name": "Sanctum's Welcome",
18269
+ "description": {
18270
+ "general": "Find favor among those who may aid your fate"
18271
+ }
18272
+ },
18273
+ "redWithRage": {
18274
+ "name": "Red with Rage",
18275
+ "description": {
18276
+ "general": "Oh, they've gone and done it now..."
18277
+ }
18278
+ },
18279
+ "furiousWake": {
18280
+ "name": "Furious Wake",
18281
+ "description": {
18282
+ "general": "\"Get out of my way... Or else...\""
18283
+ }
18284
+ },
18285
+ "crimsonPlume": {
18286
+ "name": "Crimson Plume",
18287
+ "description": {
18288
+ "general": "Glory to all your deeds, Captain"
18289
+ }
18290
+ },
18291
+ "regaleEmAll": {
18292
+ "name": "Regale 'Em All",
18293
+ "description": {
18294
+ "general": "Carry yourself as a legend"
18295
+ }
18296
+ },
18297
+ "lavishedAttentions": {
18298
+ "name": "Lavished Attentions",
18299
+ "description": {
18300
+ "general": "You can#t get enough, can you, Captain?"
18301
+ }
18302
+ },
18303
+ "showmansScarf": {
18304
+ "name": "Showman's Scarf",
18305
+ "description": {
18306
+ "general": "Perform feats of artistry with blade and fire"
18307
+ }
18308
+ },
18309
+ "sunsetBelt": {
18310
+ "name": "Sunset Belt",
18311
+ "description": {
18312
+ "general": "\"Your time is up, you sad shits.\""
18313
+ }
18314
+ },
18315
+ "rubyCharm": {
18316
+ "name": "Ruby Charm",
18317
+ "description": {
18318
+ "general": "Somehow unnerving in its brilliance"
18319
+ }
18320
+ },
18321
+ "ambitiousAir": {
18322
+ "name": "Ambitious Air",
18323
+ "description": {
18324
+ "general": "One day, you will reign over all others"
18325
+ }
18326
+ },
18327
+ "stepLively": {
18328
+ "name": "Step Lively",
18329
+ "description": {
18330
+ "general": "The entire Indian Ocean is watching"
18331
+ }
18332
+ },
18333
+ "courtlyContender": {
18334
+ "name": "Courtly Contender",
18335
+ "description": {
18336
+ "general": "You will rise, whatever it takes"
18337
+ }
18338
+ },
18339
+ "reignLikeKings": {
18340
+ "name": "Reign Like Kings",
18341
+ "description": {
18342
+ "general": "Seize the life you deserve"
18343
+ }
18344
+ },
18345
+ "sweepingSerenade": {
18346
+ "name": "Sweeping Serenade",
18347
+ "description": {
18348
+ "general": "Steeped in the colors of violence"
18349
+ }
18350
+ },
18351
+ "songOfBlades": {
18352
+ "name": "Song of Blades",
18353
+ "description": {
18354
+ "general": "Every move is carefully considered"
18355
+ }
18356
+ },
18357
+ "lordlyFortunes": {
18358
+ "name": "Lordly Fortunes",
18359
+ "description": {
18360
+ "general": "The finest touches silver could buy"
18361
+ }
18362
+ },
18363
+ "tranquilNight": {
18364
+ "name": "Tranquil Night",
18365
+ "description": {
18366
+ "general": "For the moments between battles"
18367
+ }
18368
+ },
18369
+ "fantomeNoir": {
18370
+ "name": "Fantome Noir",
18371
+ "description": {
18372
+ "general": "Yours is a tale shrouded in mystery"
18373
+ }
18374
+ },
18375
+ "plagueOmen": {
18376
+ "name": "Plague Omen",
18377
+ "description": {
18378
+ "general": "A harbinger of the end"
18379
+ }
18380
+ },
18381
+ "flowingIchor": {
18382
+ "name": "Flowing Ichor",
18383
+ "description": {
18384
+ "general": "The blood of gods is said to be deadly to man"
18385
+ }
18386
+ },
18387
+ "deathlyMiasma": {
18388
+ "name": "Deathly Miasma",
18389
+ "description": {
18390
+ "general": "Wickedness spreads and clouds all"
18391
+ }
18392
+ },
18393
+ "blightborn": {
18394
+ "name": "Blightborn",
18395
+ "description": {
18396
+ "general": "Others shun your every step"
18397
+ }
18398
+ },
18399
+ "crimsonHerald": {
18400
+ "name": "Crimson Herald",
18401
+ "description": {
18402
+ "general": "You thrive in the thick of despair"
18403
+ }
18404
+ },
18405
+ "pestilentShadow": {
18406
+ "name": "Pestilent Shadow",
18407
+ "description": {
18408
+ "general": "Ill winds arrive with you"
18409
+ }
18410
+ },
18411
+ "seaScourge": {
18412
+ "name": "Sea Scourge",
18413
+ "description": {
18414
+ "general": "Countless corpses drift in your wake"
18415
+ }
18416
+ },
18417
+ "noxdoctor": {
18418
+ "name": "Noxdoctor",
18419
+ "description": {
18420
+ "general": "All in your midst are marked"
18421
+ }
18422
+ },
18423
+ "hollowMask": {
18424
+ "name": "Hollow Mask",
18425
+ "description": {
18426
+ "general": "Rumored to make one ill if near it for too long"
18427
+ }
18428
+ },
18429
+ "vileCure": {
18430
+ "name": "Vile Cure",
18431
+ "description": {
18432
+ "general": "A fate worse than death"
18433
+ }
18434
+ },
18435
+ "plagueTouchedHat": {
18436
+ "name": "Plague-touched Hat",
18437
+ "description": {
18438
+ "general": "Ready yourself to greet those bound for death"
18439
+ }
18440
+ },
18441
+ "beakedVisage": {
18442
+ "name": "Beaked Visage",
18443
+ "description": {
18444
+ "general": "Rest assured, he's on your side"
18445
+ }
18446
+ },
18447
+ "sterileGown": {
18448
+ "name": "Sterile Gown",
18449
+ "description": {
18450
+ "general": "Too many sickly seasons have frayed its ends"
18451
+ }
18452
+ },
18453
+ "glovesOfPrecision": {
18454
+ "name": "Gloves of Precision",
18455
+ "description": {
18456
+ "general": "Designed for grim procedures"
18457
+ }
18458
+ },
18459
+ "bloodBindings": {
18460
+ "name": "Blood Bindings",
18461
+ "description": {
18462
+ "general": "Bound tightly, they stem the flow of pestilence"
18463
+ }
18464
+ },
18465
+ "toolsOfTorture": {
18466
+ "name": "Tools of Torture",
18467
+ "description": {
18468
+ "general": "A scalpel for the plague, a vial for the pain"
18469
+ }
18470
+ },
18471
+ "burialBreeches": {
18472
+ "name": "Burial Breeches",
18473
+ "description": {
18474
+ "general": "You wade often into the realm of death"
18475
+ }
18476
+ },
18477
+ "plaguePits": {
18478
+ "name": "Plague Pits",
18479
+ "description": {
18480
+ "general": "Soles worn by blood and other fluids"
18481
+ }
18482
+ },
18483
+ "aPaleSteed": {
18484
+ "name": "A Pale Steed",
18485
+ "description": {
18486
+ "general": "An omen of finality"
18487
+ }
18488
+ },
18489
+ "scythesEdge": {
18490
+ "name": "Scythe's Edge",
18491
+ "description": {
18492
+ "general": "Reap indiscriminately"
18493
+ }
18494
+ },
18495
+ "deliciouslyMacabre": {
18496
+ "name": "Deliciously Macabre",
18497
+ "description": {
18498
+ "general": "Let the end take hold, in all its glory"
18499
+ }
18500
+ },
18501
+ "theEndbringer": {
18502
+ "name": "The Endbringer",
18503
+ "description": {
18504
+ "general": "One of four, the deadliest of all"
18505
+ }
18506
+ },
18507
+ "endTimes": {
18508
+ "name": "End Times",
18509
+ "description": {
18510
+ "general": "Fear not the apocalypse"
18511
+ }
18512
+ },
18513
+ "deathRider": {
18514
+ "name": "Death Rider",
18515
+ "description": {
18516
+ "general": "Lead them to their graves"
18517
+ }
18518
+ },
18519
+ "deathDivine": {
18520
+ "name": "Death Divine",
18521
+ "description": {
18522
+ "general": "Steals breath and stops hearts"
18523
+ }
18524
+ },
18525
+ "bonepicker": {
18526
+ "name": "Bonepicker",
18527
+ "description": {
18528
+ "general": "\"All things have value.\""
18529
+ }
18530
+ },
18531
+ "doomCircles": {
18532
+ "name": "Doom Circles",
18533
+ "description": {
18534
+ "general": "Make easy prey of the weak"
18535
+ }
18536
+ },
18537
+ "blotTheSun": {
18538
+ "name": "Blot the Sun",
18539
+ "description": {
18540
+ "general": "The sight of you is bad news indeed"
18541
+ }
18542
+ },
18543
+ "theFinalFeast": {
18544
+ "name": "The Final Feast",
18545
+ "description": {
18546
+ "general": "The Indian Ocean, a feeding ground like none other"
18547
+ }
18548
+ },
18549
+ "driftIntoOblivion": {
18550
+ "name": "Drift Into Oblivion",
18551
+ "description": {
18552
+ "general": "Let the waves swallow what remains"
18553
+ }
18200
18554
  }
18201
18555
  }
18202
18556
  }
@@ -2675,6 +2675,36 @@
2675
2675
  "description": {
2676
2676
  "general": "A cache of treasures for those who have proven their worth on the high seas"
2677
2677
  }
2678
+ },
2679
+ "locketOfTheDamned": {
2680
+ "name": "Locket of the Damned",
2681
+ "description": {
2682
+ "general": "A vessel of trapped souls belonging to those killed by the Soleil Royal"
2683
+ }
2684
+ },
2685
+ "tianNingsImperialCloak": {
2686
+ "name": "Tian Ning's Imperial Cloak",
2687
+ "description": {
2688
+ "general": "Fine silk flows like a majestic serpent gliding through the clouds."
2689
+ }
2690
+ },
2691
+ "laPestesHead": {
2692
+ "name": "La Peste's Head",
2693
+ "description": {
2694
+ "general": "The head of the Plague King, Philippe La Peste. Holding the bag in hand, you could almost swear you hear muffled curses from within."
2695
+ }
2696
+ },
2697
+ "laPestesLocker": {
2698
+ "name": "La Peste's Locker",
2699
+ "description": {
2700
+ "general": "What rewards might you find within, besides pleasure, pestilence, or both?"
2701
+ }
2702
+ },
2703
+ "laPestesStrongbox": {
2704
+ "name": "La Peste's Strongbox",
2705
+ "description": {
2706
+ "general": "What rewards might you find within, besides pleasure, pestilence, or both?"
2707
+ }
2678
2708
  }
2679
2709
  }
2680
2710
  }
@@ -78,8 +78,6 @@
78
78
  "bountyReward": "Bounty Reward",
79
79
  "ubisoftConnect": "Ubisoft Connect",
80
80
  "personScurlockQuestReward": "Reward from Scurlock's quests",
81
- "laPesteChest": "Possible drop of La Peste's Locker (obtained when defeating La Peste)",
82
- "laPesteStrongbox": "Possible drop of La Peste's Strongbox (obtained when defeating Rank 15 La Peste)",
83
81
  "smugglerPass40Reward": "Reward for completing 40 stages of the Smuggler Pass (during the season).",
84
82
  "smugglerPass45Reward": "Reward for completing 45 stages of the Smuggler Pass (during the season).",
85
83
  "smugglerPass50Reward": "Reward for completing 50 stages of the Smuggler Pass (during the season).",
@@ -334,6 +334,14 @@
334
334
  "cagedFury": "Caged Fury Set",
335
335
  "creatureOfNight": "Creature of Night Set",
336
336
  "paleMother": "Pale Mother Set",
337
- "xianYuan": "Xian Yuan Set"
337
+ "xianYuan": "Xian Yuan Set",
338
+ "plagueReaper": "Plague Reaper Set",
339
+ "nocturnesGrace": "Nocturne's Grace Set",
340
+ "seaScavengers": "Sea Scavengers Set",
341
+ "deathStrides": "Death Strides Set",
342
+ "redPrivateer": "Red Privateer Set",
343
+ "nocturnesChampion": "Nocturne's Champion Set",
344
+ "forTheHoard": "For The Hoard Set",
345
+ "harbingerOfDeath": "Harbinger of Death Set"
338
346
  }
339
347
  }
@@ -64,6 +64,7 @@
64
64
  "deadMansMoonshine": "Dead Man's Moonshine",
65
65
  "moonshineMadness": "Moonshine Madness",
66
66
  "bloodDrunk": "Blood Drunk",
67
- "theWeepingMother": "The Weeping Mother"
67
+ "theWeepingMother": "The Weeping Mother",
68
+ "soleilRoyal": "Soleil Royal"
68
69
  }
69
70
  }