@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.
- package/data/achievements.json +8 -0
- package/data/cosmetics.json +632 -91
- package/data/events.json +3 -3
- package/data/items.json +137 -18
- package/data/sets.json +28 -0
- package/dist/daos/achievements.d.ts +2 -1
- package/dist/daos/achievements.d.ts.map +1 -1
- package/dist/daos/achievements.js +3 -2
- package/dist/daos/achievements.js.map +1 -1
- package/dist/daos/commodities.d.ts +2 -1
- package/dist/daos/commodities.d.ts.map +1 -1
- package/dist/daos/commodities.js +3 -2
- package/dist/daos/commodities.js.map +1 -1
- package/dist/daos/contracts.d.ts +2 -1
- package/dist/daos/contracts.d.ts.map +1 -1
- package/dist/daos/contracts.js +3 -2
- package/dist/daos/contracts.js.map +1 -1
- package/dist/daos/cosmetics.d.ts +11 -2
- package/dist/daos/cosmetics.d.ts.map +1 -1
- package/dist/daos/cosmetics.js +9 -3
- package/dist/daos/cosmetics.js.map +1 -1
- package/dist/daos/events.d.ts +2 -1
- package/dist/daos/events.d.ts.map +1 -1
- package/dist/daos/events.js +3 -2
- package/dist/daos/events.js.map +1 -1
- package/dist/daos/factions.d.ts +2 -1
- package/dist/daos/factions.d.ts.map +1 -1
- package/dist/daos/factions.js +3 -2
- package/dist/daos/factions.js.map +1 -1
- package/dist/daos/items.d.ts +2 -1
- package/dist/daos/items.d.ts.map +1 -1
- package/dist/daos/items.js +3 -2
- package/dist/daos/items.js.map +1 -1
- package/dist/daos/materials.d.ts +1 -0
- package/dist/daos/materials.d.ts.map +1 -1
- package/dist/daos/materials.js +1 -0
- package/dist/daos/materials.js.map +1 -1
- package/dist/daos/modifications.d.ts +2 -1
- package/dist/daos/modifications.d.ts.map +1 -1
- package/dist/daos/modifications.js +3 -2
- package/dist/daos/modifications.js.map +1 -1
- package/dist/daos/regions.d.ts +2 -1
- package/dist/daos/regions.d.ts.map +1 -1
- package/dist/daos/regions.js +3 -2
- package/dist/daos/regions.js.map +1 -1
- package/dist/daos/seasons.d.ts +2 -1
- package/dist/daos/seasons.d.ts.map +1 -1
- package/dist/daos/seasons.js +3 -2
- package/dist/daos/seasons.js.map +1 -1
- package/dist/daos/sets.d.ts +2 -1
- package/dist/daos/sets.d.ts.map +1 -1
- package/dist/daos/sets.js +3 -2
- package/dist/daos/sets.js.map +1 -1
- package/dist/daos/ships.d.ts +2 -1
- package/dist/daos/ships.d.ts.map +1 -1
- package/dist/daos/ships.js +3 -2
- package/dist/daos/ships.js.map +1 -1
- package/dist/daos/territories.d.ts +2 -1
- package/dist/daos/territories.d.ts.map +1 -1
- package/dist/daos/territories.js +3 -2
- package/dist/daos/territories.js.map +1 -1
- package/dist/daos/ultimates.d.ts +2 -1
- package/dist/daos/ultimates.d.ts.map +1 -1
- package/dist/daos/ultimates.js +3 -2
- package/dist/daos/ultimates.js.map +1 -1
- package/dist/daos/worldEvents.d.ts +2 -1
- package/dist/daos/worldEvents.d.ts.map +1 -1
- package/dist/daos/worldEvents.js +3 -2
- package/dist/daos/worldEvents.js.map +1 -1
- package/languages/ar/ar_achievements.json +4 -0
- package/languages/ar/ar_cosmetics.json +316 -4
- package/languages/ar/ar_items.json +30 -0
- package/languages/ar/ar_locations.json +7 -1
- package/languages/ar/ar_perks.json +31 -1
- package/languages/ar/ar_sets.json +8 -1
- package/languages/ar/ar_worldEvents.json +6 -6
- package/languages/de/de_achievements.json +4 -0
- package/languages/de/de_cosmetics.json +316 -4
- package/languages/de/de_items.json +62 -32
- package/languages/de/de_locations.json +7 -1
- package/languages/de/de_perks.json +85 -55
- package/languages/de/de_sets.json +8 -1
- package/languages/de/de_worldEvents.json +6 -6
- package/languages/en/en_achievements.json +4 -0
- package/languages/en/en_cosmetics.json +316 -4
- package/languages/en/en_items.json +30 -0
- package/languages/en/en_locations.json +7 -1
- package/languages/en/en_perks.json +31 -1
- package/languages/en/en_sets.json +8 -1
- package/languages/en/en_worldEvents.json +6 -6
- package/languages/es/es_achievements.json +4 -0
- package/languages/es/es_cosmetics.json +316 -4
- package/languages/es/es_items.json +30 -0
- package/languages/es/es_locations.json +7 -1
- package/languages/es/es_perks.json +31 -1
- package/languages/es/es_sets.json +8 -1
- package/languages/es/es_worldEvents.json +6 -6
- package/languages/fr/fr_achievements.json +4 -0
- package/languages/fr/fr_cosmetics.json +316 -4
- package/languages/fr/fr_items.json +30 -0
- package/languages/fr/fr_locations.json +7 -1
- package/languages/fr/fr_perks.json +31 -1
- package/languages/fr/fr_sets.json +8 -1
- package/languages/fr/fr_worldEvents.json +6 -6
- package/languages/source/achievements.json +4 -0
- package/languages/source/cosmetics.json +316 -4
- package/languages/source/items.json +30 -0
- package/languages/source/locations.json +7 -1
- package/languages/source/perks.json +31 -1
- package/languages/source/sets.json +8 -1
- package/languages/source/worldEvents.json +6 -6
- package/languages/zh/zh_achievements.json +4 -0
- package/languages/zh/zh_cosmetics.json +316 -4
- package/languages/zh/zh_items.json +30 -0
- package/languages/zh/zh_locations.json +7 -1
- package/languages/zh/zh_perks.json +31 -1
- package/languages/zh/zh_sets.json +8 -1
- package/languages/zh/zh_worldEvents.json +6 -6
- package/package.json +1 -1
package/data/cosmetics.json
CHANGED
|
@@ -2334,8 +2334,11 @@
|
|
|
2334
2334
|
"dusksDoor": {
|
|
2335
2335
|
"id": "dusksDoor",
|
|
2336
2336
|
"type": "sailsPattern",
|
|
2337
|
+
"set": "ghostShip",
|
|
2338
|
+
"contract": "oceansApart",
|
|
2339
|
+
"obtainable": "ghostShipChest",
|
|
2337
2340
|
"dateAdded": "2024-03-19",
|
|
2338
|
-
"lastUpdated": "
|
|
2341
|
+
"lastUpdated": "2026-05-27"
|
|
2339
2342
|
},
|
|
2340
2343
|
"thornsReach": {
|
|
2341
2344
|
"id": "thornsReach",
|
|
@@ -3303,33 +3306,33 @@
|
|
|
3303
3306
|
"id": "theMurkyDeep",
|
|
3304
3307
|
"type": "hull",
|
|
3305
3308
|
"set": "fishersOfMen",
|
|
3306
|
-
"obtainable": ["friendReferralProgram","
|
|
3309
|
+
"obtainable": [["friendReferralProgram","friendReferralProgramTier1"]],
|
|
3307
3310
|
"dateAdded": "2024-03-22",
|
|
3308
|
-
"lastUpdated": "
|
|
3311
|
+
"lastUpdated": "2026-05-19"
|
|
3309
3312
|
},
|
|
3310
3313
|
"theLuringLurker": {
|
|
3311
3314
|
"id": "theLuringLurker",
|
|
3312
3315
|
"type": "sailsColor",
|
|
3313
3316
|
"set": "fishersOfMen",
|
|
3314
|
-
"obtainable": ["friendReferralProgram","
|
|
3317
|
+
"obtainable": [["friendReferralProgram","friendReferralProgramTier1"]],
|
|
3315
3318
|
"dateAdded": "2024-03-22",
|
|
3316
|
-
"lastUpdated": "
|
|
3319
|
+
"lastUpdated": "2026-05-19"
|
|
3317
3320
|
},
|
|
3318
3321
|
"rakeAndRip": {
|
|
3319
3322
|
"id": "rakeAndRip",
|
|
3320
3323
|
"type": "sailsPattern",
|
|
3321
3324
|
"set": "fishersOfMen",
|
|
3322
|
-
"obtainable": ["friendReferralProgram","
|
|
3325
|
+
"obtainable": [["friendReferralProgram","friendReferralProgramTier1"]],
|
|
3323
3326
|
"dateAdded": "2024-03-22",
|
|
3324
|
-
"lastUpdated": "
|
|
3327
|
+
"lastUpdated": "2026-05-19"
|
|
3325
3328
|
},
|
|
3326
3329
|
"theAngler": {
|
|
3327
3330
|
"id": "theAngler",
|
|
3328
3331
|
"type": "sailsEmblem",
|
|
3329
3332
|
"set": "fishersOfMen",
|
|
3330
|
-
"obtainable": ["friendReferralProgram","
|
|
3333
|
+
"obtainable": [["friendReferralProgram","friendReferralProgramTier1"]],
|
|
3331
3334
|
"dateAdded": "2024-03-22",
|
|
3332
|
-
"lastUpdated": "
|
|
3335
|
+
"lastUpdated": "2026-05-19"
|
|
3333
3336
|
},
|
|
3334
3337
|
"skinWalkers": {
|
|
3335
3338
|
"id": "skinWalkers",
|
|
@@ -11830,12 +11833,13 @@
|
|
|
11830
11833
|
"id": "bloodOfCaliban",
|
|
11831
11834
|
"type": "figureHead",
|
|
11832
11835
|
"season": "chorusOfHavoc",
|
|
11836
|
+
"set": "moonstruck",
|
|
11833
11837
|
"worldEvent": "anguishFromTheAbyss",
|
|
11834
11838
|
"bounty": "anguishFromTheAbyss",
|
|
11835
11839
|
"effect": ["emissive","combatReactive"],
|
|
11836
11840
|
"obtainable": "rodeMaangodinChest",
|
|
11837
11841
|
"dateAdded": "2024-06-08",
|
|
11838
|
-
"lastUpdated": "
|
|
11842
|
+
"lastUpdated": "2026-05-25"
|
|
11839
11843
|
},
|
|
11840
11844
|
"lanunWaistband": {
|
|
11841
11845
|
"id": "lanunWaistband",
|
|
@@ -13616,13 +13620,13 @@
|
|
|
13616
13620
|
"dateAdded": "2024-07-10",
|
|
13617
13621
|
"lastUpdated": "2024-07-10"
|
|
13618
13622
|
},
|
|
13619
|
-
"
|
|
13620
|
-
"id": "
|
|
13623
|
+
"goldenStride": {
|
|
13624
|
+
"id": "goldenStride",
|
|
13621
13625
|
"type": "footwear",
|
|
13622
13626
|
"set": "leopardKing",
|
|
13623
13627
|
"obtainable": "ubisoftStore",
|
|
13624
13628
|
"dateAdded": "2024-07-10",
|
|
13625
|
-
"lastUpdated": "
|
|
13629
|
+
"lastUpdated": "2026-05-25"
|
|
13626
13630
|
},
|
|
13627
13631
|
"realmsGate": {
|
|
13628
13632
|
"id": "realmsGate",
|
|
@@ -14937,13 +14941,14 @@
|
|
|
14937
14941
|
"imperialDragons": {
|
|
14938
14942
|
"id": "imperialDragons",
|
|
14939
14943
|
"type": "crewLook",
|
|
14944
|
+
"set": "shipOfDragons",
|
|
14940
14945
|
"season": "intoTheDragonsWake",
|
|
14941
14946
|
"required": {
|
|
14942
14947
|
"sovereigns": 200
|
|
14943
14948
|
},
|
|
14944
14949
|
"obtainable": "theHelmSeasonal",
|
|
14945
14950
|
"dateAdded": "2024-08-22",
|
|
14946
|
-
"lastUpdated": "
|
|
14951
|
+
"lastUpdated": "2026-05-25"
|
|
14947
14952
|
},
|
|
14948
14953
|
"skyTerror": {
|
|
14949
14954
|
"id": "skyTerror",
|
|
@@ -22960,108 +22965,108 @@
|
|
|
22960
22965
|
"type": "sailsEmblem",
|
|
22961
22966
|
"set": "fortuneFounders",
|
|
22962
22967
|
"season": "ascentIntoChaos",
|
|
22963
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
22968
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
22964
22969
|
"dateAdded": "2025-04-15",
|
|
22965
|
-
"lastUpdated": "
|
|
22970
|
+
"lastUpdated": "2026-05-13"
|
|
22966
22971
|
},
|
|
22967
22972
|
"lostAndFallen": {
|
|
22968
22973
|
"id": "lostAndFallen",
|
|
22969
22974
|
"type": "sailsPattern",
|
|
22970
22975
|
"set": "fortuneFounders",
|
|
22971
22976
|
"season": "ascentIntoChaos",
|
|
22972
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
22977
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
22973
22978
|
"dateAdded": "2025-04-15",
|
|
22974
|
-
"lastUpdated": "
|
|
22979
|
+
"lastUpdated": "2026-05-13"
|
|
22975
22980
|
},
|
|
22976
22981
|
"moneySpinner": {
|
|
22977
22982
|
"id": "moneySpinner",
|
|
22978
22983
|
"type": "sailsColor",
|
|
22979
22984
|
"set": "fortuneFounders",
|
|
22980
22985
|
"season": "ascentIntoChaos",
|
|
22981
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
22986
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
22982
22987
|
"dateAdded": "2025-04-15",
|
|
22983
|
-
"lastUpdated": "
|
|
22988
|
+
"lastUpdated": "2026-05-13"
|
|
22984
22989
|
},
|
|
22985
22990
|
"regaliaOfDawn": {
|
|
22986
22991
|
"id": "regaliaOfDawn",
|
|
22987
22992
|
"type": "torso",
|
|
22988
22993
|
"set": "brillianceBegets",
|
|
22989
22994
|
"season": "ascentIntoChaos",
|
|
22990
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
22995
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
22991
22996
|
"dateAdded": "2025-04-15",
|
|
22992
|
-
"lastUpdated": "
|
|
22997
|
+
"lastUpdated": "2026-05-13"
|
|
22993
22998
|
},
|
|
22994
22999
|
"eternalOpulence": {
|
|
22995
23000
|
"id": "eternalOpulence",
|
|
22996
23001
|
"type": "footwear",
|
|
22997
23002
|
"set": "brillianceBegets",
|
|
22998
23003
|
"season": "ascentIntoChaos",
|
|
22999
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23004
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23000
23005
|
"dateAdded": "2025-04-15",
|
|
23001
|
-
"lastUpdated": "
|
|
23006
|
+
"lastUpdated": "2026-05-13"
|
|
23002
23007
|
},
|
|
23003
23008
|
"starlightBefalls": {
|
|
23004
23009
|
"id": "starlightBefalls",
|
|
23005
23010
|
"type": "bottom",
|
|
23006
23011
|
"set": "brillianceBegets",
|
|
23007
23012
|
"season": "ascentIntoChaos",
|
|
23008
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23013
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23009
23014
|
"dateAdded": "2025-04-15",
|
|
23010
|
-
"lastUpdated": "
|
|
23015
|
+
"lastUpdated": "2026-05-13"
|
|
23011
23016
|
},
|
|
23012
23017
|
"pendantOfMortality": {
|
|
23013
23018
|
"id": "pendantOfMortality",
|
|
23014
23019
|
"type": "neck",
|
|
23015
23020
|
"set": "brillianceBegets",
|
|
23016
23021
|
"season": "ascentIntoChaos",
|
|
23017
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23022
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23018
23023
|
"dateAdded": "2025-04-15",
|
|
23019
|
-
"lastUpdated": "
|
|
23024
|
+
"lastUpdated": "2026-05-13"
|
|
23020
23025
|
},
|
|
23021
23026
|
"theSunKissedDuke": {
|
|
23022
23027
|
"id": "theSunKissedDuke",
|
|
23023
23028
|
"type": "headwear",
|
|
23024
23029
|
"set": "brillianceBegets",
|
|
23025
23030
|
"season": "ascentIntoChaos",
|
|
23026
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23031
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23027
23032
|
"dateAdded": "2025-04-15",
|
|
23028
|
-
"lastUpdated": "
|
|
23033
|
+
"lastUpdated": "2026-05-13"
|
|
23029
23034
|
},
|
|
23030
23035
|
"dualityOfSplendor": {
|
|
23031
23036
|
"id": "dualityOfSplendor",
|
|
23032
23037
|
"type": "hand",
|
|
23033
23038
|
"set": "brillianceBegets",
|
|
23034
23039
|
"season": "ascentIntoChaos",
|
|
23035
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23040
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23036
23041
|
"dateAdded": "2025-04-15",
|
|
23037
|
-
"lastUpdated": "
|
|
23042
|
+
"lastUpdated": "2026-05-13"
|
|
23038
23043
|
},
|
|
23039
23044
|
"embroideredVeil": {
|
|
23040
23045
|
"id": "embroideredVeil",
|
|
23041
23046
|
"type": "faceAccessory",
|
|
23042
23047
|
"set": "brillianceBegets",
|
|
23043
23048
|
"season": "ascentIntoChaos",
|
|
23044
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23049
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23045
23050
|
"dateAdded": "2025-04-15",
|
|
23046
|
-
"lastUpdated": "
|
|
23051
|
+
"lastUpdated": "2026-05-13"
|
|
23047
23052
|
},
|
|
23048
23053
|
"danubeGloves": {
|
|
23049
23054
|
"id": "danubeGloves",
|
|
23050
23055
|
"type": "forearm",
|
|
23051
23056
|
"set": "brillianceBegets",
|
|
23052
23057
|
"season": "ascentIntoChaos",
|
|
23053
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23058
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23054
23059
|
"dateAdded": "2025-04-15",
|
|
23055
|
-
"lastUpdated": "
|
|
23060
|
+
"lastUpdated": "2026-05-13"
|
|
23056
23061
|
},
|
|
23057
23062
|
"eclipseGirdle": {
|
|
23058
23063
|
"id": "eclipseGirdle",
|
|
23059
23064
|
"type": "waist",
|
|
23060
23065
|
"set": "brillianceBegets",
|
|
23061
23066
|
"season": "ascentIntoChaos",
|
|
23062
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23067
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
23063
23068
|
"dateAdded": "2025-04-15",
|
|
23064
|
-
"lastUpdated": "
|
|
23069
|
+
"lastUpdated": "2026-05-13"
|
|
23065
23070
|
},
|
|
23066
23071
|
"wolfishWaves": {
|
|
23067
23072
|
"id": "wolfishWaves",
|
|
@@ -23543,36 +23548,36 @@
|
|
|
23543
23548
|
"type": "nameplate",
|
|
23544
23549
|
"set": "fortuneFounders",
|
|
23545
23550
|
"season": "oathsOfWar",
|
|
23546
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23551
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
23547
23552
|
"dateAdded": "2025-07-15",
|
|
23548
|
-
"lastUpdated": "
|
|
23553
|
+
"lastUpdated": "2026-05-13"
|
|
23549
23554
|
},
|
|
23550
23555
|
"consumingDesire": {
|
|
23551
23556
|
"id": "consumingDesire",
|
|
23552
23557
|
"type": "wheel",
|
|
23553
23558
|
"set": "fortuneFounders",
|
|
23554
23559
|
"season": "gutsAndGlory",
|
|
23555
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23560
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
23556
23561
|
"dateAdded": "2025-07-15",
|
|
23557
|
-
"lastUpdated": "
|
|
23562
|
+
"lastUpdated": "2026-05-13"
|
|
23558
23563
|
},
|
|
23559
23564
|
"allWeCovet": {
|
|
23560
23565
|
"id": "allWeCovet",
|
|
23561
23566
|
"type": "figureHead",
|
|
23562
23567
|
"set": "fortuneFounders",
|
|
23563
23568
|
"season": "eyeOfTheBeast",
|
|
23564
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23569
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
23565
23570
|
"dateAdded": "2025-07-15",
|
|
23566
|
-
"lastUpdated": "2026-
|
|
23571
|
+
"lastUpdated": "2026-05-13"
|
|
23567
23572
|
},
|
|
23568
23573
|
"forgeAndFrolic": {
|
|
23569
23574
|
"id": "forgeAndFrolic",
|
|
23570
23575
|
"type": "hull",
|
|
23571
23576
|
"set": "fortuneFounders",
|
|
23572
23577
|
"season": "oathsOfWar",
|
|
23573
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
23578
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
23574
23579
|
"dateAdded": "2025-07-15",
|
|
23575
|
-
"lastUpdated": "
|
|
23580
|
+
"lastUpdated": "2026-05-13"
|
|
23576
23581
|
},
|
|
23577
23582
|
"takeTheAscendant": {
|
|
23578
23583
|
"id": "takeTheAscendant",
|
|
@@ -25150,16 +25155,16 @@
|
|
|
25150
25155
|
"sunkissedSeadogs": {
|
|
25151
25156
|
"id": "sunkissedSeadogs",
|
|
25152
25157
|
"type": "crewLook",
|
|
25153
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
25158
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
25154
25159
|
"dateAdded": "2025-07-15",
|
|
25155
|
-
"lastUpdated": "
|
|
25160
|
+
"lastUpdated": "2026-05-13"
|
|
25156
25161
|
},
|
|
25157
25162
|
"blindingMoves": {
|
|
25158
25163
|
"id": "blindingMoves",
|
|
25159
25164
|
"type": "emote",
|
|
25160
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
25165
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
25161
25166
|
"dateAdded": "2025-07-15",
|
|
25162
|
-
"lastUpdated": "
|
|
25167
|
+
"lastUpdated": "2026-05-13"
|
|
25163
25168
|
},
|
|
25164
25169
|
"lawlessWays": {
|
|
25165
25170
|
"id": "lawlessWays",
|
|
@@ -25333,6 +25338,16 @@
|
|
|
25333
25338
|
"dateAdded": "2025-07-22",
|
|
25334
25339
|
"lastUpdated": "2025-07-22"
|
|
25335
25340
|
},
|
|
25341
|
+
"bloomstrike": {
|
|
25342
|
+
"id": "bloomstrike",
|
|
25343
|
+
"type": "bodyCosmetics",
|
|
25344
|
+
"set": "carnivalOfCool",
|
|
25345
|
+
"event": "moonshineLarceny",
|
|
25346
|
+
"season": "oathsOfWar",
|
|
25347
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
25348
|
+
"dateAdded": "2025-07-22",
|
|
25349
|
+
"lastUpdated": "2026-05-12"
|
|
25350
|
+
},
|
|
25336
25351
|
"finalNotes": {
|
|
25337
25352
|
"id": "finalNotes",
|
|
25338
25353
|
"type": "sailsEmblem",
|
|
@@ -25761,9 +25776,10 @@
|
|
|
25761
25776
|
"courtingDeath": {
|
|
25762
25777
|
"id": "courtingDeath",
|
|
25763
25778
|
"type": "sailsEmblem",
|
|
25779
|
+
"removed": "2026-05-19",
|
|
25764
25780
|
"obtainable": [["twitchDrop","twitchDropDeathwish"]],
|
|
25765
25781
|
"dateAdded": "2025-08-12",
|
|
25766
|
-
"lastUpdated": "
|
|
25782
|
+
"lastUpdated": "2026-05-19"
|
|
25767
25783
|
},
|
|
25768
25784
|
"lawsOfBattle": {
|
|
25769
25785
|
"id": "lawsOfBattle",
|
|
@@ -27726,17 +27742,17 @@
|
|
|
27726
27742
|
"id": "jua",
|
|
27727
27743
|
"type": "pet",
|
|
27728
27744
|
"season": "gutsAndGlory",
|
|
27729
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
27745
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
27730
27746
|
"dateAdded": "2025-10-28",
|
|
27731
|
-
"lastUpdated": "
|
|
27747
|
+
"lastUpdated": "2026-05-13"
|
|
27732
27748
|
},
|
|
27733
27749
|
"raiseYourCup": {
|
|
27734
27750
|
"id": "raiseYourCup",
|
|
27735
27751
|
"type": "emote",
|
|
27736
27752
|
"season": "gutsAndGlory",
|
|
27737
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
27753
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
27738
27754
|
"dateAdded": "2025-10-28",
|
|
27739
|
-
"lastUpdated": "
|
|
27755
|
+
"lastUpdated": "2026-05-13"
|
|
27740
27756
|
},
|
|
27741
27757
|
"walkingRemains": {
|
|
27742
27758
|
"id": "walkingRemains",
|
|
@@ -30700,9 +30716,9 @@
|
|
|
30700
30716
|
"type": "aura",
|
|
30701
30717
|
"effect": "bossKillReactive",
|
|
30702
30718
|
"season": "eyeOfTheBeast",
|
|
30703
|
-
"obtainable": "ubisoftStoreSeasonalPack",
|
|
30719
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
30704
30720
|
"dateAdded": "2026-02-10",
|
|
30705
|
-
"lastUpdated": "2026-
|
|
30721
|
+
"lastUpdated": "2026-05-13"
|
|
30706
30722
|
},
|
|
30707
30723
|
"streetCinch": {
|
|
30708
30724
|
"id": "streetCinch",
|
|
@@ -32390,73 +32406,73 @@
|
|
|
32390
32406
|
"id": "gildcoinTricorne",
|
|
32391
32407
|
"type": "headwear",
|
|
32392
32408
|
"set": "theBohemian",
|
|
32393
|
-
"obtainable": "ubisoftStore",
|
|
32409
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32394
32410
|
"dateAdded": "2026-05-12",
|
|
32395
|
-
"lastUpdated": "2026-05-
|
|
32411
|
+
"lastUpdated": "2026-05-26"
|
|
32396
32412
|
},
|
|
32397
32413
|
"beadsOfWisdom": {
|
|
32398
32414
|
"id": "beadsOfWisdom",
|
|
32399
32415
|
"type": "faceAccessory",
|
|
32400
32416
|
"set": "theBohemian",
|
|
32401
|
-
"obtainable": "ubisoftStore",
|
|
32417
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32402
32418
|
"dateAdded": "2026-05-12",
|
|
32403
|
-
"lastUpdated": "2026-05-
|
|
32419
|
+
"lastUpdated": "2026-05-26"
|
|
32404
32420
|
},
|
|
32405
32421
|
"feverGreen": {
|
|
32406
32422
|
"id": "feverGreen",
|
|
32407
32423
|
"type": "eyeColor",
|
|
32408
32424
|
"set": "theBohemian",
|
|
32409
|
-
"obtainable": "ubisoftStore",
|
|
32425
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32410
32426
|
"dateAdded": "2026-05-12",
|
|
32411
|
-
"lastUpdated": "2026-05-
|
|
32427
|
+
"lastUpdated": "2026-05-26"
|
|
32412
32428
|
},
|
|
32413
32429
|
"poetsCoat": {
|
|
32414
32430
|
"id": "poetsCoat",
|
|
32415
32431
|
"type": "torso",
|
|
32416
32432
|
"set": "theBohemian",
|
|
32417
|
-
"obtainable": "ubisoftStore",
|
|
32433
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32418
32434
|
"dateAdded": "2026-05-12",
|
|
32419
|
-
"lastUpdated": "2026-05-
|
|
32435
|
+
"lastUpdated": "2026-05-26"
|
|
32420
32436
|
},
|
|
32421
32437
|
"pendantOfPeril": {
|
|
32422
32438
|
"id": "pendantOfPeril",
|
|
32423
32439
|
"type": "neck",
|
|
32424
32440
|
"set": "theBohemian",
|
|
32425
|
-
"obtainable": "ubisoftStore",
|
|
32441
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32426
32442
|
"dateAdded": "2026-05-12",
|
|
32427
|
-
"lastUpdated": "2026-05-
|
|
32443
|
+
"lastUpdated": "2026-05-26"
|
|
32428
32444
|
},
|
|
32429
32445
|
"stolenSash": {
|
|
32430
32446
|
"id": "stolenSash",
|
|
32431
32447
|
"type": "waist",
|
|
32432
32448
|
"set": "theBohemian",
|
|
32433
|
-
"obtainable": "ubisoftStore",
|
|
32449
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32434
32450
|
"dateAdded": "2026-05-12",
|
|
32435
|
-
"lastUpdated": "2026-05-
|
|
32451
|
+
"lastUpdated": "2026-05-26"
|
|
32436
32452
|
},
|
|
32437
32453
|
"oceanEyes": {
|
|
32438
32454
|
"id": "oceanEyes",
|
|
32439
32455
|
"type": "hand",
|
|
32440
32456
|
"set": "theBohemian",
|
|
32441
|
-
"obtainable": "ubisoftStore",
|
|
32457
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32442
32458
|
"dateAdded": "2026-05-12",
|
|
32443
|
-
"lastUpdated": "2026-05-
|
|
32459
|
+
"lastUpdated": "2026-05-26"
|
|
32444
32460
|
},
|
|
32445
32461
|
"breezyPleats": {
|
|
32446
32462
|
"id": "breezyPleats",
|
|
32447
32463
|
"type": "bottom",
|
|
32448
32464
|
"set": "theBohemian",
|
|
32449
|
-
"obtainable": "ubisoftStore",
|
|
32465
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32450
32466
|
"dateAdded": "2026-05-12",
|
|
32451
|
-
"lastUpdated": "2026-05-
|
|
32467
|
+
"lastUpdated": "2026-05-26"
|
|
32452
32468
|
},
|
|
32453
32469
|
"suedeStrides": {
|
|
32454
32470
|
"id": "suedeStrides",
|
|
32455
32471
|
"type": "footwear",
|
|
32456
32472
|
"set": "theBohemian",
|
|
32457
|
-
"obtainable": "ubisoftStore",
|
|
32473
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32458
32474
|
"dateAdded": "2026-05-12",
|
|
32459
|
-
"lastUpdated": "2026-05-
|
|
32475
|
+
"lastUpdated": "2026-05-26"
|
|
32460
32476
|
},
|
|
32461
32477
|
"windWarrior": {
|
|
32462
32478
|
"id": "windWarrior",
|
|
@@ -32534,60 +32550,60 @@
|
|
|
32534
32550
|
"id": "raidersScar",
|
|
32535
32551
|
"type": "sailsEmblem",
|
|
32536
32552
|
"set": "jadeProwler",
|
|
32537
|
-
"obtainable": "ubisoftStore",
|
|
32553
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32538
32554
|
"dateAdded": "2026-05-12",
|
|
32539
|
-
"lastUpdated": "2026-05-
|
|
32555
|
+
"lastUpdated": "2026-05-26"
|
|
32540
32556
|
},
|
|
32541
32557
|
"windriderSP": {
|
|
32542
32558
|
"id": "windriderSP",
|
|
32543
32559
|
"type": "sailsPattern",
|
|
32544
32560
|
"set": "jadeProwler",
|
|
32545
|
-
"obtainable": "ubisoftStore",
|
|
32561
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32546
32562
|
"dateAdded": "2026-05-12",
|
|
32547
|
-
"lastUpdated": "2026-05-
|
|
32563
|
+
"lastUpdated": "2026-05-26"
|
|
32548
32564
|
},
|
|
32549
32565
|
"bloodiedCanopy": {
|
|
32550
32566
|
"id": "bloodiedCanopy",
|
|
32551
32567
|
"type": "sailsColor",
|
|
32552
32568
|
"set": "jadeProwler",
|
|
32553
|
-
"obtainable": "ubisoftStore",
|
|
32569
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32554
32570
|
"dateAdded": "2026-05-12",
|
|
32555
|
-
"lastUpdated": "2026-05-
|
|
32571
|
+
"lastUpdated": "2026-05-26"
|
|
32556
32572
|
},
|
|
32557
32573
|
"clawsOfConquest": {
|
|
32558
32574
|
"id": "clawsOfConquest",
|
|
32559
32575
|
"type": "figureHead",
|
|
32560
32576
|
"effect": "emissive",
|
|
32561
32577
|
"set": "jadeProwler",
|
|
32562
|
-
"obtainable": "ubisoftStore",
|
|
32578
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32563
32579
|
"dateAdded": "2026-05-12",
|
|
32564
|
-
"lastUpdated": "2026-05-
|
|
32580
|
+
"lastUpdated": "2026-05-26"
|
|
32565
32581
|
},
|
|
32566
32582
|
"emeraldWildbark": {
|
|
32567
32583
|
"id": "emeraldWildbark",
|
|
32568
32584
|
"type": "hull",
|
|
32569
32585
|
"set": "jadeProwler",
|
|
32570
|
-
"obtainable": "ubisoftStore",
|
|
32586
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32571
32587
|
"dateAdded": "2026-05-12",
|
|
32572
|
-
"lastUpdated": "2026-05-
|
|
32588
|
+
"lastUpdated": "2026-05-26"
|
|
32573
32589
|
},
|
|
32574
32590
|
"stormHowler": {
|
|
32575
32591
|
"id": "stormHowler",
|
|
32576
32592
|
"type": "nameplate",
|
|
32577
32593
|
"effect": "emissive",
|
|
32578
32594
|
"set": "jadeProwler",
|
|
32579
|
-
"obtainable": "ubisoftStore",
|
|
32595
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32580
32596
|
"dateAdded": "2026-05-12",
|
|
32581
|
-
"lastUpdated": "2026-05-
|
|
32597
|
+
"lastUpdated": "2026-05-26"
|
|
32582
32598
|
},
|
|
32583
32599
|
"nightStalker": {
|
|
32584
32600
|
"id": "nightStalker",
|
|
32585
32601
|
"type": "wheel",
|
|
32586
32602
|
"effect": "emissive",
|
|
32587
32603
|
"set": "jadeProwler",
|
|
32588
|
-
"obtainable": "ubisoftStore",
|
|
32604
|
+
"obtainable": ["ubisoftStore","verdantHuntsChest"],
|
|
32589
32605
|
"dateAdded": "2026-05-12",
|
|
32590
|
-
"lastUpdated": "2026-05-
|
|
32606
|
+
"lastUpdated": "2026-05-26"
|
|
32591
32607
|
},
|
|
32592
32608
|
"warBellow": {
|
|
32593
32609
|
"id": "warBellow",
|
|
@@ -32898,7 +32914,13 @@
|
|
|
32898
32914
|
"upgrades": ["gildedPhantom"],
|
|
32899
32915
|
"season": "shatteredSeas",
|
|
32900
32916
|
"set": "cursedDjinns",
|
|
32901
|
-
"
|
|
32917
|
+
"required": {
|
|
32918
|
+
"greenheartPlank": 7,
|
|
32919
|
+
"phoenixPinion": 3,
|
|
32920
|
+
"azureDragonHead": 3,
|
|
32921
|
+
"artisansRefinementPack": 3
|
|
32922
|
+
},
|
|
32923
|
+
"obtainable": ["ubisoftStore","upgradeWithMaterials"],
|
|
32902
32924
|
"dateAdded": "2026-05-12",
|
|
32903
32925
|
"lastUpdated": "2026-05-12"
|
|
32904
32926
|
},
|
|
@@ -32910,7 +32932,14 @@
|
|
|
32910
32932
|
"basic": "driftwoodPhantom",
|
|
32911
32933
|
"season": "shatteredSeas",
|
|
32912
32934
|
"set": "cursedDjinns",
|
|
32913
|
-
"
|
|
32935
|
+
"required": {
|
|
32936
|
+
"phoenixBeak": 5,
|
|
32937
|
+
"azureDragonHead": 5,
|
|
32938
|
+
"jadePhoenixStatue": 2,
|
|
32939
|
+
"yellowDragonBanner": 2,
|
|
32940
|
+
"artisansRefinementPack": 5
|
|
32941
|
+
},
|
|
32942
|
+
"obtainable": ["ubisoftStore","upgradeWithMaterials"],
|
|
32914
32943
|
"dateAdded": "2026-05-12",
|
|
32915
32944
|
"lastUpdated": "2026-05-12"
|
|
32916
32945
|
},
|
|
@@ -33170,5 +33199,517 @@
|
|
|
33170
33199
|
"obtainable": "twitchDropYear3Season1",
|
|
33171
33200
|
"dateAdded": "2026-05-12",
|
|
33172
33201
|
"lastUpdated": "2026-05-12"
|
|
33202
|
+
},
|
|
33203
|
+
"dreadnote": {
|
|
33204
|
+
"id": "dreadnote",
|
|
33205
|
+
"type": "sailsEmblem",
|
|
33206
|
+
"effect": "animated",
|
|
33207
|
+
"season": "shatteredSeas",
|
|
33208
|
+
"set": "anthemOfAnarchy",
|
|
33209
|
+
"obtainable": "ubisoftStoreSeasonalStarterPack",
|
|
33210
|
+
"dateAdded": "2026-05-12",
|
|
33211
|
+
"lastUpdated": "2026-05-12"
|
|
33212
|
+
},
|
|
33213
|
+
"waveshredder": {
|
|
33214
|
+
"id": "waveshredder",
|
|
33215
|
+
"type": "hull",
|
|
33216
|
+
"season": "shatteredSeas",
|
|
33217
|
+
"set": "anthemOfAnarchy",
|
|
33218
|
+
"obtainable": "ubisoftStoreSeasonalStarterPack",
|
|
33219
|
+
"dateAdded": "2026-05-12",
|
|
33220
|
+
"lastUpdated": "2026-05-12"
|
|
33221
|
+
},
|
|
33222
|
+
"deadwindWhistle": {
|
|
33223
|
+
"id": "deadwindWhistle",
|
|
33224
|
+
"type": "sailsColor",
|
|
33225
|
+
"effect": "emissive",
|
|
33226
|
+
"season": "shatteredSeas",
|
|
33227
|
+
"set": "anthemOfAnarchy",
|
|
33228
|
+
"obtainable": "ubisoftStoreSeasonalStarterPack",
|
|
33229
|
+
"dateAdded": "2026-05-12",
|
|
33230
|
+
"lastUpdated": "2026-05-12"
|
|
33231
|
+
},
|
|
33232
|
+
"balladOfBlood": {
|
|
33233
|
+
"id": "balladOfBlood",
|
|
33234
|
+
"type": "sailsPattern",
|
|
33235
|
+
"season": "shatteredSeas",
|
|
33236
|
+
"set": "anthemOfAnarchy",
|
|
33237
|
+
"obtainable": "ubisoftStoreSeasonalStarterPack",
|
|
33238
|
+
"dateAdded": "2026-05-12",
|
|
33239
|
+
"lastUpdated": "2026-05-12"
|
|
33240
|
+
},
|
|
33241
|
+
"flamefang": {
|
|
33242
|
+
"id": "flamefang",
|
|
33243
|
+
"type": "sailsPattern",
|
|
33244
|
+
"season": "shatteredSeas",
|
|
33245
|
+
"set": "dragonblood",
|
|
33246
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
33247
|
+
"dateAdded": "2026-05-12",
|
|
33248
|
+
"lastUpdated": "2026-05-12"
|
|
33249
|
+
},
|
|
33250
|
+
"goldfleckedRoar": {
|
|
33251
|
+
"id": "goldfleckedRoar",
|
|
33252
|
+
"type": "sailsEmblem",
|
|
33253
|
+
"season": "shatteredSeas",
|
|
33254
|
+
"set": "dragonblood",
|
|
33255
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
33256
|
+
"dateAdded": "2026-05-12",
|
|
33257
|
+
"lastUpdated": "2026-05-12"
|
|
33258
|
+
},
|
|
33259
|
+
"wyrmscaleArmor": {
|
|
33260
|
+
"id": "wyrmscaleArmor",
|
|
33261
|
+
"type": "hull",
|
|
33262
|
+
"season": "shatteredSeas",
|
|
33263
|
+
"set": "dragonblood",
|
|
33264
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
33265
|
+
"dateAdded": "2026-05-12",
|
|
33266
|
+
"lastUpdated": "2026-05-12"
|
|
33267
|
+
},
|
|
33268
|
+
"scorchingSkies": {
|
|
33269
|
+
"id": "scorchingSkies",
|
|
33270
|
+
"type": "sailsColor",
|
|
33271
|
+
"effect": "emissive",
|
|
33272
|
+
"season": "shatteredSeas",
|
|
33273
|
+
"set": "dragonblood",
|
|
33274
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBox"]],
|
|
33275
|
+
"dateAdded": "2026-05-12",
|
|
33276
|
+
"lastUpdated": "2026-05-12"
|
|
33277
|
+
},
|
|
33278
|
+
"goldenFlicker": {
|
|
33279
|
+
"id": "goldenFlicker",
|
|
33280
|
+
"type": "aura",
|
|
33281
|
+
"effect": "bossKillReactive",
|
|
33282
|
+
"season": "shatteredSeas",
|
|
33283
|
+
"obtainable": [["ubisoftStoreSeasonalPack","ubisoftStoreSeasonalBoatload"]],
|
|
33284
|
+
"dateAdded": "2026-05-12",
|
|
33285
|
+
"lastUpdated": "2026-05-12"
|
|
33286
|
+
},
|
|
33287
|
+
"sunplunderCinch": {
|
|
33288
|
+
"id": "sunplunderCinch",
|
|
33289
|
+
"type": "waist",
|
|
33290
|
+
"season": "shatteredSeas",
|
|
33291
|
+
"set": "desertMarauder",
|
|
33292
|
+
"obtainable": "premiumPass",
|
|
33293
|
+
"dateAdded": "2026-05-12",
|
|
33294
|
+
"lastUpdated": "2026-05-12"
|
|
33295
|
+
},
|
|
33296
|
+
"wishboundArmlet": {
|
|
33297
|
+
"id": "wishboundArmlet",
|
|
33298
|
+
"type": "forearm",
|
|
33299
|
+
"season": "shatteredSeas",
|
|
33300
|
+
"set": "desertMarauder",
|
|
33301
|
+
"obtainable": "premiumPass",
|
|
33302
|
+
"dateAdded": "2026-05-12",
|
|
33303
|
+
"lastUpdated": "2026-05-12"
|
|
33304
|
+
},
|
|
33305
|
+
"nomadOfTheNight": {
|
|
33306
|
+
"id": "nomadOfTheNight",
|
|
33307
|
+
"type": "headwear",
|
|
33308
|
+
"season": "shatteredSeas",
|
|
33309
|
+
"set": "desertMarauder",
|
|
33310
|
+
"obtainable": "premiumPass",
|
|
33311
|
+
"dateAdded": "2026-05-12",
|
|
33312
|
+
"lastUpdated": "2026-05-12"
|
|
33313
|
+
},
|
|
33314
|
+
"djinnsmoke": {
|
|
33315
|
+
"id": "djinnsmoke",
|
|
33316
|
+
"type": "neck",
|
|
33317
|
+
"season": "shatteredSeas",
|
|
33318
|
+
"set": "desertMarauder",
|
|
33319
|
+
"obtainable": "premiumPass",
|
|
33320
|
+
"dateAdded": "2026-05-12",
|
|
33321
|
+
"lastUpdated": "2026-05-12"
|
|
33322
|
+
},
|
|
33323
|
+
"whisperstitch": {
|
|
33324
|
+
"id": "whisperstitch",
|
|
33325
|
+
"type": "bottom",
|
|
33326
|
+
"season": "shatteredSeas",
|
|
33327
|
+
"set": "desertMarauder",
|
|
33328
|
+
"obtainable": "premiumPass",
|
|
33329
|
+
"dateAdded": "2026-05-12",
|
|
33330
|
+
"lastUpdated": "2026-05-12"
|
|
33331
|
+
},
|
|
33332
|
+
"crescentmark": {
|
|
33333
|
+
"id": "crescentmark",
|
|
33334
|
+
"type": "footwear",
|
|
33335
|
+
"season": "shatteredSeas",
|
|
33336
|
+
"set": "desertMarauder",
|
|
33337
|
+
"obtainable": "premiumPass",
|
|
33338
|
+
"dateAdded": "2026-05-12",
|
|
33339
|
+
"lastUpdated": "2026-05-12"
|
|
33340
|
+
},
|
|
33341
|
+
"mirageborne": {
|
|
33342
|
+
"id": "mirageborne",
|
|
33343
|
+
"type": "torso",
|
|
33344
|
+
"season": "shatteredSeas",
|
|
33345
|
+
"set": "desertMarauder",
|
|
33346
|
+
"obtainable": "premiumPass",
|
|
33347
|
+
"dateAdded": "2026-05-12",
|
|
33348
|
+
"lastUpdated": "2026-05-12"
|
|
33349
|
+
},
|
|
33350
|
+
"glitterskin": {
|
|
33351
|
+
"id": "glitterskin",
|
|
33352
|
+
"type": "bodyCosmetics",
|
|
33353
|
+
"season": "shatteredSeas",
|
|
33354
|
+
"set": "desertMarauder",
|
|
33355
|
+
"obtainable": "premiumPass",
|
|
33356
|
+
"dateAdded": "2026-05-12",
|
|
33357
|
+
"lastUpdated": "2026-05-12"
|
|
33358
|
+
},
|
|
33359
|
+
"desertMoon": {
|
|
33360
|
+
"id": "desertMoon",
|
|
33361
|
+
"type": "eyeColor",
|
|
33362
|
+
"effect": "emissive",
|
|
33363
|
+
"season": "shatteredSeas",
|
|
33364
|
+
"set": "desertMarauder",
|
|
33365
|
+
"obtainable": "premiumPass",
|
|
33366
|
+
"dateAdded": "2026-05-12",
|
|
33367
|
+
"lastUpdated": "2026-05-12"
|
|
33368
|
+
},
|
|
33369
|
+
"ceruleanKnot": {
|
|
33370
|
+
"id": "ceruleanKnot",
|
|
33371
|
+
"type": "waist",
|
|
33372
|
+
"season": "shatteredSeas",
|
|
33373
|
+
"set": "opalIslander",
|
|
33374
|
+
"required": {
|
|
33375
|
+
"gildmarks": 200
|
|
33376
|
+
},
|
|
33377
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33378
|
+
"dateAdded": "2026-05-12",
|
|
33379
|
+
"lastUpdated": "2026-05-12"
|
|
33380
|
+
},
|
|
33381
|
+
"drunkardsCuffs": {
|
|
33382
|
+
"id": "drunkardsCuffs",
|
|
33383
|
+
"type": "forearm",
|
|
33384
|
+
"season": "shatteredSeas",
|
|
33385
|
+
"set": "opalIslander",
|
|
33386
|
+
"required": {
|
|
33387
|
+
"gildmarks": 200
|
|
33388
|
+
},
|
|
33389
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33390
|
+
"dateAdded": "2026-05-12",
|
|
33391
|
+
"lastUpdated": "2026-05-12"
|
|
33392
|
+
},
|
|
33393
|
+
"scratchyPatchy": {
|
|
33394
|
+
"id": "scratchyPatchy",
|
|
33395
|
+
"type": "faceAccessory",
|
|
33396
|
+
"season": "shatteredSeas",
|
|
33397
|
+
"set": "opalIslander",
|
|
33398
|
+
"required": {
|
|
33399
|
+
"gildmarks": 200
|
|
33400
|
+
},
|
|
33401
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33402
|
+
"dateAdded": "2026-05-12",
|
|
33403
|
+
"lastUpdated": "2026-05-12"
|
|
33404
|
+
},
|
|
33405
|
+
"driftersCrown": {
|
|
33406
|
+
"id": "driftersCrown",
|
|
33407
|
+
"type": "headwear",
|
|
33408
|
+
"season": "shatteredSeas",
|
|
33409
|
+
"set": "opalIslander",
|
|
33410
|
+
"required": {
|
|
33411
|
+
"gildmarks": 200
|
|
33412
|
+
},
|
|
33413
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33414
|
+
"dateAdded": "2026-05-12",
|
|
33415
|
+
"lastUpdated": "2026-05-12"
|
|
33416
|
+
},
|
|
33417
|
+
"oseanasCurse": {
|
|
33418
|
+
"id": "oseanasCurse",
|
|
33419
|
+
"type": "neck",
|
|
33420
|
+
"season": "shatteredSeas",
|
|
33421
|
+
"set": "opalIslander",
|
|
33422
|
+
"required": {
|
|
33423
|
+
"gildmarks": 200
|
|
33424
|
+
},
|
|
33425
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33426
|
+
"dateAdded": "2026-05-12",
|
|
33427
|
+
"lastUpdated": "2026-05-12"
|
|
33428
|
+
},
|
|
33429
|
+
"skywash": {
|
|
33430
|
+
"id": "skywash",
|
|
33431
|
+
"type": "bottom",
|
|
33432
|
+
"season": "shatteredSeas",
|
|
33433
|
+
"set": "opalIslander",
|
|
33434
|
+
"required": {
|
|
33435
|
+
"gildmarks": 200
|
|
33436
|
+
},
|
|
33437
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33438
|
+
"dateAdded": "2026-05-12",
|
|
33439
|
+
"lastUpdated": "2026-05-12"
|
|
33440
|
+
},
|
|
33441
|
+
"crabbersBoots": {
|
|
33442
|
+
"id": "crabbersBoots",
|
|
33443
|
+
"type": "footwear",
|
|
33444
|
+
"season": "shatteredSeas",
|
|
33445
|
+
"set": "opalIslander",
|
|
33446
|
+
"required": {
|
|
33447
|
+
"gildmarks": 200
|
|
33448
|
+
},
|
|
33449
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33450
|
+
"dateAdded": "2026-05-12",
|
|
33451
|
+
"lastUpdated": "2026-05-12"
|
|
33452
|
+
},
|
|
33453
|
+
"opalweave": {
|
|
33454
|
+
"id": "opalweave",
|
|
33455
|
+
"type": "torso",
|
|
33456
|
+
"season": "shatteredSeas",
|
|
33457
|
+
"set": "opalIslander",
|
|
33458
|
+
"required": {
|
|
33459
|
+
"gildmarks": 200
|
|
33460
|
+
},
|
|
33461
|
+
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
33462
|
+
"dateAdded": "2026-05-12",
|
|
33463
|
+
"lastUpdated": "2026-05-12"
|
|
33464
|
+
},
|
|
33465
|
+
"cutthroatCorsair": {
|
|
33466
|
+
"id": "cutthroatCorsair",
|
|
33467
|
+
"type": "sailsEmblem",
|
|
33468
|
+
"season": "shatteredSeas",
|
|
33469
|
+
"effect": "animated",
|
|
33470
|
+
"set": "rogueOWar",
|
|
33471
|
+
"event": "theHonorless",
|
|
33472
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33473
|
+
"dateAdded": "2026-05-12",
|
|
33474
|
+
"lastUpdated": "2026-05-12"
|
|
33475
|
+
},
|
|
33476
|
+
"warborn": {
|
|
33477
|
+
"id": "warborn",
|
|
33478
|
+
"type": "sailsPattern",
|
|
33479
|
+
"season": "shatteredSeas",
|
|
33480
|
+
"set": "rogueOWar",
|
|
33481
|
+
"event": "theHonorless",
|
|
33482
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33483
|
+
"dateAdded": "2026-05-12",
|
|
33484
|
+
"lastUpdated": "2026-05-12"
|
|
33485
|
+
},
|
|
33486
|
+
"battlecryBanner": {
|
|
33487
|
+
"id": "battlecryBanner",
|
|
33488
|
+
"type": "sailsColor",
|
|
33489
|
+
"effect": "emissive",
|
|
33490
|
+
"season": "shatteredSeas",
|
|
33491
|
+
"set": "rogueOWar",
|
|
33492
|
+
"event": "theHonorless",
|
|
33493
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33494
|
+
"dateAdded": "2026-05-12",
|
|
33495
|
+
"lastUpdated": "2026-05-12"
|
|
33496
|
+
},
|
|
33497
|
+
"ignisBellona": {
|
|
33498
|
+
"id": "ignisBellona",
|
|
33499
|
+
"type": "figureHead",
|
|
33500
|
+
"season": "shatteredSeas",
|
|
33501
|
+
"effect": "emissive",
|
|
33502
|
+
"set": "rogueOWar",
|
|
33503
|
+
"event": "theHonorless",
|
|
33504
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33505
|
+
"dateAdded": "2026-05-12",
|
|
33506
|
+
"lastUpdated": "2026-05-12"
|
|
33507
|
+
},
|
|
33508
|
+
"crimsonCurrents": {
|
|
33509
|
+
"id": "crimsonCurrents",
|
|
33510
|
+
"type": "hull",
|
|
33511
|
+
"season": "shatteredSeas",
|
|
33512
|
+
"set": "rogueOWar",
|
|
33513
|
+
"event": "theHonorless",
|
|
33514
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33515
|
+
"dateAdded": "2026-05-12",
|
|
33516
|
+
"lastUpdated": "2026-05-12"
|
|
33517
|
+
},
|
|
33518
|
+
"turncoat": {
|
|
33519
|
+
"id": "turncoat",
|
|
33520
|
+
"type": "nameplate",
|
|
33521
|
+
"season": "shatteredSeas",
|
|
33522
|
+
"effect": "emissive",
|
|
33523
|
+
"set": "rogueOWar",
|
|
33524
|
+
"event": "theHonorless",
|
|
33525
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33526
|
+
"dateAdded": "2026-05-12",
|
|
33527
|
+
"lastUpdated": "2026-05-12"
|
|
33528
|
+
},
|
|
33529
|
+
"foehunter": {
|
|
33530
|
+
"id": "foehunter",
|
|
33531
|
+
"type": "wheel",
|
|
33532
|
+
"season": "shatteredSeas",
|
|
33533
|
+
"effect": "emissive",
|
|
33534
|
+
"set": "rogueOWar",
|
|
33535
|
+
"event": "theHonorless",
|
|
33536
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33537
|
+
"dateAdded": "2026-05-12",
|
|
33538
|
+
"lastUpdated": "2026-05-12"
|
|
33539
|
+
},
|
|
33540
|
+
"windsOfRust": {
|
|
33541
|
+
"id": "windsOfRust",
|
|
33542
|
+
"type": "sailsColor",
|
|
33543
|
+
"season": "shatteredSeas",
|
|
33544
|
+
"set": "gildedMaw",
|
|
33545
|
+
"event": "theHonorless",
|
|
33546
|
+
"obtainable": "premiumEventPass",
|
|
33547
|
+
"dateAdded": "2026-05-12",
|
|
33548
|
+
"lastUpdated": "2026-05-12"
|
|
33549
|
+
},
|
|
33550
|
+
"goldspike": {
|
|
33551
|
+
"id": "goldspike",
|
|
33552
|
+
"type": "sailsEmblem",
|
|
33553
|
+
"season": "shatteredSeas",
|
|
33554
|
+
"set": "gildedMaw",
|
|
33555
|
+
"event": "theHonorless",
|
|
33556
|
+
"obtainable": "premiumEventPass",
|
|
33557
|
+
"dateAdded": "2026-05-12",
|
|
33558
|
+
"lastUpdated": "2026-05-12"
|
|
33559
|
+
},
|
|
33560
|
+
"blindingBlades": {
|
|
33561
|
+
"id": "blindingBlades",
|
|
33562
|
+
"type": "sailsPattern",
|
|
33563
|
+
"season": "shatteredSeas",
|
|
33564
|
+
"set": "gildedMaw",
|
|
33565
|
+
"event": "theHonorless",
|
|
33566
|
+
"obtainable": "premiumEventPass",
|
|
33567
|
+
"dateAdded": "2026-05-12",
|
|
33568
|
+
"lastUpdated": "2026-05-12"
|
|
33569
|
+
},
|
|
33570
|
+
"wraithwoodSheen": {
|
|
33571
|
+
"id": "wraithwoodSheen",
|
|
33572
|
+
"type": "hull",
|
|
33573
|
+
"season": "shatteredSeas",
|
|
33574
|
+
"set": "gildedMaw",
|
|
33575
|
+
"event": "theHonorless",
|
|
33576
|
+
"obtainable": "premiumEventPass",
|
|
33577
|
+
"dateAdded": "2026-05-12",
|
|
33578
|
+
"lastUpdated": "2026-05-12"
|
|
33579
|
+
},
|
|
33580
|
+
"grimsGilt": {
|
|
33581
|
+
"id": "grimsGilt",
|
|
33582
|
+
"type": "firework",
|
|
33583
|
+
"season": "shatteredSeas",
|
|
33584
|
+
"event": "theHonorless",
|
|
33585
|
+
"obtainable": "premiumEventPass",
|
|
33586
|
+
"dateAdded": "2026-05-12",
|
|
33587
|
+
"lastUpdated": "2026-05-12"
|
|
33588
|
+
},
|
|
33589
|
+
"treasonsFurnace": {
|
|
33590
|
+
"id": "treasonsFurnace",
|
|
33591
|
+
"type": "demicannonWeaponSkin",
|
|
33592
|
+
"season": "shatteredSeas",
|
|
33593
|
+
"effect": "emissive",
|
|
33594
|
+
"event": "theHonorless",
|
|
33595
|
+
"obtainable": "premiumEventPass",
|
|
33596
|
+
"dateAdded": "2026-05-12",
|
|
33597
|
+
"lastUpdated": "2026-05-12"
|
|
33598
|
+
},
|
|
33599
|
+
"firestorm": {
|
|
33600
|
+
"id": "firestorm",
|
|
33601
|
+
"type": "aura",
|
|
33602
|
+
"season": "shatteredSeas",
|
|
33603
|
+
"effect": "bossKillReactive",
|
|
33604
|
+
"event": "theHonorless",
|
|
33605
|
+
"obtainable": "ubisoftStore",
|
|
33606
|
+
"dateAdded": "2026-05-12",
|
|
33607
|
+
"lastUpdated": "2026-05-12"
|
|
33608
|
+
},
|
|
33609
|
+
"bladesAblaze": {
|
|
33610
|
+
"id": "bladesAblaze",
|
|
33611
|
+
"type": "firework",
|
|
33612
|
+
"season": "shatteredSeas",
|
|
33613
|
+
"event": "theHonorless",
|
|
33614
|
+
"obtainable": "ubisoftStore",
|
|
33615
|
+
"dateAdded": "2026-05-12",
|
|
33616
|
+
"lastUpdated": "2026-05-12"
|
|
33617
|
+
},
|
|
33618
|
+
"goldenChild": {
|
|
33619
|
+
"id": "goldenChild",
|
|
33620
|
+
"type": "headwear",
|
|
33621
|
+
"season": "shatteredSeas",
|
|
33622
|
+
"set": "narcissus",
|
|
33623
|
+
"event": "theHonorless",
|
|
33624
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33625
|
+
"dateAdded": "2026-05-12",
|
|
33626
|
+
"lastUpdated": "2026-05-12"
|
|
33627
|
+
},
|
|
33628
|
+
"outcastsGlare": {
|
|
33629
|
+
"id": "outcastsGlare",
|
|
33630
|
+
"type": "faceAccessory",
|
|
33631
|
+
"season": "shatteredSeas",
|
|
33632
|
+
"set": "narcissus",
|
|
33633
|
+
"event": "theHonorless",
|
|
33634
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33635
|
+
"dateAdded": "2026-05-12",
|
|
33636
|
+
"lastUpdated": "2026-05-12"
|
|
33637
|
+
},
|
|
33638
|
+
"honorlessFinery": {
|
|
33639
|
+
"id": "honorlessFinery",
|
|
33640
|
+
"type": "torso",
|
|
33641
|
+
"season": "shatteredSeas",
|
|
33642
|
+
"set": "narcissus",
|
|
33643
|
+
"event": "theHonorless",
|
|
33644
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33645
|
+
"dateAdded": "2026-05-12",
|
|
33646
|
+
"lastUpdated": "2026-05-12"
|
|
33647
|
+
},
|
|
33648
|
+
"turncoatsTreasure": {
|
|
33649
|
+
"id": "turncoatsTreasure",
|
|
33650
|
+
"type": "neck",
|
|
33651
|
+
"season": "shatteredSeas",
|
|
33652
|
+
"set": "narcissus",
|
|
33653
|
+
"event": "theHonorless",
|
|
33654
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33655
|
+
"dateAdded": "2026-05-12",
|
|
33656
|
+
"lastUpdated": "2026-05-12"
|
|
33657
|
+
},
|
|
33658
|
+
"pridebound": {
|
|
33659
|
+
"id": "pridebound",
|
|
33660
|
+
"type": "forearm",
|
|
33661
|
+
"season": "shatteredSeas",
|
|
33662
|
+
"set": "narcissus",
|
|
33663
|
+
"event": "theHonorless",
|
|
33664
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33665
|
+
"dateAdded": "2026-05-12",
|
|
33666
|
+
"lastUpdated": "2026-05-12"
|
|
33667
|
+
},
|
|
33668
|
+
"heirloomOfExcess": {
|
|
33669
|
+
"id": "heirloomOfExcess",
|
|
33670
|
+
"type": "waist",
|
|
33671
|
+
"season": "shatteredSeas",
|
|
33672
|
+
"set": "narcissus",
|
|
33673
|
+
"event": "theHonorless",
|
|
33674
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33675
|
+
"dateAdded": "2026-05-12",
|
|
33676
|
+
"lastUpdated": "2026-05-12"
|
|
33677
|
+
},
|
|
33678
|
+
"snakeskin": {
|
|
33679
|
+
"id": "snakeskin",
|
|
33680
|
+
"type": "hand",
|
|
33681
|
+
"season": "shatteredSeas",
|
|
33682
|
+
"set": "narcissus",
|
|
33683
|
+
"event": "theHonorless",
|
|
33684
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33685
|
+
"dateAdded": "2026-05-12",
|
|
33686
|
+
"lastUpdated": "2026-05-12"
|
|
33687
|
+
},
|
|
33688
|
+
"foesFiligree": {
|
|
33689
|
+
"id": "foesFiligree",
|
|
33690
|
+
"type": "bottom",
|
|
33691
|
+
"season": "shatteredSeas",
|
|
33692
|
+
"set": "narcissus",
|
|
33693
|
+
"event": "theHonorless",
|
|
33694
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33695
|
+
"dateAdded": "2026-05-12",
|
|
33696
|
+
"lastUpdated": "2026-05-12"
|
|
33697
|
+
},
|
|
33698
|
+
"bloodshedBoots": {
|
|
33699
|
+
"id": "bloodshedBoots",
|
|
33700
|
+
"type": "footwear",
|
|
33701
|
+
"season": "shatteredSeas",
|
|
33702
|
+
"set": "narcissus",
|
|
33703
|
+
"event": "theHonorless",
|
|
33704
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
33705
|
+
"dateAdded": "2026-05-12",
|
|
33706
|
+
"lastUpdated": "2026-05-12"
|
|
33707
|
+
},
|
|
33708
|
+
"wingsOfChaos": {
|
|
33709
|
+
"id": "wingsOfChaos",
|
|
33710
|
+
"type": "firework",
|
|
33711
|
+
"obtainable": [["friendReferralProgram","friendReferralProgramTier2"]],
|
|
33712
|
+
"dateAdded": "2026-05-19",
|
|
33713
|
+
"lastUpdated": "2026-05-19"
|
|
33173
33714
|
}
|
|
33174
33715
|
}
|