@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": "凤凰爪号保险箱",
2281
2281
  "description": {
2282
- "general": "凤凰爪号保险箱"
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": "盗匪商人伯特伦·“大伯蒂”·弗格勒",
105
105
  "rogueTraderJasperRagsdale": "盗匪商人贾斯珀·“公牛”·拉格斯代尔",
106
106
  "rogueTraderRosettaLaw": "盗匪商人罗塞塔·“海妖”·劳",
107
- "zamaharibuChest": "神秘宝箱的可能掉落物(通过完成“复仇之爪”合同 - 猎杀扎马哈里布获得)",
108
- "megaLestariChest": "神秘宝箱的可能掉落物(通过完成“沉默的死亡”合同 - 猎杀巨型莱斯塔里获得)",
109
107
  "dropLestari": "击杀海怪莱斯塔里和巨型莱斯塔里时的可能掉落物",
110
108
  "heavensreachStep1": "1. 收集所有12张星图并将其放入您的库存中",
111
109
  "heavensreachStep2": "2. 在沃罗纳瀑布前哨站接受“星辰的命运”合同",
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skullandbonestools/snbdata",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
5
  "keywords": [
6
6
  "ubisoft",