@skullandbonestools/snbdata 7.0.12 → 7.1.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 (55) hide show
  1. package/data/commodities.json +5 -0
  2. package/data/cosmetics.json +328 -11
  3. package/data/items.json +98 -26
  4. package/data/sets.json +12 -0
  5. package/data/worldEvents.json +5 -0
  6. package/languages/ar/ar_commodities.json +4 -0
  7. package/languages/ar/ar_cosmetics.json +168 -0
  8. package/languages/ar/ar_items.json +18 -0
  9. package/languages/ar/ar_locations.json +3 -1
  10. package/languages/ar/ar_materials.json +1 -1
  11. package/languages/ar/ar_sets.json +4 -1
  12. package/languages/ar/ar_worldEvents.json +2 -1
  13. package/languages/de/de_commodities.json +6 -2
  14. package/languages/de/de_cosmetics.json +168 -0
  15. package/languages/de/de_items.json +20 -2
  16. package/languages/de/de_locations.json +3 -1
  17. package/languages/de/de_materials.json +1 -1
  18. package/languages/de/de_sets.json +4 -1
  19. package/languages/de/de_worldEvents.json +2 -1
  20. package/languages/en/en_commodities.json +4 -0
  21. package/languages/en/en_cosmetics.json +168 -0
  22. package/languages/en/en_items.json +18 -0
  23. package/languages/en/en_locations.json +3 -1
  24. package/languages/en/en_materials.json +1 -1
  25. package/languages/en/en_sets.json +4 -1
  26. package/languages/en/en_worldEvents.json +2 -1
  27. package/languages/es/es_commodities.json +4 -0
  28. package/languages/es/es_cosmetics.json +168 -0
  29. package/languages/es/es_items.json +18 -0
  30. package/languages/es/es_locations.json +3 -1
  31. package/languages/es/es_materials.json +1 -1
  32. package/languages/es/es_sets.json +4 -1
  33. package/languages/es/es_worldEvents.json +2 -1
  34. package/languages/fr/fr_commodities.json +4 -0
  35. package/languages/fr/fr_cosmetics.json +168 -0
  36. package/languages/fr/fr_items.json +18 -0
  37. package/languages/fr/fr_locations.json +3 -1
  38. package/languages/fr/fr_materials.json +1 -1
  39. package/languages/fr/fr_sets.json +4 -1
  40. package/languages/fr/fr_worldEvents.json +2 -1
  41. package/languages/source/commodities.json +4 -0
  42. package/languages/source/cosmetics.json +168 -0
  43. package/languages/source/items.json +18 -0
  44. package/languages/source/locations.json +3 -1
  45. package/languages/source/materials.json +1 -1
  46. package/languages/source/sets.json +4 -1
  47. package/languages/source/worldEvents.json +2 -1
  48. package/languages/zh/zh_commodities.json +4 -0
  49. package/languages/zh/zh_cosmetics.json +168 -0
  50. package/languages/zh/zh_items.json +18 -0
  51. package/languages/zh/zh_locations.json +3 -1
  52. package/languages/zh/zh_materials.json +1 -1
  53. package/languages/zh/zh_sets.json +4 -1
  54. package/languages/zh/zh_worldEvents.json +2 -1
  55. package/package.json +1 -1
package/data/items.json CHANGED
@@ -4405,7 +4405,7 @@
4405
4405
  "rarity": "rare",
4406
4406
  "season": "release",
4407
4407
  "requiredRank": "kingpin1",
4408
- "obtainable": ["moonshineChest","moonshineStrongbox"],
4408
+ "obtainable": ["moonshineChest","moonshineStrongbox","harbingersStrongbox"],
4409
4409
  "blueprint": "theHelm",
4410
4410
  "value": 1,
4411
4411
  "weight": 500,
@@ -4431,7 +4431,7 @@
4431
4431
  "piercing1"
4432
4432
  ],
4433
4433
  "dateAdded": "2024-02-12",
4434
- "lastUpdated": "2025-07-29"
4434
+ "lastUpdated": "2025-12-09"
4435
4435
  },
4436
4436
  "dardanellesGun": {
4437
4437
  "id": "dardanellesGun",
@@ -9065,18 +9065,19 @@
9065
9065
  "season": "chorusOfHavoc",
9066
9066
  "weight": 10,
9067
9067
  "buffDuration": 1800,
9068
- "event": ["dragonsRegatta","darktideLullaby"],
9068
+ "event": ["dragonsRegatta","darktideLullaby","azureSolstice"],
9069
9069
  "worldEvent": "theWeepingMother",
9070
9070
  "obtainable": [
9071
9071
  "regattaChest",
9072
- "regattaContractReward"
9072
+ "regattaContractReward",
9073
+ "azuriteLodestoneSaintAnne"
9073
9074
  ],
9074
9075
  "required": {},
9075
9076
  "perks": [
9076
9077
  "zongZi"
9077
9078
  ],
9078
9079
  "dateAdded": "2024-07-05",
9079
- "lastUpdated": "2025-09-02"
9080
+ "lastUpdated": "2025-12-09"
9080
9081
  },
9081
9082
  "teulingsSpecialSteakDinner": {
9082
9083
  "id": "teulingsSpecialSteakDinner",
@@ -9775,7 +9776,7 @@
9775
9776
  "type": "culverin",
9776
9777
  "rarity": "epic",
9777
9778
  "season": "intoTheDragonsWake",
9778
- "blueprint": ["seaPeopleHunterMasterOutpostLanitra","smugglerPassPinnacleStore"],
9779
+ "blueprint": ["seaPeopleHunterMasterOutpostLanitra"],
9779
9780
  "bounty": "divineRetribution",
9780
9781
  "worldEvent": "divineRetribution",
9781
9782
  "obtainable": ["elderShadowbeastChest","slayersChest","gildedSlayersChest"],
@@ -9801,7 +9802,7 @@
9801
9802
  "electric2"
9802
9803
  ],
9803
9804
  "dateAdded": "2024-08-22",
9804
- "lastUpdated": "2025-10-21"
9805
+ "lastUpdated": "2025-12-16"
9805
9806
  },
9806
9807
  "phoenixTalons": {
9807
9808
  "id": "phoenixTalons",
@@ -10268,6 +10269,7 @@
10268
10269
  "rarity": "epic",
10269
10270
  "season": "intoTheDragonsWake",
10270
10271
  "obtainable": ["smugglerPass","williamBlackwoodRotatingStore","teulingsWeaponChest1"],
10272
+ "blueprint": "smugglerPassPinnacleStore",
10271
10273
  "value": 1,
10272
10274
  "weight": 500,
10273
10275
  "gearScore": 91,
@@ -10277,14 +10279,21 @@
10277
10279
  "reloadSpeed": 7200,
10278
10280
  "optimalRange": 1000,
10279
10281
  "projectileSpeed": 350,
10280
- "required": {},
10282
+ "required": {
10283
+ "purifiedSaltpeter": 12,
10284
+ "naphtha": 6,
10285
+ "sinewString": 6,
10286
+ "rubber": 6,
10287
+ "gannetDenseNiter": 2,
10288
+ "silver": 3630
10289
+ },
10281
10290
  "perks": [
10282
10291
  "heavensEye",
10283
10292
  "electric2",
10284
10293
  "piercing2"
10285
10294
  ],
10286
10295
  "dateAdded": "2024-08-22",
10287
- "lastUpdated": "2025-08-17"
10296
+ "lastUpdated": "2025-12-09"
10288
10297
  },
10289
10298
  "immortalVessel": {
10290
10299
  "id": "immortalVessel",
@@ -11479,6 +11488,7 @@
11479
11488
  "season": "shadowsOfTheDeep",
11480
11489
  "worldEvent": "theAzureRoyale",
11481
11490
  "event": "azureSolstice",
11491
+ "blueprint": "azuriteLodestoneSaintAnne",
11482
11492
  "weight": 80,
11483
11493
  "gearScore": 20,
11484
11494
  "value": 1,
@@ -11486,14 +11496,19 @@
11486
11496
  "highVelocityKegs"
11487
11497
  ],
11488
11498
  "required": {
11489
- "azuriteGem": 300
11499
+ "purifiedSaltpeter": 12,
11500
+ "dryCastingSand": 12,
11501
+ "naphtha": 7,
11502
+ "sinewString": 7,
11503
+ "gannetsSaltpeter": 6,
11504
+ "silver": 3600
11490
11505
  },
11491
11506
  "obtainable": [
11492
11507
  "azureStrongbox",
11493
11508
  "azuriteLodestoneSaintAnne"
11494
11509
  ],
11495
11510
  "dateAdded": "2024-12-03",
11496
- "lastUpdated": "2025-07-29"
11511
+ "lastUpdated": "2025-12-09"
11497
11512
  },
11498
11513
  "nashkar": {
11499
11514
  "id": "nashkar",
@@ -11505,9 +11520,11 @@
11505
11520
  "azuriteLodestoneSaintAnne",
11506
11521
  "ascendedEventCache",
11507
11522
  "darktideAltarTelokPenjarah",
11508
- "ascendedDarktideLullabyEventCache"
11523
+ "ascendedDarktideLullabyEventCache",
11524
+ "ascendedAzureSolsticeEventCache"
11509
11525
  ],
11510
- "event": ["azureSolstice","moonshineLarceny","darktideLullaby"],
11526
+ "blueprint": "azuriteLodestoneSaintAnne",
11527
+ "event": ["azureSolstice","moonshineLarceny","darktideLullaby","azureSolstice"],
11511
11528
  "worldEvent": "theAzureRoyale",
11512
11529
  "value": 1,
11513
11530
  "weight": 500,
@@ -11523,8 +11540,16 @@
11523
11540
  "burning2",
11524
11541
  "piercing1"
11525
11542
  ],
11543
+ "required": {
11544
+ "xanthousStone": 6,
11545
+ "purifiedSaltpeter": 7,
11546
+ "rubber": 4,
11547
+ "sinewString": 4,
11548
+ "eelSturdyRopes": 2,
11549
+ "silver": 3630
11550
+ },
11526
11551
  "dateAdded": "2024-12-03",
11527
- "lastUpdated": "2025-09-02"
11552
+ "lastUpdated": "2025-12-09"
11528
11553
  },
11529
11554
  "dahaaka": {
11530
11555
  "id": "dahaaka",
@@ -12176,7 +12201,7 @@
12176
12201
  "type": "bombard",
12177
12202
  "rarity": "epic",
12178
12203
  "season": "ascentIntoChaos",
12179
- "event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost"],
12204
+ "event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost","azureSolstice"],
12180
12205
  "value": 1,
12181
12206
  "weight": 500,
12182
12207
  "gearScore": 91,
@@ -12194,7 +12219,9 @@
12194
12219
  "darktideAltarTelokPenjarah",
12195
12220
  "ascendedDarktideLullabyEventCache",
12196
12221
  "hallowedGravestoneSaintAnne",
12197
- "ascendedRequiemOfTheLostEventCache"
12222
+ "ascendedRequiemOfTheLostEventCache",
12223
+ "azuriteLodestoneSaintAnne",
12224
+ "ascendedAzureSolsticeEventCache"
12198
12225
  ],
12199
12226
  "required": {
12200
12227
  "bloodiedDoubloon": 1000,
@@ -12206,7 +12233,7 @@
12206
12233
  "electric1"
12207
12234
  ],
12208
12235
  "dateAdded": "2025-05-06",
12209
- "lastUpdated": "2025-10-28"
12236
+ "lastUpdated": "2025-12-09"
12210
12237
  },
12211
12238
  "tearingLongGun1": {
12212
12239
  "id": "tearingLongGun1",
@@ -13896,12 +13923,13 @@
13896
13923
  "type": "torpedo",
13897
13924
  "rarity": "epic",
13898
13925
  "season": "oathsOfWar",
13899
- "event": "darktideLullaby",
13926
+ "event": ["darktideLullaby","azureSolstice"],
13900
13927
  "obtainable": [
13901
13928
  "darktideAltarTelokPenjarah",
13902
13929
  "darktideChest",
13903
13930
  "ascendedHellgateSerpentChest",
13904
- "ascendedDarktideLullabyEventCache"
13931
+ "ascendedDarktideLullabyEventCache",
13932
+ "ascendedAzureSolsticeEventCache"
13905
13933
  ],
13906
13934
  "value": 1,
13907
13935
  "weight": 500,
@@ -13919,7 +13947,7 @@
13919
13947
  "flooding2"
13920
13948
  ],
13921
13949
  "dateAdded": "2025-07-15",
13922
- "lastUpdated": "2025-09-02"
13950
+ "lastUpdated": "2025-12-09"
13923
13951
  },
13924
13952
  "stormVigil": {
13925
13953
  "id": "stormVigil",
@@ -14867,12 +14895,12 @@
14867
14895
  "value": 1,
14868
14896
  "weight": 250,
14869
14897
  "gearScore": 35,
14870
- "obtainable": "azureStrongbox",
14898
+ "obtainable": ["azuriteLodestoneSaintAnne","azureStrongbox"],
14871
14899
  "perks": [
14872
14900
  "sheetingWinchConsole"
14873
14901
  ],
14874
14902
  "dateAdded": "2025-10-21",
14875
- "lastUpdated": "2025-10-21"
14903
+ "lastUpdated": "2025-12-09"
14876
14904
  },
14877
14905
  "gimbalRingStores": {
14878
14906
  "id": "gimbalRingStores",
@@ -15089,7 +15117,7 @@
15089
15117
  "rarity": "epic",
15090
15118
  "season": "gutsAndGlory",
15091
15119
  "event": "azureSolstice",
15092
- "obtainable": "azuriteLodestoneSaintAnne",
15120
+ "obtainable": ["azuriteLodestoneSaintAnne","ascendedFrostwailChest","ascendedAzureSolsticeEventCache"],
15093
15121
  "value": 1,
15094
15122
  "weight": 500,
15095
15123
  "gearScore": 91,
@@ -15105,7 +15133,7 @@
15105
15133
  "explosive2"
15106
15134
  ],
15107
15135
  "dateAdded": "2025-10-21",
15108
- "lastUpdated": "2025-10-21"
15136
+ "lastUpdated": "2025-12-09"
15109
15137
  },
15110
15138
  "sloopOfWarUpgrade1": {
15111
15139
  "id": "sloopOfWarUpgrade1",
@@ -15319,11 +15347,12 @@
15319
15347
  "rarity": "epic",
15320
15348
  "season": "gutsAndGlory",
15321
15349
  "type": "chest",
15322
- "obtainable": "hallowedGravestoneSaintAnne",
15350
+ "event": ["requiemOfTheLost","azureSolstice"],
15351
+ "obtainable": ["hallowedGravestoneSaintAnne","azuriteLodestoneSaintAnne"],
15323
15352
  "value": 1,
15324
15353
  "weight": 100,
15325
15354
  "dateAdded": "2025-10-21",
15326
- "lastUpdated": "2025-10-21"
15355
+ "lastUpdated": "2025-12-09"
15327
15356
  },
15328
15357
  "hauntedReapersCache": {
15329
15358
  "id": "hauntedReapersCache",
@@ -15415,5 +15444,48 @@
15415
15444
  "weight": 100,
15416
15445
  "dateAdded": "2025-11-18",
15417
15446
  "lastUpdated": "2025-11-18"
15447
+ },
15448
+ "harbingersStrongbox": {
15449
+ "id": "harbingersStrongbox",
15450
+ "rarity": "legendary",
15451
+ "season": "gutsAndGlory",
15452
+ "type": "chest",
15453
+ "event": "azureSolstice",
15454
+ "worldEvent": "azureHarbinger",
15455
+ "obtainable": "azureHarbingerReward",
15456
+ "value": 1,
15457
+ "weight": 100,
15458
+ "dateAdded": "2025-12-09",
15459
+ "lastUpdated": "2025-12-09"
15460
+ },
15461
+ "ascendedFrostwailChest": {
15462
+ "id": "ascendedFrostwailChest",
15463
+ "rarity": "legendary",
15464
+ "season": "gutsAndGlory",
15465
+ "type": "chest",
15466
+ "event": "azureSolstice",
15467
+ "obtainable": "azuriteLodestoneSaintAnne",
15468
+ "value": 1,
15469
+ "weight": 100,
15470
+ "required": {
15471
+ "azuriteGem": 1500
15472
+ },
15473
+ "dateAdded": "2025-12-09",
15474
+ "lastUpdated": "2025-12-09"
15475
+ },
15476
+ "ascendedAzureSolsticeEventCache": {
15477
+ "id": "ascendedAzureSolsticeEventCache",
15478
+ "rarity": "legendary",
15479
+ "season": "gutsAndGlory",
15480
+ "type": "chest",
15481
+ "event": "azureSolstice",
15482
+ "obtainable": "azuriteLodestoneSaintAnne",
15483
+ "value": 1,
15484
+ "weight": 100,
15485
+ "required": {
15486
+ "azuriteGem": 1300
15487
+ },
15488
+ "dateAdded": "2025-12-09",
15489
+ "lastUpdated": "2025-12-09"
15418
15490
  }
15419
15491
  }
package/data/sets.json CHANGED
@@ -1510,5 +1510,17 @@
1510
1510
  "eyeOfMadness": {
1511
1511
  "id": "eyeOfMadness",
1512
1512
  "type": "ship"
1513
+ },
1514
+ "burningWhispers": {
1515
+ "id": "burningWhispers",
1516
+ "type": "ship"
1517
+ },
1518
+ "legsOfDoom": {
1519
+ "id": "legsOfDoom",
1520
+ "type": "ship"
1521
+ },
1522
+ "marchingMenace": {
1523
+ "id": "marchingMenace",
1524
+ "type": "player"
1513
1525
  }
1514
1526
  }
@@ -327,5 +327,10 @@
327
327
  "id": "reaperOfTheLost",
328
328
  "type": "eliteWarship",
329
329
  "faction": "theUnhallowed"
330
+ },
331
+ "azureHarbinger": {
332
+ "id": "azureHarbinger",
333
+ "type": "eliteWarship",
334
+ "faction": "azureFleet"
330
335
  }
331
336
  }
@@ -287,6 +287,10 @@
287
287
  "jasmineIncenseFlare": {
288
288
  "name": "Jasmine Incense Flare",
289
289
  "description": "When lit, it gives off a sickly yet pleasant aroma."
290
+ },
291
+ "azureFlare": {
292
+ "name": "Azure Flare",
293
+ "description": "This flare has a terrifying shimmer to it. Perhaps it has some connection to a greater curse..."
290
294
  }
291
295
  }
292
296
  }
@@ -19973,6 +19973,174 @@
19973
19973
  "description": {
19974
19974
  "general": "The chase makes triumph sweeter"
19975
19975
  }
19976
+ },
19977
+ "glacialWonder": {
19978
+ "name": "Glacial Wonder",
19979
+ "description": {
19980
+ "general": "The gunners are afraid to get too close"
19981
+ }
19982
+ },
19983
+ "ghostlyTinges": {
19984
+ "name": "Ghostly Tinges",
19985
+ "description": {
19986
+ "general": "The recollections of the dead endure"
19987
+ }
19988
+ },
19989
+ "stormsBreath": {
19990
+ "name": "Storm's Breath",
19991
+ "description": {
19992
+ "general": "Your fury is a torrent, yet your heart is still"
19993
+ }
19994
+ },
19995
+ "edgesOfDespair": {
19996
+ "name": "Edges of Despair",
19997
+ "description": {
19998
+ "general": "The fight for control rages on"
19999
+ }
20000
+ },
20001
+ "frigidGloom": {
20002
+ "name": "Frigid Gloom",
20003
+ "description": {
20004
+ "general": "You taste dread but is it your enemies' or your own?"
20005
+ }
20006
+ },
20007
+ "shardsOfLonging": {
20008
+ "name": "Shards of Longing",
20009
+ "description": {
20010
+ "general": "That which was broken stands to be remade"
20011
+ }
20012
+ },
20013
+ "curseSpun": {
20014
+ "name": "Curse Spun",
20015
+ "description": {
20016
+ "general": "Touched by forces you do not quite understand"
20017
+ }
20018
+ },
20019
+ "theLifestealer": {
20020
+ "name": "The Lifestealer",
20021
+ "description": {
20022
+ "general": "It takes and takes until nothing is left"
20023
+ }
20024
+ },
20025
+ "tongueOfShadows": {
20026
+ "name": "Tongue of Shadows",
20027
+ "description": {
20028
+ "general": "Trapped in an abyss of your own making"
20029
+ }
20030
+ },
20031
+ "embersInTheNight": {
20032
+ "name": "Embers in the Night",
20033
+ "description": {
20034
+ "general": "\"I see strange things in the fire. Terrifying things.\""
20035
+ }
20036
+ },
20037
+ "bloodDemands": {
20038
+ "name": "Blood Demands",
20039
+ "description": {
20040
+ "general": "How long before you give in?"
20041
+ }
20042
+ },
20043
+ "dreadStirs": {
20044
+ "name": "Dread Stirs",
20045
+ "description": {
20046
+ "general": "Even you do not know your own true nature"
20047
+ }
20048
+ },
20049
+ "ferociousGuardian": {
20050
+ "name": "Ferocious Guardian",
20051
+ "description": {
20052
+ "general": "\"For my freedom, and the freedom of all pirates.\""
20053
+ }
20054
+ },
20055
+ "theRunaround": {
20056
+ "name": "The Runaround",
20057
+ "description": {
20058
+ "general": "\"Gotta keep 'em guessing.\""
20059
+ }
20060
+ },
20061
+ "insidiousHurt": {
20062
+ "name": "Insidious Hurt",
20063
+ "description": {
20064
+ "general": "\"Every blow hits hard and cuts deep.\""
20065
+ }
20066
+ },
20067
+ "venemousFang": {
20068
+ "name": "Venemous Fang",
20069
+ "description": {
20070
+ "general": "\"You bear the mark of death.\""
20071
+ }
20072
+ },
20073
+ "relentlessSteps": {
20074
+ "name": "Relentless Steps",
20075
+ "description": {
20076
+ "general": "\"Keep moving forward, no matter how many fall.\""
20077
+ }
20078
+ },
20079
+ "readyAndWaiting": {
20080
+ "name": "Ready and Waiting",
20081
+ "description": {
20082
+ "general": "\"Strike from the most unexpected places.\""
20083
+ }
20084
+ },
20085
+ "venomborn": {
20086
+ "name": "Venomborn",
20087
+ "description": {
20088
+ "general": "\"Better not come too close.\""
20089
+ }
20090
+ },
20091
+ "burrowersHat": {
20092
+ "name": "Burrower's Hat",
20093
+ "description": {
20094
+ "general": "Said to reveal the paths of the dead"
20095
+ }
20096
+ },
20097
+ "wordsOfDoom": {
20098
+ "name": "Words of Doom",
20099
+ "description": {
20100
+ "general": "Let your demands be heard"
20101
+ }
20102
+ },
20103
+ "cloakOfBarbs": {
20104
+ "name": "Cloak of Barbs",
20105
+ "description": {
20106
+ "general": "You are a walking weapon"
20107
+ }
20108
+ },
20109
+ "hookLegs": {
20110
+ "name": "Hook Legs",
20111
+ "description": {
20112
+ "general": "Practical and painful"
20113
+ }
20114
+ },
20115
+ "coilingStraps": {
20116
+ "name": "Coiling Straps",
20117
+ "description": {
20118
+ "general": "Round and round and round..."
20119
+ }
20120
+ },
20121
+ "windingGold": {
20122
+ "name": "Winding Gold",
20123
+ "description": {
20124
+ "general": "In honor of a masterful predator"
20125
+ }
20126
+ },
20127
+ "longbodyStrike": {
20128
+ "name": "Longbody Strike",
20129
+ "description": {
20130
+ "general": "Have patience. Prey will come"
20131
+ }
20132
+ },
20133
+ "everyHundredSteps": {
20134
+ "name": "Every Hundred Steps",
20135
+ "description": {
20136
+ "general": "An enemy falls"
20137
+ }
20138
+ },
20139
+ "scurryAndSkitter": {
20140
+ "name": "Scurry and Skitter",
20141
+ "description": {
20142
+ "general": "Dreams and delusions live under your skin"
20143
+ }
19976
20144
  }
19977
20145
  }
19978
20146
  }
@@ -2928,6 +2928,24 @@
2928
2928
  "description": {
2929
2929
  "general": "An opulent chest which may contain cosmetics that are part of Sea of Kingdoms Set"
2930
2930
  }
2931
+ },
2932
+ "harbingersStrongbox": {
2933
+ "name": "Harbinger's Strongbox",
2934
+ "description": {
2935
+ "general": "A strongbox from an elite ship of the Azure Fleet. It seems to sap the very warmth from the surrounding air."
2936
+ }
2937
+ },
2938
+ "ascendedFrostwailChest": {
2939
+ "name": "Ascended Frostwail Chest",
2940
+ "description": {
2941
+ "general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
2942
+ }
2943
+ },
2944
+ "ascendedAzureSolsticeEventCache": {
2945
+ "name": "Ascended Event Cache (Azure Solstice)",
2946
+ "description": {
2947
+ "general": "Contains an Ascended Event weapon."
2948
+ }
2931
2949
  }
2932
2950
  }
2933
2951
  }
@@ -244,6 +244,8 @@
244
244
  "factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
245
245
  "twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
246
246
  "unboundReaperReward": "Obtained when defeating the Unbound Reaper",
247
- "dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter"
247
+ "dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
248
+ "azureHarbingerReward": "Obtained when defeating the Azure Harbinger",
249
+ "twitchDropAzureSolsticeY2S3": "Twitch Drop during the Azure Solstice event in {{gutsAndGlory}}"
248
250
  }
249
251
  }
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "azuriteGem": {
32
32
  "name": "Azurite Gem",
33
- "description": ""
33
+ "description": "This gem gleams with an unsettling sheen and feels cold to the touch. So cold it seems to be sapping more than just heat."
34
34
  },
35
35
  "halfTaels": {
36
36
  "name": "Half-Taels",
@@ -377,6 +377,9 @@
377
377
  "seaOfKingdoms": "Sea of Kingdoms Set",
378
378
  "theFaceless": "The Faceless Set",
379
379
  "kingdomsWarrior": "Kingdom's Warrior Set",
380
- "eyeOfMadness": "Eye of Madness Set"
380
+ "eyeOfMadness": "Eye of Madness Set",
381
+ "burningWhispers": "Burning Whispers Set",
382
+ "legsOfDoom": "Legs of Doom Set",
383
+ "marchingMenace": "Marching Menace Set"
381
384
  }
382
385
  }
@@ -67,6 +67,7 @@
67
67
  "theWeepingMother": "The Weeping Mother",
68
68
  "soleilRoyal": "Soleil Royal",
69
69
  "reapItAndWeep": "Reap It & Weep",
70
- "reaperOfTheLost": "Reaper of the Lost"
70
+ "reaperOfTheLost": "Reaper of the Lost",
71
+ "azureHarbinger": "Azure Harbinger"
71
72
  }
72
73
  }
@@ -269,8 +269,8 @@
269
269
  "description": "Eine detailreiche Miniatur eines Schiffes in einer Flasche."
270
270
  },
271
271
  "luxuryDice": {
272
- "name": "Luxury Dice",
273
- "description": "An exotic set marked for a passion of randomness."
272
+ "name": "Luxuswürfel",
273
+ "description": "Ein exotisches Set, das für eine Leidenschaft für den Zufall steht."
274
274
  },
275
275
  "phoenixPouch": {
276
276
  "name": "Phönix-Beutel",
@@ -287,6 +287,10 @@
287
287
  "jasmineIncenseFlare": {
288
288
  "name": "Jasmin-Räucherwerk-Leuchtsignal",
289
289
  "description": "Gibt, wenn es entzündet wird, ein süßliches und doch angenehmes Aroma ab."
290
+ },
291
+ "azureFlare": {
292
+ "name": "Azurblaues Leuchtsignal",
293
+ "description": "Dieses Leuchtsignal schimmert in einem gruseligen Licht. Vielleicht beherbergt es eine Verbindung zu einem schrecklichen Fluch..."
290
294
  }
291
295
  }
292
296
  }