@skullandbonestools/snbdata 9.0.1 → 9.0.2

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 (104) hide show
  1. package/data/cosmetics.json +43 -38
  2. package/data/events.json +3 -3
  3. package/data/items.json +128 -10
  4. package/dist/daos/achievements.d.ts +2 -1
  5. package/dist/daos/achievements.d.ts.map +1 -1
  6. package/dist/daos/achievements.js +3 -2
  7. package/dist/daos/achievements.js.map +1 -1
  8. package/dist/daos/commodities.d.ts +2 -1
  9. package/dist/daos/commodities.d.ts.map +1 -1
  10. package/dist/daos/commodities.js +3 -2
  11. package/dist/daos/commodities.js.map +1 -1
  12. package/dist/daos/contracts.d.ts +2 -1
  13. package/dist/daos/contracts.d.ts.map +1 -1
  14. package/dist/daos/contracts.js +3 -2
  15. package/dist/daos/contracts.js.map +1 -1
  16. package/dist/daos/cosmetics.d.ts +2 -1
  17. package/dist/daos/cosmetics.d.ts.map +1 -1
  18. package/dist/daos/cosmetics.js +3 -2
  19. package/dist/daos/cosmetics.js.map +1 -1
  20. package/dist/daos/events.d.ts +2 -1
  21. package/dist/daos/events.d.ts.map +1 -1
  22. package/dist/daos/events.js +3 -2
  23. package/dist/daos/events.js.map +1 -1
  24. package/dist/daos/factions.d.ts +2 -1
  25. package/dist/daos/factions.d.ts.map +1 -1
  26. package/dist/daos/factions.js +3 -2
  27. package/dist/daos/factions.js.map +1 -1
  28. package/dist/daos/items.d.ts +2 -1
  29. package/dist/daos/items.d.ts.map +1 -1
  30. package/dist/daos/items.js +3 -2
  31. package/dist/daos/items.js.map +1 -1
  32. package/dist/daos/materials.d.ts +1 -0
  33. package/dist/daos/materials.d.ts.map +1 -1
  34. package/dist/daos/materials.js +1 -0
  35. package/dist/daos/materials.js.map +1 -1
  36. package/dist/daos/modifications.d.ts +2 -1
  37. package/dist/daos/modifications.d.ts.map +1 -1
  38. package/dist/daos/modifications.js +3 -2
  39. package/dist/daos/modifications.js.map +1 -1
  40. package/dist/daos/regions.d.ts +2 -1
  41. package/dist/daos/regions.d.ts.map +1 -1
  42. package/dist/daos/regions.js +3 -2
  43. package/dist/daos/regions.js.map +1 -1
  44. package/dist/daos/seasons.d.ts +2 -1
  45. package/dist/daos/seasons.d.ts.map +1 -1
  46. package/dist/daos/seasons.js +3 -2
  47. package/dist/daos/seasons.js.map +1 -1
  48. package/dist/daos/sets.d.ts +2 -1
  49. package/dist/daos/sets.d.ts.map +1 -1
  50. package/dist/daos/sets.js +3 -2
  51. package/dist/daos/sets.js.map +1 -1
  52. package/dist/daos/ships.d.ts +2 -1
  53. package/dist/daos/ships.d.ts.map +1 -1
  54. package/dist/daos/ships.js +3 -2
  55. package/dist/daos/ships.js.map +1 -1
  56. package/dist/daos/territories.d.ts +2 -1
  57. package/dist/daos/territories.d.ts.map +1 -1
  58. package/dist/daos/territories.js +3 -2
  59. package/dist/daos/territories.js.map +1 -1
  60. package/dist/daos/ultimates.d.ts +2 -1
  61. package/dist/daos/ultimates.d.ts.map +1 -1
  62. package/dist/daos/ultimates.js +3 -2
  63. package/dist/daos/ultimates.js.map +1 -1
  64. package/dist/daos/worldEvents.d.ts +2 -1
  65. package/dist/daos/worldEvents.d.ts.map +1 -1
  66. package/dist/daos/worldEvents.js +3 -2
  67. package/dist/daos/worldEvents.js.map +1 -1
  68. package/languages/ar/ar_cosmetics.json +3 -3
  69. package/languages/ar/ar_items.json +30 -0
  70. package/languages/ar/ar_locations.json +4 -1
  71. package/languages/ar/ar_perks.json +30 -0
  72. package/languages/ar/ar_worldEvents.json +6 -6
  73. package/languages/de/de_achievements.json +1 -1
  74. package/languages/de/de_cosmetics.json +3 -3
  75. package/languages/de/de_items.json +62 -32
  76. package/languages/de/de_locations.json +4 -1
  77. package/languages/de/de_perks.json +84 -54
  78. package/languages/de/de_worldEvents.json +6 -6
  79. package/languages/en/en_cosmetics.json +3 -3
  80. package/languages/en/en_items.json +30 -0
  81. package/languages/en/en_locations.json +4 -1
  82. package/languages/en/en_perks.json +30 -0
  83. package/languages/en/en_worldEvents.json +6 -6
  84. package/languages/es/es_cosmetics.json +3 -3
  85. package/languages/es/es_items.json +30 -0
  86. package/languages/es/es_locations.json +4 -1
  87. package/languages/es/es_perks.json +30 -0
  88. package/languages/es/es_worldEvents.json +6 -6
  89. package/languages/fr/fr_cosmetics.json +3 -3
  90. package/languages/fr/fr_items.json +30 -0
  91. package/languages/fr/fr_locations.json +4 -1
  92. package/languages/fr/fr_perks.json +30 -0
  93. package/languages/fr/fr_worldEvents.json +6 -6
  94. package/languages/source/cosmetics.json +3 -3
  95. package/languages/source/items.json +30 -0
  96. package/languages/source/locations.json +4 -1
  97. package/languages/source/perks.json +30 -0
  98. package/languages/source/worldEvents.json +6 -6
  99. package/languages/zh/zh_cosmetics.json +3 -3
  100. package/languages/zh/zh_items.json +30 -0
  101. package/languages/zh/zh_locations.json +4 -1
  102. package/languages/zh/zh_perks.json +30 -0
  103. package/languages/zh/zh_worldEvents.json +6 -6
  104. package/package.json +1 -1
@@ -9648,10 +9648,10 @@
9648
9648
  "general": "L'exception dans une tenue par ailleurs robuste"
9649
9649
  }
9650
9650
  },
9651
- "elDoradoanWarriorBoots": {
9652
- "name": "Guerrier de l'El Dorado",
9651
+ "goldenStride": {
9652
+ "name": "Golden Stride",
9653
9653
  "description": {
9654
- "general": "Méfiez-vous des pointes de feuilles vertes, car leur contact est mortel"
9654
+ "general": "Even gold comes from the deep earth"
9655
9655
  }
9656
9656
  },
9657
9657
  "realmsGate": {
@@ -3206,6 +3206,36 @@
3206
3206
  "description": {
3207
3207
  "general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
3208
3208
  }
3209
+ },
3210
+ "lAiguille": {
3211
+ "name": "L'Aiguille",
3212
+ "description": {
3213
+ "general": "A precise weapon of French design that shatters the hulls of their foes."
3214
+ }
3215
+ },
3216
+ "mortarPowderbench": {
3217
+ "name": "Mortar Powderbench",
3218
+ "description": {
3219
+ "general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
3220
+ }
3221
+ },
3222
+ "rocketPowderbench": {
3223
+ "name": "Rocket Powderbench",
3224
+ "description": {
3225
+ "general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
3226
+ }
3227
+ },
3228
+ "springloaderPowderbench": {
3229
+ "name": "Springloader Powderbench",
3230
+ "description": {
3231
+ "general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
3232
+ }
3233
+ },
3234
+ "verdantHuntsChest": {
3235
+ "name": "Verdant Hunt's Chest",
3236
+ "description": {
3237
+ "general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
3238
+ }
3209
3239
  }
3210
3240
  }
3211
3241
  }
@@ -44,6 +44,8 @@
44
44
  "theHelmSeasonAscentIntoChaos": "Is/was purchasable in the Helm (Yanita, Houma) during {{ascentIntoChaos}}",
45
45
  "theHelmSeasonOathsOfWar": "Is/was purchasable in the Helm (Yanita, Houma) during {{oathsOfWar}}",
46
46
  "theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
47
+ "theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
48
+ "theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
47
49
  "theHelmEvent": "Is/was purchasable in the Helm (Yanita, Houma) during that event",
48
50
  "outpostLostCityOfPrei": "Avant-poste Cité perdue de Prei",
49
51
  "outpostReturnFleetBight": "Avant-poste Baie du retour de flotte",
@@ -280,6 +282,7 @@
280
282
  "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
281
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
282
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
283
- "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
285
+ "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
284
287
  }
285
288
  }
@@ -3300,6 +3300,36 @@
3300
3300
  "Increases Projectile Speed of Mending Weapons by 12%"
3301
3301
  ]
3302
3302
  }
3303
+ },
3304
+ "splinter": {
3305
+ "name": "Splinter",
3306
+ "description": {
3307
+ "general": [
3308
+ "Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
3309
+ "Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
3310
+ ]
3311
+ }
3312
+ },
3313
+ "mortarPowderbench": {
3314
+ "description": {
3315
+ "general": [
3316
+ "Reduces Time-to-Target of Mortar by 15%"
3317
+ ]
3318
+ }
3319
+ },
3320
+ "rocketPowderbench": {
3321
+ "description": {
3322
+ "general": [
3323
+ "Reduces Time-to-Target of Rockets by 15%"
3324
+ ]
3325
+ }
3326
+ },
3327
+ "springloaderPowderbench": {
3328
+ "description": {
3329
+ "general": [
3330
+ "Reduces Time-to-Target of Springloader by 15%"
3331
+ ]
3332
+ }
3303
3333
  }
3304
3334
  }
3305
3335
  }
@@ -4,7 +4,7 @@
4
4
  "tidesOfTerror": "Marées de Terreur",
5
5
  "theMizerja": "Le Mizerja",
6
6
  "theOpwelling": "L'Opwelling",
7
- "thePlagueKing": "Le Roi de la Peste",
7
+ "thePlagueKing": "The Plague King (La Peste Domain)",
8
8
  "caperingTheCape": "Capering the Cape",
9
9
  "anAllianceOfConvenience": "Une alliance de convenance",
10
10
  "theRempahResupply": "Le réapprovisionnement de Rempah",
@@ -14,22 +14,22 @@
14
14
  "verseOfRemorse": "Verset du Remord",
15
15
  "riskTheRisingTide": "Face à la marée montante",
16
16
  "iceAndEasy": "Ça glace tout seul",
17
- "chorusOfHavoc": "Chorus du Chaos",
17
+ "chorusOfHavoc": "Chorus of Havoc (Hubac Twins Domain)",
18
18
  "divineRetribution": "Châtiment Divin",
19
19
  "opulentOpportunity": "Opportunité opulente",
20
20
  "easternExchange": "Échange à l'Est",
21
21
  "flamesOfTheDragon": "Flammes du Dragon",
22
- "theGloriousPhoenix": "Le Glorieux Phénix",
22
+ "theGloriousPhoenix": "The Glorious Phoenix (Li Tian Ning Domain)",
23
23
  "theSerpentsWrath": "La colère du Serpent",
24
24
  "flamesOfThePhoenix": "Les Flammes du Phénix",
25
25
  "baitAndSwitch": "Bait and Switch",
26
26
  "stolenTreasures": "Trésors volés",
27
27
  "curseOfTheSchaduw": "La malédiction du Schaduw",
28
- "theLoomingShadow": "L'Ombre menaçante",
28
+ "theLoomingShadow": "The Looming Shadow (Vikram Rajan Domain)",
29
29
  "reaversVengeance": "Vengeance du saccageur",
30
30
  "theWolfHunter": "Le chasseur de loups",
31
31
  "theAzureRoyale": "The Azure Royale",
32
- "theGreatShadow": "The Great Shadow",
32
+ "theGreatShadow": "The Great Shadow (Mythic Vikram Rajan)",
33
33
  "undyingMaw": "Undying Maw",
34
34
  "payingDues": "Paying Dues",
35
35
  "scurlocksPrecious": "Scurlock's Precious",
@@ -74,7 +74,7 @@
74
74
  "opstuwing": "Mighty Opwelling",
75
75
  "soleilImperial": "Mighty Soleil Royal",
76
76
  "kraken": "Kraken",
77
- "theDrowningPlague": "The Drowning Plague",
77
+ "theDrowningPlague": "The Drowning Plague (Mythic La Peste)",
78
78
  "jawsOfRetribution": "Jaws of Retribution",
79
79
  "megafortWolvenhol": "Megafort Wolvenhol",
80
80
  "legendOfTheNian": "Legend of the Nian",
@@ -9648,10 +9648,10 @@
9648
9648
  "general": "The exception to an otherwise rugged outfit"
9649
9649
  }
9650
9650
  },
9651
- "elDoradoanWarriorBoots": {
9652
- "name": "El Doradoan Warrior",
9651
+ "goldenStride": {
9652
+ "name": "Golden Stride",
9653
9653
  "description": {
9654
- "general": "Beware the green leafy spikes for their touch is deadly"
9654
+ "general": "Even gold comes from the deep earth"
9655
9655
  }
9656
9656
  },
9657
9657
  "realmsGate": {
@@ -3206,6 +3206,36 @@
3206
3206
  "description": {
3207
3207
  "general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
3208
3208
  }
3209
+ },
3210
+ "lAiguille": {
3211
+ "name": "L'Aiguille",
3212
+ "description": {
3213
+ "general": "A precise weapon of French design that shatters the hulls of their foes."
3214
+ }
3215
+ },
3216
+ "mortarPowderbench": {
3217
+ "name": "Mortar Powderbench",
3218
+ "description": {
3219
+ "general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
3220
+ }
3221
+ },
3222
+ "rocketPowderbench": {
3223
+ "name": "Rocket Powderbench",
3224
+ "description": {
3225
+ "general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
3226
+ }
3227
+ },
3228
+ "springloaderPowderbench": {
3229
+ "name": "Springloader Powderbench",
3230
+ "description": {
3231
+ "general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
3232
+ }
3233
+ },
3234
+ "verdantHuntsChest": {
3235
+ "name": "Verdant Hunt's Chest",
3236
+ "description": {
3237
+ "general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
3238
+ }
3209
3239
  }
3210
3240
  }
3211
3241
  }
@@ -44,6 +44,8 @@
44
44
  "theHelmSeasonAscentIntoChaos": "Is/was purchasable in the Helm (Yanita, Houma) during {{ascentIntoChaos}}",
45
45
  "theHelmSeasonOathsOfWar": "Is/was purchasable in the Helm (Yanita, Houma) during {{oathsOfWar}}",
46
46
  "theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
47
+ "theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
48
+ "theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
47
49
  "theHelmEvent": "Is/was purchasable in the Helm (Yanita, Houma) during that event",
48
50
  "outpostLostCityOfPrei": "Outpost Lost City of Prei",
49
51
  "outpostReturnFleetBight": "Outpost Return Fleet Bight",
@@ -280,6 +282,7 @@
280
282
  "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
281
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
282
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
283
- "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
285
+ "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
284
287
  }
285
288
  }
@@ -3300,6 +3300,36 @@
3300
3300
  "Increases Projectile Speed of Mending Weapons by 12%"
3301
3301
  ]
3302
3302
  }
3303
+ },
3304
+ "splinter": {
3305
+ "name": "Splinter",
3306
+ "description": {
3307
+ "general": [
3308
+ "Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
3309
+ "Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
3310
+ ]
3311
+ }
3312
+ },
3313
+ "mortarPowderbench": {
3314
+ "description": {
3315
+ "general": [
3316
+ "Reduces Time-to-Target of Mortar by 15%"
3317
+ ]
3318
+ }
3319
+ },
3320
+ "rocketPowderbench": {
3321
+ "description": {
3322
+ "general": [
3323
+ "Reduces Time-to-Target of Rockets by 15%"
3324
+ ]
3325
+ }
3326
+ },
3327
+ "springloaderPowderbench": {
3328
+ "description": {
3329
+ "general": [
3330
+ "Reduces Time-to-Target of Springloader by 15%"
3331
+ ]
3332
+ }
3303
3333
  }
3304
3334
  }
3305
3335
  }
@@ -4,7 +4,7 @@
4
4
  "tidesOfTerror": "Tides of Terror",
5
5
  "theMizerja": "The Mizerja",
6
6
  "theOpwelling": "The Opwelling",
7
- "thePlagueKing": "The Plague King",
7
+ "thePlagueKing": "The Plague King (La Peste Domain)",
8
8
  "caperingTheCape": "Capering the Cape",
9
9
  "anAllianceOfConvenience": "An Alliance of Convenience",
10
10
  "theRempahResupply": "The Rempah Resupply",
@@ -14,22 +14,22 @@
14
14
  "verseOfRemorse": "Verse of Remorse",
15
15
  "riskTheRisingTide": "Risk the Rising Tide",
16
16
  "iceAndEasy": "Ice & Easy",
17
- "chorusOfHavoc": "Chorus of Havoc",
17
+ "chorusOfHavoc": "Chorus of Havoc (Hubac Twins Domain)",
18
18
  "divineRetribution": "Divine Retribution",
19
19
  "opulentOpportunity": "Opulent Opportunity",
20
20
  "easternExchange": "Eastern Exchange",
21
21
  "flamesOfTheDragon": "Flames of the Dragon",
22
- "theGloriousPhoenix": "The Glorious Phoenix",
22
+ "theGloriousPhoenix": "The Glorious Phoenix (Li Tian Ning Domain)",
23
23
  "theSerpentsWrath": "The Serpent's Wrath",
24
24
  "flamesOfThePhoenix": "Flames of the Phoenix",
25
25
  "baitAndSwitch": "Bait and Switch",
26
26
  "stolenTreasures": "Stolen Treasures",
27
27
  "curseOfTheSchaduw": "Curse of the Schaduw",
28
- "theLoomingShadow": "The Looming Shadow",
28
+ "theLoomingShadow": "The Looming Shadow (Vikram Rajan Domain)",
29
29
  "reaversVengeance": "Reaver's Vengeance",
30
30
  "theWolfHunter": "The Wolf Hunter",
31
31
  "theAzureRoyale": "The Azure Royale",
32
- "theGreatShadow": "The Great Shadow",
32
+ "theGreatShadow": "The Great Shadow (Mythic Vikram Rajan)",
33
33
  "undyingMaw": "Undying Maw",
34
34
  "payingDues": "Paying Dues",
35
35
  "scurlocksPrecious": "Scurlock's Precious",
@@ -74,7 +74,7 @@
74
74
  "opstuwing": "Mighty Opwelling",
75
75
  "soleilImperial": "Mighty Soleil Royal",
76
76
  "kraken": "Kraken",
77
- "theDrowningPlague": "The Drowning Plague",
77
+ "theDrowningPlague": "The Drowning Plague (Mythic La Peste)",
78
78
  "jawsOfRetribution": "Jaws of Retribution",
79
79
  "megafortWolvenhol": "Megafort Wolvenhol",
80
80
  "legendOfTheNian": "Legend of the Nian",
@@ -9648,10 +9648,10 @@
9648
9648
  "general": "The exception to an otherwise rugged outfit"
9649
9649
  }
9650
9650
  },
9651
- "elDoradoanWarriorBoots": {
9652
- "name": "El Doradoan Warrior",
9651
+ "goldenStride": {
9652
+ "name": "Golden Stride",
9653
9653
  "description": {
9654
- "general": "Beware the green leafy spikes for their touch is deadly"
9654
+ "general": "Even gold comes from the deep earth"
9655
9655
  }
9656
9656
  },
9657
9657
  "realmsGate": {
@@ -3206,6 +3206,36 @@
3206
3206
  "description": {
3207
3207
  "general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
3208
3208
  }
3209
+ },
3210
+ "lAiguille": {
3211
+ "name": "L'Aiguille",
3212
+ "description": {
3213
+ "general": "A precise weapon of French design that shatters the hulls of their foes."
3214
+ }
3215
+ },
3216
+ "mortarPowderbench": {
3217
+ "name": "Mortar Powderbench",
3218
+ "description": {
3219
+ "general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
3220
+ }
3221
+ },
3222
+ "rocketPowderbench": {
3223
+ "name": "Rocket Powderbench",
3224
+ "description": {
3225
+ "general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
3226
+ }
3227
+ },
3228
+ "springloaderPowderbench": {
3229
+ "name": "Springloader Powderbench",
3230
+ "description": {
3231
+ "general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
3232
+ }
3233
+ },
3234
+ "verdantHuntsChest": {
3235
+ "name": "Verdant Hunt's Chest",
3236
+ "description": {
3237
+ "general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
3238
+ }
3209
3239
  }
3210
3240
  }
3211
3241
  }
@@ -44,6 +44,8 @@
44
44
  "theHelmSeasonAscentIntoChaos": "在{{ascentIntoChaos}}期间可在帝国(亚妮塔,霍马)处购买",
45
45
  "theHelmSeasonOathsOfWar": "在{{oathsOfWar}}期间可在帝国(亚妮塔,霍马)处购买",
46
46
  "theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
47
+ "theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
48
+ "theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
47
49
  "theHelmEvent": "可在该活动期间于海舵社(亚妮塔,霍马)处购买",
48
50
  "outpostLostCityOfPrei": "失落之城菩雷",
49
51
  "outpostReturnFleetBight": "回航海湾",
@@ -280,6 +282,7 @@
280
282
  "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
281
283
  "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
282
284
  "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
283
- "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
285
+ "ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
286
+ "theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
284
287
  }
285
288
  }
@@ -3300,6 +3300,36 @@
3300
3300
  "Increases Projectile Speed of Mending Weapons by 12%"
3301
3301
  ]
3302
3302
  }
3303
+ },
3304
+ "splinter": {
3305
+ "name": "Splinter",
3306
+ "description": {
3307
+ "general": [
3308
+ "Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
3309
+ "Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
3310
+ ]
3311
+ }
3312
+ },
3313
+ "mortarPowderbench": {
3314
+ "description": {
3315
+ "general": [
3316
+ "Reduces Time-to-Target of Mortar by 15%"
3317
+ ]
3318
+ }
3319
+ },
3320
+ "rocketPowderbench": {
3321
+ "description": {
3322
+ "general": [
3323
+ "Reduces Time-to-Target of Rockets by 15%"
3324
+ ]
3325
+ }
3326
+ },
3327
+ "springloaderPowderbench": {
3328
+ "description": {
3329
+ "general": [
3330
+ "Reduces Time-to-Target of Springloader by 15%"
3331
+ ]
3332
+ }
3303
3333
  }
3304
3334
  }
3305
3335
  }
@@ -4,7 +4,7 @@
4
4
  "tidesOfTerror": "Tides of Terror",
5
5
  "theMizerja": "The Mizerja",
6
6
  "theOpwelling": "The Opwelling",
7
- "thePlagueKing": "The Plague King",
7
+ "thePlagueKing": "The Plague King (La Peste Domain)",
8
8
  "caperingTheCape": "Capering the Cape",
9
9
  "anAllianceOfConvenience": "An Alliance of Convenience",
10
10
  "theRempahResupply": "The Rempah Resupply",
@@ -14,22 +14,22 @@
14
14
  "verseOfRemorse": "Verse of Remorse",
15
15
  "riskTheRisingTide": "Risk the Rising Tide",
16
16
  "iceAndEasy": "Ice & Easy",
17
- "chorusOfHavoc": "Chorus of Havoc",
17
+ "chorusOfHavoc": "Chorus of Havoc (Hubac Twins Domain)",
18
18
  "divineRetribution": "Divine Retribution",
19
19
  "opulentOpportunity": "Opulent Opportunity",
20
20
  "easternExchange": "Eastern Exchange",
21
21
  "flamesOfTheDragon": "Flames of the Dragon",
22
- "theGloriousPhoenix": "The Glorious Phoenix",
22
+ "theGloriousPhoenix": "The Glorious Phoenix (Li Tian Ning Domain)",
23
23
  "theSerpentsWrath": "The Serpent's Wrath",
24
24
  "flamesOfThePhoenix": "Flames of the Phoenix",
25
25
  "baitAndSwitch": "Bait and Switch",
26
26
  "stolenTreasures": "Stolen Treasures",
27
27
  "curseOfTheSchaduw": "Curse of the Schaduw",
28
- "theLoomingShadow": "The Looming Shadow",
28
+ "theLoomingShadow": "The Looming Shadow (Vikram Rajan Domain)",
29
29
  "reaversVengeance": "Reaver's Vengeance",
30
30
  "theWolfHunter": "The Wolf Hunter",
31
31
  "theAzureRoyale": "The Azure Royale",
32
- "theGreatShadow": "The Great Shadow",
32
+ "theGreatShadow": "The Great Shadow (Mythic Vikram Rajan)",
33
33
  "undyingMaw": "Undying Maw",
34
34
  "payingDues": "Paying Dues",
35
35
  "scurlocksPrecious": "Scurlock's Precious",
@@ -74,7 +74,7 @@
74
74
  "opstuwing": "Mighty Opwelling",
75
75
  "soleilImperial": "Mighty Soleil Royal",
76
76
  "kraken": "Kraken",
77
- "theDrowningPlague": "The Drowning Plague",
77
+ "theDrowningPlague": "The Drowning Plague (Mythic La Peste)",
78
78
  "jawsOfRetribution": "Jaws of Retribution",
79
79
  "megafortWolvenhol": "Megafort Wolvenhol",
80
80
  "legendOfTheNian": "Legend of the Nian",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skullandbonestools/snbdata",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
5
  "keywords": [
6
6
  "ubisoft",