@skullandbonestools/snbdata 9.0.0 → 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 (119) hide show
  1. package/data/achievements.json +8 -0
  2. package/data/cosmetics.json +632 -91
  3. package/data/events.json +3 -3
  4. package/data/items.json +137 -18
  5. package/data/sets.json +28 -0
  6. package/dist/daos/achievements.d.ts +2 -1
  7. package/dist/daos/achievements.d.ts.map +1 -1
  8. package/dist/daos/achievements.js +3 -2
  9. package/dist/daos/achievements.js.map +1 -1
  10. package/dist/daos/commodities.d.ts +2 -1
  11. package/dist/daos/commodities.d.ts.map +1 -1
  12. package/dist/daos/commodities.js +3 -2
  13. package/dist/daos/commodities.js.map +1 -1
  14. package/dist/daos/contracts.d.ts +2 -1
  15. package/dist/daos/contracts.d.ts.map +1 -1
  16. package/dist/daos/contracts.js +3 -2
  17. package/dist/daos/contracts.js.map +1 -1
  18. package/dist/daos/cosmetics.d.ts +11 -2
  19. package/dist/daos/cosmetics.d.ts.map +1 -1
  20. package/dist/daos/cosmetics.js +9 -3
  21. package/dist/daos/cosmetics.js.map +1 -1
  22. package/dist/daos/events.d.ts +2 -1
  23. package/dist/daos/events.d.ts.map +1 -1
  24. package/dist/daos/events.js +3 -2
  25. package/dist/daos/events.js.map +1 -1
  26. package/dist/daos/factions.d.ts +2 -1
  27. package/dist/daos/factions.d.ts.map +1 -1
  28. package/dist/daos/factions.js +3 -2
  29. package/dist/daos/factions.js.map +1 -1
  30. package/dist/daos/items.d.ts +2 -1
  31. package/dist/daos/items.d.ts.map +1 -1
  32. package/dist/daos/items.js +3 -2
  33. package/dist/daos/items.js.map +1 -1
  34. package/dist/daos/materials.d.ts +1 -0
  35. package/dist/daos/materials.d.ts.map +1 -1
  36. package/dist/daos/materials.js +1 -0
  37. package/dist/daos/materials.js.map +1 -1
  38. package/dist/daos/modifications.d.ts +2 -1
  39. package/dist/daos/modifications.d.ts.map +1 -1
  40. package/dist/daos/modifications.js +3 -2
  41. package/dist/daos/modifications.js.map +1 -1
  42. package/dist/daos/regions.d.ts +2 -1
  43. package/dist/daos/regions.d.ts.map +1 -1
  44. package/dist/daos/regions.js +3 -2
  45. package/dist/daos/regions.js.map +1 -1
  46. package/dist/daos/seasons.d.ts +2 -1
  47. package/dist/daos/seasons.d.ts.map +1 -1
  48. package/dist/daos/seasons.js +3 -2
  49. package/dist/daos/seasons.js.map +1 -1
  50. package/dist/daos/sets.d.ts +2 -1
  51. package/dist/daos/sets.d.ts.map +1 -1
  52. package/dist/daos/sets.js +3 -2
  53. package/dist/daos/sets.js.map +1 -1
  54. package/dist/daos/ships.d.ts +2 -1
  55. package/dist/daos/ships.d.ts.map +1 -1
  56. package/dist/daos/ships.js +3 -2
  57. package/dist/daos/ships.js.map +1 -1
  58. package/dist/daos/territories.d.ts +2 -1
  59. package/dist/daos/territories.d.ts.map +1 -1
  60. package/dist/daos/territories.js +3 -2
  61. package/dist/daos/territories.js.map +1 -1
  62. package/dist/daos/ultimates.d.ts +2 -1
  63. package/dist/daos/ultimates.d.ts.map +1 -1
  64. package/dist/daos/ultimates.js +3 -2
  65. package/dist/daos/ultimates.js.map +1 -1
  66. package/dist/daos/worldEvents.d.ts +2 -1
  67. package/dist/daos/worldEvents.d.ts.map +1 -1
  68. package/dist/daos/worldEvents.js +3 -2
  69. package/dist/daos/worldEvents.js.map +1 -1
  70. package/languages/ar/ar_achievements.json +4 -0
  71. package/languages/ar/ar_cosmetics.json +316 -4
  72. package/languages/ar/ar_items.json +30 -0
  73. package/languages/ar/ar_locations.json +7 -1
  74. package/languages/ar/ar_perks.json +31 -1
  75. package/languages/ar/ar_sets.json +8 -1
  76. package/languages/ar/ar_worldEvents.json +6 -6
  77. package/languages/de/de_achievements.json +4 -0
  78. package/languages/de/de_cosmetics.json +316 -4
  79. package/languages/de/de_items.json +62 -32
  80. package/languages/de/de_locations.json +7 -1
  81. package/languages/de/de_perks.json +85 -55
  82. package/languages/de/de_sets.json +8 -1
  83. package/languages/de/de_worldEvents.json +6 -6
  84. package/languages/en/en_achievements.json +4 -0
  85. package/languages/en/en_cosmetics.json +316 -4
  86. package/languages/en/en_items.json +30 -0
  87. package/languages/en/en_locations.json +7 -1
  88. package/languages/en/en_perks.json +31 -1
  89. package/languages/en/en_sets.json +8 -1
  90. package/languages/en/en_worldEvents.json +6 -6
  91. package/languages/es/es_achievements.json +4 -0
  92. package/languages/es/es_cosmetics.json +316 -4
  93. package/languages/es/es_items.json +30 -0
  94. package/languages/es/es_locations.json +7 -1
  95. package/languages/es/es_perks.json +31 -1
  96. package/languages/es/es_sets.json +8 -1
  97. package/languages/es/es_worldEvents.json +6 -6
  98. package/languages/fr/fr_achievements.json +4 -0
  99. package/languages/fr/fr_cosmetics.json +316 -4
  100. package/languages/fr/fr_items.json +30 -0
  101. package/languages/fr/fr_locations.json +7 -1
  102. package/languages/fr/fr_perks.json +31 -1
  103. package/languages/fr/fr_sets.json +8 -1
  104. package/languages/fr/fr_worldEvents.json +6 -6
  105. package/languages/source/achievements.json +4 -0
  106. package/languages/source/cosmetics.json +316 -4
  107. package/languages/source/items.json +30 -0
  108. package/languages/source/locations.json +7 -1
  109. package/languages/source/perks.json +31 -1
  110. package/languages/source/sets.json +8 -1
  111. package/languages/source/worldEvents.json +6 -6
  112. package/languages/zh/zh_achievements.json +4 -0
  113. package/languages/zh/zh_cosmetics.json +316 -4
  114. package/languages/zh/zh_items.json +30 -0
  115. package/languages/zh/zh_locations.json +7 -1
  116. package/languages/zh/zh_perks.json +31 -1
  117. package/languages/zh/zh_sets.json +8 -1
  118. package/languages/zh/zh_worldEvents.json +6 -6
  119. 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": {
@@ -17622,6 +17622,12 @@
17622
17622
  "general": "Sleek on the deck and in the midst of danger"
17623
17623
  }
17624
17624
  },
17625
+ "bloomstrike": {
17626
+ "name": "Bloomstrike",
17627
+ "description": {
17628
+ "general": "\"Pretty enough for a party, sharp enough to end one.\""
17629
+ }
17630
+ },
17625
17631
  "finalNotes": {
17626
17632
  "name": "Final Notes",
17627
17633
  "description": {
@@ -22285,7 +22291,7 @@
22285
22291
  }
22286
22292
  },
22287
22293
  "wetMeGulletBeer": {
22288
- "name": "Wet Me Gullet Beer",
22294
+ "name": "Wet Me Gullet (Beer)",
22289
22295
  "description": {
22290
22296
  "general": "\"Only thing better than rum is stolen rum!\""
22291
22297
  }
@@ -22817,6 +22823,312 @@
22817
22823
  "description": {
22818
22824
  "general": "Three lives ended with one knife's work"
22819
22825
  }
22826
+ },
22827
+ "dreadnote": {
22828
+ "name": "Dreadnote",
22829
+ "description": {
22830
+ "general": "\"Your rising pulse is my favorite rhythm.\""
22831
+ }
22832
+ },
22833
+ "waveshredder": {
22834
+ "name": "Waveshredder",
22835
+ "description": {
22836
+ "general": "Your blood beats to the wild call of freedom"
22837
+ }
22838
+ },
22839
+ "deadwindWhistle": {
22840
+ "name": "Deadwind Whistle",
22841
+ "description": {
22842
+ "general": "A riff for every ruin"
22843
+ }
22844
+ },
22845
+ "balladOfBlood": {
22846
+ "name": "Ballad of Blood",
22847
+ "description": {
22848
+ "general": "\"Plucked heartstrings make such sweet music, man.\""
22849
+ }
22850
+ },
22851
+ "flamefang": {
22852
+ "name": "Flamefang",
22853
+ "description": {
22854
+ "general": "\"Steal from my sea, burn in my storm.\""
22855
+ }
22856
+ },
22857
+ "goldfleckedRoar": {
22858
+ "name": "Goldflecked Roar",
22859
+ "description": {
22860
+ "general": "\"Courage is the only currency the sea respects.\""
22861
+ }
22862
+ },
22863
+ "wyrmscaleArmor": {
22864
+ "name": "Wyrmscale Armor",
22865
+ "description": {
22866
+ "general": "What is forged in fire can never drown"
22867
+ }
22868
+ },
22869
+ "scorchingSkies": {
22870
+ "name": "Scorching Skies",
22871
+ "description": {
22872
+ "general": "Blind the despots and sear them to dust and bone"
22873
+ }
22874
+ },
22875
+ "goldenFlicker": {
22876
+ "name": "Golden Flicker",
22877
+ "description": {
22878
+ "general": "Lit up by fortune"
22879
+ }
22880
+ },
22881
+ "sunplunderCinch": {
22882
+ "name": "Sunplunder Cinch",
22883
+ "description": {
22884
+ "general": "Holds steel, coin and borrowed wishes"
22885
+ }
22886
+ },
22887
+ "wishboundArmlet": {
22888
+ "name": "Wishbound Armlet",
22889
+ "description": {
22890
+ "general": "Etched with old sigils that tell of a djinn's tale"
22891
+ }
22892
+ },
22893
+ "nomadOfTheNight": {
22894
+ "name": "Nomad of the Night",
22895
+ "description": {
22896
+ "general": "keeps out the sun, the sand and the wretched heat"
22897
+ }
22898
+ },
22899
+ "djinnsmoke": {
22900
+ "name": "Djinnsmoke",
22901
+ "description": {
22902
+ "general": "A comfortable neck scarf dyed with a rare pigment"
22903
+ }
22904
+ },
22905
+ "whisperstitch": {
22906
+ "name": "Whisperstitch",
22907
+ "description": {
22908
+ "general": "Dust-grey pants from the shores of Arabia"
22909
+ }
22910
+ },
22911
+ "crescentmark": {
22912
+ "name": "Crescentmark",
22913
+ "description": {
22914
+ "general": "The crescent's for luck, the scuffs are from ignoring it"
22915
+ }
22916
+ },
22917
+ "mirageborne": {
22918
+ "name": "Mirageborne",
22919
+ "description": {
22920
+ "general": "Worn by those who cross dunes by day and spectres by night"
22921
+ }
22922
+ },
22923
+ "glitterskin": {
22924
+ "name": "Glitterskin",
22925
+ "description": {
22926
+ "general": "Like a desert night burned into your skin"
22927
+ }
22928
+ },
22929
+ "desertMoon": {
22930
+ "name": "Desert Moon",
22931
+ "description": {
22932
+ "general": "\"I see your fate -- death clings to it like a haze.\""
22933
+ }
22934
+ },
22935
+ "ceruleanKnot": {
22936
+ "name": "Cerulean Knot",
22937
+ "description": {
22938
+ "general": "An iconic shade for the shady trader you are"
22939
+ }
22940
+ },
22941
+ "drunkardsCuffs": {
22942
+ "name": "Drunkard's Cuffs",
22943
+ "description": {
22944
+ "general": "Made loose by rum and poor decisions"
22945
+ }
22946
+ },
22947
+ "scratchyPatchy": {
22948
+ "name": "Scratchy Patchy",
22949
+ "description": {
22950
+ "general": "Not comfortable, but oddly reliable"
22951
+ }
22952
+ },
22953
+ "driftersCrown": {
22954
+ "name": "Drifter's Crown",
22955
+ "description": {
22956
+ "general": "\"Don't need to sit on a throne to be king of the seas, eh?\""
22957
+ }
22958
+ },
22959
+ "oseanasCurse": {
22960
+ "name": "Oseana's Curse",
22961
+ "description": {
22962
+ "general": "\"Cursed, sure -- mostly by sandfleas.\""
22963
+ }
22964
+ },
22965
+ "skywash": {
22966
+ "name": "Skywash",
22967
+ "description": {
22968
+ "general": "Trousers faded by open skies and salt air"
22969
+ }
22970
+ },
22971
+ "crabbersBoots": {
22972
+ "name": "Crabber's Boots",
22973
+ "description": {
22974
+ "general": "Reliable when decks are wet and tempers run short"
22975
+ }
22976
+ },
22977
+ "opalweave": {
22978
+ "name": "Opalweave",
22979
+ "description": {
22980
+ "general": "Thrifted from a spice trader's closet"
22981
+ }
22982
+ },
22983
+ "cutthroatCorsair": {
22984
+ "name": "Cutthroat Corsair",
22985
+ "description": {
22986
+ "general": "\"It's funny how fast loyalty dies against my blade.\""
22987
+ }
22988
+ },
22989
+ "warborn": {
22990
+ "name": "Warborn",
22991
+ "description": {
22992
+ "general": "\"Carnage runs in our veins.\""
22993
+ }
22994
+ },
22995
+ "battlecryBanner": {
22996
+ "name": "Battlecry Banner",
22997
+ "description": {
22998
+ "general": "Weathered by blood, primed for battle"
22999
+ }
23000
+ },
23001
+ "ignisBellona": {
23002
+ "name": "Ignis Bellona",
23003
+ "description": {
23004
+ "general": "The goddess of war sails with you, Captain"
23005
+ }
23006
+ },
23007
+ "crimsonCurrents": {
23008
+ "name": "Crimson Currents",
23009
+ "description": {
23010
+ "general": "\"The seas run red in my wake.\""
23011
+ }
23012
+ },
23013
+ "turncoat": {
23014
+ "name": "Turncoat",
23015
+ "description": {
23016
+ "general": "\"Trust only the sword in your hand.\""
23017
+ }
23018
+ },
23019
+ "foehunter": {
23020
+ "name": "Foehunter",
23021
+ "description": {
23022
+ "general": "\"Allegiance is a shackle, mate.\""
23023
+ }
23024
+ },
23025
+ "windsOfRust": {
23026
+ "name": "Winds of Rust",
23027
+ "description": {
23028
+ "general": "\"The strongest hulls crumble before my will.\""
23029
+ }
23030
+ },
23031
+ "goldspike": {
23032
+ "name": "Goldspike",
23033
+ "description": {
23034
+ "general": "\"Take what glitters, and leave what bleeds.\""
23035
+ }
23036
+ },
23037
+ "blindingBlades": {
23038
+ "name": "Blinding Blades",
23039
+ "description": {
23040
+ "general": "Fortune favors a sharp sword"
23041
+ }
23042
+ },
23043
+ "wraithwoodSheen": {
23044
+ "name": "Wraithwood Sheen",
23045
+ "description": {
23046
+ "general": "Rich mahogany streaked with your foe's blood"
23047
+ }
23048
+ },
23049
+ "grimsGilt": {
23050
+ "name": "Grim's Gilt",
23051
+ "description": {
23052
+ "general": "Ashes to riches, dust to gold"
23053
+ }
23054
+ },
23055
+ "treasonsFurnace": {
23056
+ "name": "Treason's Furnace",
23057
+ "description": {
23058
+ "general": "\"Let's scorch the seas, matey!\""
23059
+ }
23060
+ },
23061
+ "firestorm": {
23062
+ "name": "Firestorm",
23063
+ "description": {
23064
+ "general": "Rise from the ashes of war"
23065
+ }
23066
+ },
23067
+ "bladesAblaze": {
23068
+ "name": "Blades Ablaze",
23069
+ "description": {
23070
+ "general": "Born for a burning world"
23071
+ }
23072
+ },
23073
+ "goldenChild": {
23074
+ "name": "Golden Child",
23075
+ "description": {
23076
+ "general": "Tilted just enough to suggest disdain"
23077
+ }
23078
+ },
23079
+ "outcastsGlare": {
23080
+ "name": "Outcast's Glare",
23081
+ "description": {
23082
+ "general": "Let one eye be spared the truth"
23083
+ }
23084
+ },
23085
+ "honorlessFinery": {
23086
+ "name": "Honorless Finery",
23087
+ "description": {
23088
+ "general": "Virtue lost to gold thread"
23089
+ }
23090
+ },
23091
+ "turncoatsTreasure": {
23092
+ "name": "Turncoat's Treasure",
23093
+ "description": {
23094
+ "general": "These beads gleam most when worn in poor company"
23095
+ }
23096
+ },
23097
+ "pridebound": {
23098
+ "name": "Pridebound",
23099
+ "description": {
23100
+ "general": "Heavy enough to feel important"
23101
+ }
23102
+ },
23103
+ "heirloomOfExcess": {
23104
+ "name": "Heirloom of Excess",
23105
+ "description": {
23106
+ "general": "Disgustingly extravagant"
23107
+ }
23108
+ },
23109
+ "snakeskin": {
23110
+ "name": "Snakeskin",
23111
+ "description": {
23112
+ "general": "They remember sins the wearer forgets"
23113
+ }
23114
+ },
23115
+ "foesFiligree": {
23116
+ "name": "Foe's Filigree",
23117
+ "description": {
23118
+ "general": "Soft with use, immaculate in appearance"
23119
+ }
23120
+ },
23121
+ "bloodshedBoots": {
23122
+ "name": "Bloodshed Boots",
23123
+ "description": {
23124
+ "general": "Warm leather, cold heart"
23125
+ }
23126
+ },
23127
+ "wingsOfChaos": {
23128
+ "name": "Wings of Chaos",
23129
+ "description": {
23130
+ "general": "A fierce and feathery warning"
23131
+ }
22820
23132
  }
22821
23133
  }
22822
23134
  }
@@ -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",
@@ -277,6 +279,10 @@
277
279
  "twitchDropRubyNXT": "Time-limited twitch drop during a livestream from RubyNXT",
278
280
  "Y2S4AnniversarySailEmblemContentReward": "Reward for winning or being under the top 10 (shortlisted) submissions for the Year 2 Season 4 Anniversary Sail Emblem design contest",
279
281
  "twitchDropYear3Showcase": "Twitch Drop during the Year 3 Showcase livestream",
280
- "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}"
282
+ "twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
283
+ "ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
284
+ "ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box 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}}"
281
287
  }
282
288
  }
@@ -3296,10 +3296,40 @@
3296
3296
  "physiciansLedger": {
3297
3297
  "description": {
3298
3298
  "general": [
3299
- "Increases Secondary Damage dealt by Mending Weapons by 8% per consecutive hit up to 35% for 5s",
3299
+ "Increases Secondary Damage dealt by Mending Weapons by 7% per consecutive hit up to 35% for 5s",
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
  }
@@ -444,6 +444,13 @@
444
444
  "cursedDjinns": "Cursed Djinn's Set",
445
445
  "renegadeRoyale": "Renegade Royale Set",
446
446
  "demonKing": "Demon King Set",
447
- "tripleTrouble": "Triple Trouble Set"
447
+ "tripleTrouble": "Triple Trouble Set",
448
+ "anthemOfAnarchy": "Anthem of Anarchy Set",
449
+ "dragonblood": "Dragonblood Set",
450
+ "desertMarauder": "Desert Marauder Set",
451
+ "opalIslander": "Opal Islander Set",
452
+ "gildedMaw": "Gilded Maw Set",
453
+ "rogueOWar": "Rogue O' War Set",
454
+ "narcissus": "Narcissus Set"
448
455
  }
449
456
  }
@@ -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",
@@ -267,6 +267,10 @@
267
267
  "tarnisher": {
268
268
  "name": "Tarnisher",
269
269
  "description": "Deal %s damage to weakpoints in The Nian"
270
+ },
271
+ "claimToFameY3S1": {
272
+ "name": "Claim to Fame (Y3S1)",
273
+ "description": "Gain %s Infamy in Year 3 Season 1"
270
274
  }
271
275
  }
272
276
  }