@skullandbonestools/snbdata 8.0.11 → 8.0.13

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 (55) hide show
  1. package/data/commodities.json +5 -0
  2. package/data/cosmetics.json +373 -17
  3. package/data/items.json +99 -35
  4. package/data/sets.json +20 -0
  5. package/data/worldEvents.json +12 -0
  6. package/languages/ar/ar_commodities.json +4 -0
  7. package/languages/ar/ar_cosmetics.json +229 -1
  8. package/languages/ar/ar_items.json +18 -0
  9. package/languages/ar/ar_locations.json +7 -0
  10. package/languages/ar/ar_perks.json +1 -1
  11. package/languages/ar/ar_sets.json +6 -1
  12. package/languages/ar/ar_worldEvents.json +3 -1
  13. package/languages/de/de_commodities.json +4 -0
  14. package/languages/de/de_cosmetics.json +230 -2
  15. package/languages/de/de_items.json +20 -2
  16. package/languages/de/de_locations.json +8 -1
  17. package/languages/de/de_perks.json +1 -1
  18. package/languages/de/de_sets.json +6 -1
  19. package/languages/de/de_worldEvents.json +3 -1
  20. package/languages/en/en_commodities.json +4 -0
  21. package/languages/en/en_cosmetics.json +229 -1
  22. package/languages/en/en_items.json +18 -0
  23. package/languages/en/en_locations.json +7 -0
  24. package/languages/en/en_perks.json +1 -1
  25. package/languages/en/en_sets.json +6 -1
  26. package/languages/en/en_worldEvents.json +3 -1
  27. package/languages/es/es_commodities.json +4 -0
  28. package/languages/es/es_cosmetics.json +229 -1
  29. package/languages/es/es_items.json +18 -0
  30. package/languages/es/es_locations.json +7 -0
  31. package/languages/es/es_perks.json +1 -1
  32. package/languages/es/es_sets.json +6 -1
  33. package/languages/es/es_worldEvents.json +3 -1
  34. package/languages/fr/fr_commodities.json +4 -0
  35. package/languages/fr/fr_cosmetics.json +229 -1
  36. package/languages/fr/fr_items.json +18 -0
  37. package/languages/fr/fr_locations.json +7 -0
  38. package/languages/fr/fr_perks.json +1 -1
  39. package/languages/fr/fr_sets.json +6 -1
  40. package/languages/fr/fr_worldEvents.json +3 -1
  41. package/languages/source/commodities.json +4 -0
  42. package/languages/source/cosmetics.json +229 -1
  43. package/languages/source/items.json +18 -0
  44. package/languages/source/locations.json +7 -0
  45. package/languages/source/perks.json +1 -1
  46. package/languages/source/sets.json +6 -1
  47. package/languages/source/worldEvents.json +3 -1
  48. package/languages/zh/zh_commodities.json +4 -0
  49. package/languages/zh/zh_cosmetics.json +229 -1
  50. package/languages/zh/zh_items.json +18 -0
  51. package/languages/zh/zh_locations.json +7 -0
  52. package/languages/zh/zh_perks.json +1 -1
  53. package/languages/zh/zh_sets.json +6 -1
  54. package/languages/zh/zh_worldEvents.json +3 -1
  55. package/package.json +5 -3
package/data/items.json CHANGED
@@ -302,9 +302,9 @@
302
302
  "raider",
303
303
  "piercing2"
304
304
  ],
305
- "obtainable": ["darktideChest","hauntedReapersCache"],
305
+ "obtainable": ["darktideChest","hauntedReapersCache","crazedNianStrongbox"],
306
306
  "dateAdded": "2024-02-12",
307
- "lastUpdated": "2025-10-21"
307
+ "lastUpdated": "2026-04-20"
308
308
  },
309
309
  "carronade": {
310
310
  "id": "carronade",
@@ -651,8 +651,9 @@
651
651
  "raider",
652
652
  "burning2"
653
653
  ],
654
+ "obtainable": ["crazedNianStrongbox"],
654
655
  "dateAdded": "2024-02-12",
655
- "lastUpdated": "2025-07-29"
656
+ "lastUpdated": "2026-04-20"
656
657
  },
657
658
  "cannonballCrate": {
658
659
  "id": "cannonballCrate",
@@ -10934,13 +10935,15 @@
10934
10935
  "type": "culverin",
10935
10936
  "rarity": "epic",
10936
10937
  "season": "shadowsOfTheDeep",
10937
- "event": ["enterTheNian","moonshineLarceny","darktideLullaby"],
10938
+ "event": ["enterTheNian","moonshineLarceny","darktideLullaby","legendOfTheNian"],
10938
10939
  "obtainable": [
10939
10940
  "idolOfTheBeastStatue",
10940
10941
  "nianStrongbox",
10941
10942
  "ascendedEventCache",
10942
10943
  "darktideAltarTelokPenjarah",
10943
- "ascendedDarktideLullabyEventCache"
10944
+ "ascendedDarktideLullabyEventCache",
10945
+ "ascendedLegendOfTheNianEventCache",
10946
+ "crazedNianStrongbox"
10944
10947
  ],
10945
10948
  "value": 1,
10946
10949
  "weight": 500,
@@ -10951,13 +10954,21 @@
10951
10954
  "reloadSpeed": 6000,
10952
10955
  "optimalRange": 600,
10953
10956
  "projectileSpeed": 210,
10954
- "required": {},
10957
+ "blueprint": "idolOfTheBeastStatue",
10958
+ "required": {
10959
+ "purifiedSaltpeter": 10,
10960
+ "dryCastingSand": 10,
10961
+ "naphtha": 5,
10962
+ "gannetDenseNiter": 1,
10963
+ "wyrmVolatileNapalm": 1,
10964
+ "silver": 3300
10965
+ },
10955
10966
  "perks": [
10956
10967
  "chainReaction",
10957
10968
  "explosive1"
10958
10969
  ],
10959
10970
  "dateAdded": "2025-01-14",
10960
- "lastUpdated": "2025-09-02"
10971
+ "lastUpdated": "2026-04-20"
10961
10972
  },
10962
10973
  "agnisFury": {
10963
10974
  "id": "agnisFury",
@@ -11300,20 +11311,28 @@
11300
11311
  "type": "utilityFurniture",
11301
11312
  "rarity": "rare",
11302
11313
  "season": "shadowsOfTheDeep",
11303
- "event": "enterTheNian",
11314
+ "event": ["enterTheNian","legendOfTheNian"],
11304
11315
  "weight": 80,
11305
11316
  "gearScore": 20,
11306
11317
  "value": 1,
11307
11318
  "perks": [
11308
11319
  "floatCollars"
11309
11320
  ],
11310
- "required": {},
11321
+ "required": {
11322
+ "roselleCloth": 25,
11323
+ "purifiedSaltpeter": 14,
11324
+ "rubber": 7,
11325
+ "eelsTwine": 4,
11326
+ "silver": 3600
11327
+ },
11328
+ "blueprint": "idolOfTheBeastStatue",
11311
11329
  "obtainable": [
11312
11330
  "nianStrongbox",
11331
+ "crazedNianStrongbox",
11313
11332
  "idolOfTheBeastStatue"
11314
11333
  ],
11315
11334
  "dateAdded": "2025-01-14",
11316
- "lastUpdated": "2025-07-29"
11335
+ "lastUpdated": "2026-04-20"
11317
11336
  },
11318
11337
  "mineClearingLocker": {
11319
11338
  "id": "mineClearingLocker",
@@ -12647,9 +12666,10 @@
12647
12666
  "ascendedEventCache",
12648
12667
  "darktideAltarTelokPenjarah",
12649
12668
  "ascendedDarktideLullabyEventCache",
12650
- "ascendedRequiemOfTheLostEventCache"
12669
+ "ascendedRequiemOfTheLostEventCache",
12670
+ "ascendedLegendOfTheNianEventCache"
12651
12671
  ],
12652
- "event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost"],
12672
+ "event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost","legendOfTheNian"],
12653
12673
  "value": 1,
12654
12674
  "weight": 500,
12655
12675
  "gearScore": 91,
@@ -12667,7 +12687,7 @@
12667
12687
  "combustion3"
12668
12688
  ],
12669
12689
  "dateAdded": "2025-05-06",
12670
- "lastUpdated": "2025-10-28"
12690
+ "lastUpdated": "2026-04-20"
12671
12691
  },
12672
12692
  "fireCulverin1": {
12673
12693
  "id": "fireCulverin1",
@@ -13347,11 +13367,12 @@
13347
13367
  "rarity": "legendary",
13348
13368
  "season": "shadowsOfTheDeep",
13349
13369
  "type": "chest",
13350
- "event": "enterTheNian",
13370
+ "event": ["enterTheNian","legendOfTheNian"],
13371
+ "worldEvent": "legendOfTheNian",
13351
13372
  "value": 1,
13352
13373
  "weight": 100,
13353
13374
  "dateAdded": "2025-05-11",
13354
- "lastUpdated": "2025-07-29"
13375
+ "lastUpdated": "2026-03-24"
13355
13376
  },
13356
13377
  "opwellingTreasureChest": {
13357
13378
  "id": "opwellingTreasureChest",
@@ -13911,13 +13932,14 @@
13911
13932
  "type": "torpedo",
13912
13933
  "rarity": "epic",
13913
13934
  "season": "oathsOfWar",
13914
- "event": ["darktideLullaby","azureSolstice"],
13935
+ "event": ["darktideLullaby","azureSolstice","legendOfTheNian"],
13915
13936
  "obtainable": [
13916
13937
  "darktideAltarTelokPenjarah",
13917
13938
  "darktideChest",
13918
13939
  "ascendedHellgateSerpentChest",
13919
13940
  "ascendedDarktideLullabyEventCache",
13920
- "ascendedAzureSolsticeEventCache"
13941
+ "ascendedAzureSolsticeEventCache",
13942
+ "ascendedLegendOfTheNianEventCache"
13921
13943
  ],
13922
13944
  "value": 1,
13923
13945
  "weight": 500,
@@ -13935,7 +13957,7 @@
13935
13957
  "flooding2"
13936
13958
  ],
13937
13959
  "dateAdded": "2025-07-15",
13938
- "lastUpdated": "2025-12-09"
13960
+ "lastUpdated": "2026-04-20"
13939
13961
  },
13940
13962
  "stormVigil": {
13941
13963
  "id": "stormVigil",
@@ -15339,12 +15361,12 @@
15339
15361
  "rarity": "epic",
15340
15362
  "season": "gutsAndGlory",
15341
15363
  "type": "chest",
15342
- "event": ["requiemOfTheLost","azureSolstice"],
15343
- "obtainable": ["hallowedGravestoneSaintAnne","azuriteLodestoneSaintAnne"],
15364
+ "event": ["requiemOfTheLost","azureSolstice","legendOfTheNian"],
15365
+ "obtainable": ["hallowedGravestoneSaintAnne","azuriteLodestoneSaintAnne","idolOfTheBeastStatue"],
15344
15366
  "value": 1,
15345
15367
  "weight": 100,
15346
15368
  "dateAdded": "2025-10-21",
15347
- "lastUpdated": "2025-12-09"
15369
+ "lastUpdated": "2026-04-20"
15348
15370
  },
15349
15371
  "hauntedReapersCache": {
15350
15372
  "id": "hauntedReapersCache",
@@ -15811,12 +15833,12 @@
15811
15833
  "gearScore": 20,
15812
15834
  "required": {},
15813
15835
  "event": "legendOfTheNian",
15814
- "obtainable": "idolOfTheBeastStatue",
15836
+ "obtainable": ["idolOfTheBeastStatue","nianStrongbox","crazedNianStrongbox"],
15815
15837
  "perks": [
15816
15838
  "apothecaryToolBench"
15817
15839
  ],
15818
15840
  "dateAdded": "2026-02-10",
15819
- "lastUpdated": "2026-02-10"
15841
+ "lastUpdated": "2026-04-20"
15820
15842
  },
15821
15843
  "anatomyCabinet": {
15822
15844
  "id": "anatomyCabinet",
@@ -15827,12 +15849,12 @@
15827
15849
  "weight": 80,
15828
15850
  "gearScore": 25,
15829
15851
  "required": {},
15830
- "obtainable": "factionWarEffortReward",
15852
+ "obtainable": "retributionWarEffortReward",
15831
15853
  "perks": [
15832
15854
  "anatomyCabinet"
15833
15855
  ],
15834
15856
  "dateAdded": "2026-02-10",
15835
- "lastUpdated": "2026-02-10"
15857
+ "lastUpdated": "2026-04-06"
15836
15858
  },
15837
15859
  "blubberWorks": {
15838
15860
  "id": "blubberWorks",
@@ -15857,12 +15879,12 @@
15857
15879
  "value": 1,
15858
15880
  "weight": 250,
15859
15881
  "gearScore": 35,
15860
- "obtainable": "factionWarEffortReward",
15882
+ "obtainable": "retributionWarEffortReward",
15861
15883
  "perks": [
15862
15884
  "drowningCabinet"
15863
15885
  ],
15864
15886
  "dateAdded": "2026-02-10",
15865
- "lastUpdated": "2026-02-10"
15887
+ "lastUpdated": "2026-04-06"
15866
15888
  },
15867
15889
  "ballistaMountSmithy": {
15868
15890
  "id": "ballistaMountSmithy",
@@ -15885,7 +15907,7 @@
15885
15907
  "rarity": "epic",
15886
15908
  "season": "eyeOfTheBeast",
15887
15909
  "event": "legendOfTheNian",
15888
- "obtainable": "idolOfTheBeastStatue",
15910
+ "obtainable": ["idolOfTheBeastStatue","crazedNianStrongbox","ascendedBlightmawChest","ascendedLegendOfTheNianEventCache"],
15889
15911
  "value": 1,
15890
15912
  "weight": 500,
15891
15913
  "gearScore": 91,
@@ -15900,7 +15922,7 @@
15900
15922
  "toxic3"
15901
15923
  ],
15902
15924
  "dateAdded": "2026-02-10",
15903
- "lastUpdated": "2026-03-10"
15925
+ "lastUpdated": "2026-04-20"
15904
15926
  },
15905
15927
  "stormtongue": {
15906
15928
  "id": "stormtongue",
@@ -15910,7 +15932,7 @@
15910
15932
  "obtainable": "williamBlackwoodSeasonalItemEyeOfTheBeast",
15911
15933
  "value": 1,
15912
15934
  "weight": 500,
15913
- "gearScore": 65,
15935
+ "gearScore": 83,
15914
15936
  "projectilesPerShot": 1,
15915
15937
  "damagePerShot": 1287,
15916
15938
  "rateOfFire": 150,
@@ -15922,14 +15944,14 @@
15922
15944
  "combustion1"
15923
15945
  ],
15924
15946
  "dateAdded": "2026-02-10",
15925
- "lastUpdated": "2026-02-10"
15947
+ "lastUpdated": "2026-03-24"
15926
15948
  },
15927
15949
  "reachwarden": {
15928
15950
  "id": "reachwarden",
15929
15951
  "type": "longGun",
15930
15952
  "rarity": "epic",
15931
15953
  "season": "eyeOfTheBeast",
15932
- "obtainable": "factionWarEffortReward",
15954
+ "obtainable": "retributionWarEffortReward",
15933
15955
  "value": 1,
15934
15956
  "weight": 500,
15935
15957
  "gearScore": 91,
@@ -15945,14 +15967,14 @@
15945
15967
  "repair"
15946
15968
  ],
15947
15969
  "dateAdded": "2026-02-10",
15948
- "lastUpdated": "2026-02-10"
15970
+ "lastUpdated": "2026-04-06"
15949
15971
  },
15950
15972
  "celestialBloom": {
15951
15973
  "id": "celestialBloom",
15952
15974
  "type": "rocket",
15953
15975
  "rarity": "epic",
15954
15976
  "season": "eyeOfTheBeast",
15955
- "obtainable": "factionWarEffortReward",
15977
+ "obtainable": "retributionWarEffortReward",
15956
15978
  "value": 1,
15957
15979
  "weight": 1000,
15958
15980
  "gearScore": 91,
@@ -15968,7 +15990,7 @@
15968
15990
  "repair"
15969
15991
  ],
15970
15992
  "dateAdded": "2026-02-10",
15971
- "lastUpdated": "2026-03-21"
15993
+ "lastUpdated": "2026-04-06"
15972
15994
  },
15973
15995
  "woundcaller": {
15974
15996
  "id": "woundcaller",
@@ -16073,5 +16095,47 @@
16073
16095
  "type": "contract",
16074
16096
  "dateAdded": "2026-02-14",
16075
16097
  "lastUpdated": "2026-02-14"
16098
+ },
16099
+ "crazedNianStrongbox": {
16100
+ "id": "crazedNianStrongbox",
16101
+ "rarity": "epic",
16102
+ "season": "eyeOfTheBeast",
16103
+ "type": "chest",
16104
+ "event": "legendOfTheNian",
16105
+ "worldEvent": "crazedNian",
16106
+ "value": 1,
16107
+ "weight": 100,
16108
+ "dateAdded": "2026-03-24",
16109
+ "lastUpdated": "2026-03-24"
16110
+ },
16111
+ "ascendedBlightmawChest": {
16112
+ "id": "ascendedBlightmawChest",
16113
+ "rarity": "epic",
16114
+ "season": "eyeOfTheBeast",
16115
+ "type": "chest",
16116
+ "event": "legendOfTheNian",
16117
+ "obtainable": ["idolOfTheBeastStatue","eventPass"],
16118
+ "value": 1,
16119
+ "weight": 100,
16120
+ "required": {
16121
+ "halfTaels": 1500
16122
+ },
16123
+ "dateAdded": "2026-04-20",
16124
+ "lastUpdated": "2026-04-20"
16125
+ },
16126
+ "ascendedLegendOfTheNianEventCache": {
16127
+ "id": "ascendedLegendOfTheNianEventCache",
16128
+ "rarity": "epic",
16129
+ "season": "eyeOfTheBeast",
16130
+ "type": "chest",
16131
+ "event": "legendOfTheNian",
16132
+ "obtainable": "idolOfTheBeastStatue",
16133
+ "value": 1,
16134
+ "weight": 100,
16135
+ "required": {
16136
+ "halfTaels": 1300
16137
+ },
16138
+ "dateAdded": "2026-04-20",
16139
+ "lastUpdated": "2026-04-20"
16076
16140
  }
16077
16141
  }
package/data/sets.json CHANGED
@@ -1658,5 +1658,25 @@
1658
1658
  "badAndBaroque": {
1659
1659
  "id": "badAndBaroque",
1660
1660
  "type": "ship"
1661
+ },
1662
+ "greaterNian": {
1663
+ "id": "greaterNian",
1664
+ "type": "ship"
1665
+ },
1666
+ "crocodilosWrath": {
1667
+ "id": "crocodilosWrath",
1668
+ "type": "ship"
1669
+ },
1670
+ "chimpCrazy": {
1671
+ "id": "chimpCrazy",
1672
+ "type": "ship"
1673
+ },
1674
+ "deathsGlow": {
1675
+ "id": "deathsGlow",
1676
+ "type": "ship"
1677
+ },
1678
+ "deathlyWishes": {
1679
+ "id": "deathlyWishes",
1680
+ "type": "player"
1661
1681
  }
1662
1682
  }
@@ -380,5 +380,17 @@
380
380
  "id": "megafortWolvenhol",
381
381
  "type": "militaryBase",
382
382
  "faction": "dutchMerchantCompany"
383
+ },
384
+ "legendOfTheNian": {
385
+ "id": "legendOfTheNian",
386
+ "type": "eliteWarship",
387
+ "faction": "pirates",
388
+ "event": "enterTheNian"
389
+ },
390
+ "crazedNian": {
391
+ "id": "crazedNian",
392
+ "type": "eliteWarship",
393
+ "faction": "pirates",
394
+ "event": "legendOfTheNian"
383
395
  }
384
396
  }
@@ -295,6 +295,10 @@
295
295
  "hallowedFlare": {
296
296
  "name": "Hallowed Flare",
297
297
  "description": "This flare has an air that is disturbing yet whimsical. It almost seems to be cackling at you."
298
+ },
299
+ "nianFlare": {
300
+ "name": "Nian Flare",
301
+ "description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
298
302
  }
299
303
  }
300
304
  }
@@ -20667,7 +20667,7 @@
20667
20667
  "whatDwellsBeneath": {
20668
20668
  "name": "What Dwells Beneath",
20669
20669
  "description": {
20670
- "general": "Etchings to accompany you to the deep"
20670
+ "general": "Beige and grey to keep the beasties away"
20671
20671
  }
20672
20672
  },
20673
20673
  "anAncientsCall": {
@@ -21539,6 +21539,234 @@
21539
21539
  "description": {
21540
21540
  "general": "A song as sharp as swords; sweet as stolen rum"
21541
21541
  }
21542
+ },
21543
+ "broodfang": {
21544
+ "name": "Broodfang",
21545
+ "description": {
21546
+ "general": "Born in flame, sharpened by betrayal"
21547
+ }
21548
+ },
21549
+ "scalemark": {
21550
+ "name": "Scalemark",
21551
+ "description": {
21552
+ "general": "Etched in blood, woven like warning"
21553
+ }
21554
+ },
21555
+ "bladelitBrood": {
21556
+ "name": "Bladelit Brood",
21557
+ "description": {
21558
+ "general": "Bronze-blooded, hammered in dragonfire"
21559
+ }
21560
+ },
21561
+ "spitefulDrake": {
21562
+ "name": "Spiteful Drake",
21563
+ "description": {
21564
+ "general": "Snarls at the wind, thirsts for conquest"
21565
+ }
21566
+ },
21567
+ "wyrmReckoner": {
21568
+ "name": "Wyrm Reckoner",
21569
+ "description": {
21570
+ "general": "Twin heads, bound to no master"
21571
+ }
21572
+ },
21573
+ "broodSovereign": {
21574
+ "name": "Brood Sovereign",
21575
+ "description": {
21576
+ "general": "Three-headed flight, flame, fury"
21577
+ }
21578
+ },
21579
+ "ashvenom": {
21580
+ "name": "Ashvenom",
21581
+ "description": {
21582
+ "general": "Charred steel, slick with spite"
21583
+ }
21584
+ },
21585
+ "dragonwind": {
21586
+ "name": "Dragonwind",
21587
+ "description": {
21588
+ "general": "Screams defiance, carved in warsteel"
21589
+ }
21590
+ },
21591
+ "firemist": {
21592
+ "name": "Firemist",
21593
+ "description": {
21594
+ "general": "Dragon mist and lightning"
21595
+ }
21596
+ },
21597
+ "hulongHavoc": {
21598
+ "name": "Hulong Havoc",
21599
+ "description": {
21600
+ "general": "\"Let dragonfire burn the lot of them!\""
21601
+ }
21602
+ },
21603
+ "dracoNian": {
21604
+ "name": "Draco Nian",
21605
+ "description": {
21606
+ "general": "A declaration of fiery fury"
21607
+ }
21608
+ },
21609
+ "shen": {
21610
+ "name": "Shen",
21611
+ "description": {
21612
+ "general": "Stuns ship rats to death with her cuteness"
21613
+ }
21614
+ },
21615
+ "shackleSnap": {
21616
+ "name": "Shackle Snap",
21617
+ "description": {
21618
+ "general": "One bite is enough to take them all out"
21619
+ }
21620
+ },
21621
+ "guzzletooth": {
21622
+ "name": "Guzzletooth",
21623
+ "description": {
21624
+ "general": "Spew the seas with fire and ash"
21625
+ }
21626
+ },
21627
+ "gatorsHide": {
21628
+ "name": "Gator's Hide",
21629
+ "description": {
21630
+ "general": "Scars of a beast that survives the hunt"
21631
+ }
21632
+ },
21633
+ "deathRoll": {
21634
+ "name": "Death Roll",
21635
+ "description": {
21636
+ "general": "Once caught, your prey shall never surface"
21637
+ }
21638
+ },
21639
+ "crimsonSplash": {
21640
+ "name": "Crimson Splash",
21641
+ "description": {
21642
+ "general": "Rage unfurls, warning foes of your bite"
21643
+ }
21644
+ },
21645
+ "mawUnleashed": {
21646
+ "name": "Maw Unleashed",
21647
+ "description": {
21648
+ "general": "Strike first, rend deep, never let go"
21649
+ }
21650
+ },
21651
+ "snarlweave": {
21652
+ "name": "Snarlweave",
21653
+ "description": {
21654
+ "general": "Tangled designs for sails that scream"
21655
+ }
21656
+ },
21657
+ "frenziedFrown": {
21658
+ "name": "Frenzied Frown",
21659
+ "description": {
21660
+ "general": "The color of madness itself"
21661
+ }
21662
+ },
21663
+ "gunmetalGrin": {
21664
+ "name": "Gunmetal Grin",
21665
+ "description": {
21666
+ "general": "A sheen that dares foes to shoot first"
21667
+ }
21668
+ },
21669
+ "screechOfMayhem": {
21670
+ "name": "Screech of Mayhem",
21671
+ "description": {
21672
+ "general": "Teeth bared, barrels lit"
21673
+ }
21674
+ },
21675
+ "theReapersCall": {
21676
+ "name": "The Reaper's Call",
21677
+ "description": {
21678
+ "general": "Let death's pall spread far and wide"
21679
+ }
21680
+ },
21681
+ "scythesHonour": {
21682
+ "name": "Scythe's Honour",
21683
+ "description": {
21684
+ "general": "Sharp twists and sharper blades"
21685
+ }
21686
+ },
21687
+ "darkestWeave": {
21688
+ "name": "Darkest Weave",
21689
+ "description": {
21690
+ "general": "A grim set of colors, indeed"
21691
+ }
21692
+ },
21693
+ "helenaFromHell": {
21694
+ "name": "Helena from Hell",
21695
+ "description": {
21696
+ "general": "Death never looked so lovely"
21697
+ }
21698
+ },
21699
+ "graveyardGloss": {
21700
+ "name": "Graveyard Gloss",
21701
+ "description": {
21702
+ "general": "Finished with gloom and despair"
21703
+ }
21704
+ },
21705
+ "doomcaller": {
21706
+ "name": "Doomcaller",
21707
+ "description": {
21708
+ "general": "\"Flee from my wrath, peasant\""
21709
+ }
21710
+ },
21711
+ "boundFate": {
21712
+ "name": "Bound Fate",
21713
+ "description": {
21714
+ "general": "A real mood lightener for your deck"
21715
+ }
21716
+ },
21717
+ "blackenedOaths": {
21718
+ "name": "Blackened Oaths",
21719
+ "description": {
21720
+ "general": "Feathers of a magic raven. The brim weeps salt."
21721
+ }
21722
+ },
21723
+ "grimReflection": {
21724
+ "name": "Grim Reflection",
21725
+ "description": {
21726
+ "general": "The eyes behind burned away long ago"
21727
+ }
21728
+ },
21729
+ "soulsight": {
21730
+ "name": "Soulsight",
21731
+ "description": {
21732
+ "general": "Vivid visions of this world and the next"
21733
+ }
21734
+ },
21735
+ "gallowsGrace": {
21736
+ "name": "Gallow's Grace",
21737
+ "description": {
21738
+ "general": "Too fine for the grave, too cursed for the living"
21739
+ }
21740
+ },
21741
+ "lacedLament": {
21742
+ "name": "Laced Lament",
21743
+ "description": {
21744
+ "general": "Flutters when a soul passes near"
21745
+ }
21746
+ },
21747
+ "gravediggersGrip": {
21748
+ "name": "Gravedigger's Grip",
21749
+ "description": {
21750
+ "general": "Iron and ash, jointed like sorrow"
21751
+ }
21752
+ },
21753
+ "littleMercies": {
21754
+ "name": "Little Mercies",
21755
+ "description": {
21756
+ "general": "Buckled thrice, for each promise broken"
21757
+ }
21758
+ },
21759
+ "deadkinsPride": {
21760
+ "name": "Deadkin's Pride",
21761
+ "description": {
21762
+ "general": "Dark cloth, sewn with mourning thread"
21763
+ }
21764
+ },
21765
+ "echoNoir": {
21766
+ "name": "Echo Noir",
21767
+ "description": {
21768
+ "general": "Silent steps on forgotten shores"
21769
+ }
21542
21770
  }
21543
21771
  }
21544
21772
  }
@@ -3103,6 +3103,24 @@
3103
3103
  "description": {
3104
3104
  "general": "Taken from the head of an elusive master predator, unmatched in ferocity"
3105
3105
  }
3106
+ },
3107
+ "crazedNianStrongbox": {
3108
+ "name": "Crazed Nian Strongbox",
3109
+ "description": {
3110
+ "general": "A chest from the ship that used the fabled local legend of the Crazed Nian to sow fear and rob unfortunate targets. To the victor go the spoils."
3111
+ }
3112
+ },
3113
+ "ascendedBlightmawChest": {
3114
+ "name": "Ascended Blightmaw Chest",
3115
+ "description": {
3116
+ "general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
3117
+ }
3118
+ },
3119
+ "ascendedLegendOfTheNianEventCache": {
3120
+ "name": "Ascended Event Cache (Legend of the Nian)",
3121
+ "description": {
3122
+ "general": "Contains an Ascended Event weapon."
3123
+ }
3106
3124
  }
3107
3125
  }
3108
3126
  }
@@ -243,6 +243,13 @@
243
243
  "factionWarRewardWonTerritory7": "Reward for winning seven territories in the Faction War with the aligned faction",
244
244
  "factionWarRewardWonTerritory8": "Reward for winning eight territories in the Faction War with the aligned faction",
245
245
  "factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
246
+ "retributionWarEffortReward": "Reward for contributing War Assets to the Retribution War",
247
+ "retributionWarRewardWonTerritory1": "Reward for winning one territory in the Retribution War with the aligned faction",
248
+ "retributionWarRewardWonTerritory4": "Reward for winning four territories in the Retribution War with the aligned faction",
249
+ "retributionWarRewardWonTerritory5": "Reward for winning five territories in the Retribution War with the aligned faction",
250
+ "retributionWarRewardWonTerritory7": "Reward for winning seven territories in the Retribution War with the aligned faction",
251
+ "retributionWarRewardWonTerritory8": "Reward for winning eight territories in the Retribution War with the aligned faction",
252
+ "retributionWarRewardWonTerritory11": "Reward for winning eleven territories in the Retribution War with the aligned faction",
246
253
  "twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
247
254
  "unboundReaperReward": "Obtained when defeating the Unbound Reaper",
248
255
  "dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",