@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
@@ -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
  }
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skullandbonestools/snbdata",
3
- "version": "7.0.12",
3
+ "version": "7.1.1",
4
4
  "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
5
  "keywords": [
6
6
  "ubisoft",