@skullandbonestools/snbdata 7.0.12 → 7.1.0
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/commodities.json +5 -0
- package/data/cosmetics.json +155 -6
- package/data/items.json +86 -22
- package/data/worldEvents.json +5 -0
- package/languages/ar/ar_commodities.json +4 -0
- package/languages/ar/ar_cosmetics.json +48 -0
- package/languages/ar/ar_items.json +18 -0
- package/languages/ar/ar_locations.json +2 -1
- package/languages/ar/ar_materials.json +1 -1
- package/languages/ar/ar_worldEvents.json +2 -1
- package/languages/de/de_commodities.json +6 -2
- package/languages/de/de_cosmetics.json +48 -0
- package/languages/de/de_items.json +20 -2
- package/languages/de/de_locations.json +2 -1
- package/languages/de/de_materials.json +1 -1
- package/languages/de/de_worldEvents.json +2 -1
- package/languages/en/en_commodities.json +4 -0
- package/languages/en/en_cosmetics.json +48 -0
- package/languages/en/en_items.json +18 -0
- package/languages/en/en_locations.json +2 -1
- package/languages/en/en_materials.json +1 -1
- package/languages/en/en_worldEvents.json +2 -1
- package/languages/es/es_commodities.json +4 -0
- package/languages/es/es_cosmetics.json +48 -0
- package/languages/es/es_items.json +18 -0
- package/languages/es/es_locations.json +2 -1
- package/languages/es/es_materials.json +1 -1
- package/languages/es/es_worldEvents.json +2 -1
- package/languages/fr/fr_commodities.json +4 -0
- package/languages/fr/fr_cosmetics.json +48 -0
- package/languages/fr/fr_items.json +18 -0
- package/languages/fr/fr_locations.json +2 -1
- package/languages/fr/fr_materials.json +1 -1
- package/languages/fr/fr_worldEvents.json +2 -1
- package/languages/source/commodities.json +4 -0
- package/languages/source/cosmetics.json +48 -0
- package/languages/source/items.json +18 -0
- package/languages/source/locations.json +2 -1
- package/languages/source/materials.json +1 -1
- package/languages/source/worldEvents.json +2 -1
- package/languages/zh/zh_commodities.json +4 -0
- package/languages/zh/zh_cosmetics.json +48 -0
- package/languages/zh/zh_items.json +18 -0
- package/languages/zh/zh_locations.json +2 -1
- package/languages/zh/zh_materials.json +1 -1
- package/languages/zh/zh_worldEvents.json +2 -1
- package/package.json +1 -1
package/data/commodities.json
CHANGED
package/data/cosmetics.json
CHANGED
|
@@ -17972,9 +17972,10 @@
|
|
|
17972
17972
|
"season": "shadowsOfTheDeep",
|
|
17973
17973
|
"event": "azureSolstice",
|
|
17974
17974
|
"effect": "emissive",
|
|
17975
|
+
"upgrades": ["frigidGloom"],
|
|
17975
17976
|
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
17976
17977
|
"dateAdded": "2024-12-03",
|
|
17977
|
-
"lastUpdated": "
|
|
17978
|
+
"lastUpdated": "2025-12-09"
|
|
17978
17979
|
},
|
|
17979
17980
|
"crystalDeath": {
|
|
17980
17981
|
"id": "crystalDeath",
|
|
@@ -17982,9 +17983,10 @@
|
|
|
17982
17983
|
"set": "wintersBite",
|
|
17983
17984
|
"season": "shadowsOfTheDeep",
|
|
17984
17985
|
"event": "azureSolstice",
|
|
17986
|
+
"upgrades": ["stormsBreath"],
|
|
17985
17987
|
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
17986
17988
|
"dateAdded": "2024-12-03",
|
|
17987
|
-
"lastUpdated": "
|
|
17989
|
+
"lastUpdated": "2025-12-09"
|
|
17988
17990
|
},
|
|
17989
17991
|
"icyTears": {
|
|
17990
17992
|
"id": "icyTears",
|
|
@@ -17992,9 +17994,10 @@
|
|
|
17992
17994
|
"set": "wintersBite",
|
|
17993
17995
|
"season": "shadowsOfTheDeep",
|
|
17994
17996
|
"event": "azureSolstice",
|
|
17997
|
+
"upgrades": ["edgesOfDespair"],
|
|
17995
17998
|
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
17996
17999
|
"dateAdded": "2024-12-03",
|
|
17997
|
-
"lastUpdated": "
|
|
18000
|
+
"lastUpdated": "2025-12-09"
|
|
17998
18001
|
},
|
|
17999
18002
|
"stonyIceMaiden": {
|
|
18000
18003
|
"id": "stonyIceMaiden",
|
|
@@ -18075,9 +18078,10 @@
|
|
|
18075
18078
|
"set": "wintersBite",
|
|
18076
18079
|
"season": "shadowsOfTheDeep",
|
|
18077
18080
|
"event": "azureSolstice",
|
|
18081
|
+
"upgrades": ["curseSpun"],
|
|
18078
18082
|
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
18079
18083
|
"dateAdded": "2024-12-03",
|
|
18080
|
-
"lastUpdated": "
|
|
18084
|
+
"lastUpdated": "2025-12-09"
|
|
18081
18085
|
},
|
|
18082
18086
|
"bloodlessWheel": {
|
|
18083
18087
|
"id": "bloodlessWheel",
|
|
@@ -18086,9 +18090,10 @@
|
|
|
18086
18090
|
"season": "shadowsOfTheDeep",
|
|
18087
18091
|
"event": "azureSolstice",
|
|
18088
18092
|
"effect": "emissive",
|
|
18093
|
+
"upgrades": ["theLifestealer"],
|
|
18089
18094
|
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken"],
|
|
18090
18095
|
"dateAdded": "2024-12-03",
|
|
18091
|
-
"lastUpdated": "
|
|
18096
|
+
"lastUpdated": "2025-12-09"
|
|
18092
18097
|
},
|
|
18093
18098
|
"wintersGrasp": {
|
|
18094
18099
|
"id": "wintersGrasp",
|
|
@@ -28648,8 +28653,9 @@
|
|
|
28648
28653
|
"season": "gutsAndGlory",
|
|
28649
28654
|
"event": "azureSolstice",
|
|
28650
28655
|
"effect": "emissive",
|
|
28656
|
+
"upgrades": ["shardsOfLonging"],
|
|
28651
28657
|
"dateAdded": "2025-10-21",
|
|
28652
|
-
"lastUpdated": "2025-
|
|
28658
|
+
"lastUpdated": "2025-12-09"
|
|
28653
28659
|
},
|
|
28654
28660
|
"passJudgment": {
|
|
28655
28661
|
"id": "passJudgment",
|
|
@@ -28679,5 +28685,148 @@
|
|
|
28679
28685
|
"set": "eyeOfMadness",
|
|
28680
28686
|
"dateAdded": "2025-11-25",
|
|
28681
28687
|
"lastUpdated": "2025-11-25"
|
|
28688
|
+
},
|
|
28689
|
+
"glacialWonder": {
|
|
28690
|
+
"id": "glacialWonder",
|
|
28691
|
+
"type": "longGunWeaponSkin",
|
|
28692
|
+
"effect": "emissive",
|
|
28693
|
+
"event": "azureSolstice",
|
|
28694
|
+
"season": "gutsAndGlory",
|
|
28695
|
+
"obtainable": "ubisoftStore",
|
|
28696
|
+
"dateAdded": "2025-12-09",
|
|
28697
|
+
"lastUpdated": "2025-12-09"
|
|
28698
|
+
},
|
|
28699
|
+
"ghostlyTinges": {
|
|
28700
|
+
"id": "ghostlyTinges",
|
|
28701
|
+
"type": "aura",
|
|
28702
|
+
"effect": "bossKillReactive",
|
|
28703
|
+
"event": "azureSolstice",
|
|
28704
|
+
"season": "gutsAndGlory",
|
|
28705
|
+
"obtainable": "ubisoftStore",
|
|
28706
|
+
"dateAdded": "2025-12-09",
|
|
28707
|
+
"lastUpdated": "2025-12-09"
|
|
28708
|
+
},
|
|
28709
|
+
"stormsBreath": {
|
|
28710
|
+
"id": "stormsBreath",
|
|
28711
|
+
"type": "sailsEmblem",
|
|
28712
|
+
"tier": 1,
|
|
28713
|
+
"set": "wintersBite",
|
|
28714
|
+
"event": "azureSolstice",
|
|
28715
|
+
"season": "gutsAndGlory",
|
|
28716
|
+
"basic": "crystalDeath",
|
|
28717
|
+
"required": {
|
|
28718
|
+
"azureDragonHead": 5,
|
|
28719
|
+
"phoenixBeak": 5,
|
|
28720
|
+
"jadePhoenixStatue": 3,
|
|
28721
|
+
"wyrmVolatileNapalm": 1,
|
|
28722
|
+
"orcaIntricateApparatus": 1,
|
|
28723
|
+
"artisansRefinementPack": 3
|
|
28724
|
+
},
|
|
28725
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28726
|
+
"dateAdded": "2025-12-09",
|
|
28727
|
+
"lastUpdated": "2025-12-09"
|
|
28728
|
+
},
|
|
28729
|
+
"edgesOfDespair": {
|
|
28730
|
+
"id": "edgesOfDespair",
|
|
28731
|
+
"type": "sailsPattern",
|
|
28732
|
+
"tier": 1,
|
|
28733
|
+
"set": "wintersBite",
|
|
28734
|
+
"event": "azureSolstice",
|
|
28735
|
+
"season": "gutsAndGlory",
|
|
28736
|
+
"basic": "icyTears",
|
|
28737
|
+
"required": {
|
|
28738
|
+
"roselleCloth": 10,
|
|
28739
|
+
"magnetiteIngot": 10,
|
|
28740
|
+
"hubacHeirloom": 5,
|
|
28741
|
+
"torsionSpring": 5,
|
|
28742
|
+
"wyrmVolatileNapalm": 2,
|
|
28743
|
+
"artisansRefinementPack": 3
|
|
28744
|
+
},
|
|
28745
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28746
|
+
"dateAdded": "2025-12-09",
|
|
28747
|
+
"lastUpdated": "2025-12-09"
|
|
28748
|
+
},
|
|
28749
|
+
"frigidGloom": {
|
|
28750
|
+
"id": "frigidGloom",
|
|
28751
|
+
"type": "sailsColor",
|
|
28752
|
+
"tier": 1,
|
|
28753
|
+
"set": "wintersBite",
|
|
28754
|
+
"event": "azureSolstice",
|
|
28755
|
+
"season": "gutsAndGlory",
|
|
28756
|
+
"basic": "wintertide",
|
|
28757
|
+
"effect": "emissive",
|
|
28758
|
+
"required": {
|
|
28759
|
+
"roselleCloth": 10,
|
|
28760
|
+
"magnetiteIngot": 10,
|
|
28761
|
+
"plateGlass": 7,
|
|
28762
|
+
"torsionSpring": 5,
|
|
28763
|
+
"wyrmVolatileNapalm": 2,
|
|
28764
|
+
"artisansRefinementPack": 3
|
|
28765
|
+
},
|
|
28766
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28767
|
+
"dateAdded": "2025-12-09",
|
|
28768
|
+
"lastUpdated": "2025-12-09"
|
|
28769
|
+
},
|
|
28770
|
+
"shardsOfLonging": {
|
|
28771
|
+
"id": "shardsOfLonging",
|
|
28772
|
+
"type": "ornaments",
|
|
28773
|
+
"tier": 1,
|
|
28774
|
+
"set": "wintersBite",
|
|
28775
|
+
"event": "azureSolstice",
|
|
28776
|
+
"season": "gutsAndGlory",
|
|
28777
|
+
"basic": "voicesInTheVeins",
|
|
28778
|
+
"effect": "emissive",
|
|
28779
|
+
"required": {
|
|
28780
|
+
"magnetiteIngot": 10,
|
|
28781
|
+
"greenheartPlank": 10,
|
|
28782
|
+
"azureDragonHead": 4,
|
|
28783
|
+
"jadePhoenixStatue": 3,
|
|
28784
|
+
"gannetDenseNiter": 2,
|
|
28785
|
+
"artisansRefinementPack": 3
|
|
28786
|
+
},
|
|
28787
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28788
|
+
"dateAdded": "2025-12-09",
|
|
28789
|
+
"lastUpdated": "2025-12-09"
|
|
28790
|
+
},
|
|
28791
|
+
"curseSpun": {
|
|
28792
|
+
"id": "curseSpun",
|
|
28793
|
+
"type": "hull",
|
|
28794
|
+
"tier": 1,
|
|
28795
|
+
"set": "wintersBite",
|
|
28796
|
+
"event": "azureSolstice",
|
|
28797
|
+
"season": "gutsAndGlory",
|
|
28798
|
+
"basic": "icyVengeance",
|
|
28799
|
+
"required": {
|
|
28800
|
+
"greenheartPlank": 10,
|
|
28801
|
+
"azureDragonHead": 7,
|
|
28802
|
+
"phoenixPinion": 7,
|
|
28803
|
+
"naphtha": 3,
|
|
28804
|
+
"rubber": 3,
|
|
28805
|
+
"artisansRefinementPack": 3
|
|
28806
|
+
},
|
|
28807
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28808
|
+
"dateAdded": "2025-12-09",
|
|
28809
|
+
"lastUpdated": "2025-12-09"
|
|
28810
|
+
},
|
|
28811
|
+
"theLifestealer": {
|
|
28812
|
+
"id": "theLifestealer",
|
|
28813
|
+
"type": "wheel",
|
|
28814
|
+
"tier": 1,
|
|
28815
|
+
"set": "wintersBite",
|
|
28816
|
+
"event": "azureSolstice",
|
|
28817
|
+
"season": "gutsAndGlory",
|
|
28818
|
+
"basic": "bloodlessWheel",
|
|
28819
|
+
"effect": "emissive",
|
|
28820
|
+
"required": {
|
|
28821
|
+
"azureDragonHead": 6,
|
|
28822
|
+
"rubber": 5,
|
|
28823
|
+
"jadePhoenixStatue": 5,
|
|
28824
|
+
"eelSturdyRopes": 1,
|
|
28825
|
+
"gannetDenseNiter": 1,
|
|
28826
|
+
"artisansRefinementPack": 3
|
|
28827
|
+
},
|
|
28828
|
+
"obtainable": ["ubisoftStore","ubisoftStoreRedeemableWithEventToken","upgradeWithMaterials"],
|
|
28829
|
+
"dateAdded": "2025-12-09",
|
|
28830
|
+
"lastUpdated": "2025-12-09"
|
|
28682
28831
|
}
|
|
28683
28832
|
}
|
package/data/items.json
CHANGED
|
@@ -4405,7 +4405,7 @@
|
|
|
4405
4405
|
"rarity": "rare",
|
|
4406
4406
|
"season": "release",
|
|
4407
4407
|
"requiredRank": "kingpin1",
|
|
4408
|
-
"obtainable": ["moonshineChest","moonshineStrongbox"],
|
|
4408
|
+
"obtainable": ["moonshineChest","moonshineStrongbox","harbingersStrongbox"],
|
|
4409
4409
|
"blueprint": "theHelm",
|
|
4410
4410
|
"value": 1,
|
|
4411
4411
|
"weight": 500,
|
|
@@ -4431,7 +4431,7 @@
|
|
|
4431
4431
|
"piercing1"
|
|
4432
4432
|
],
|
|
4433
4433
|
"dateAdded": "2024-02-12",
|
|
4434
|
-
"lastUpdated": "2025-
|
|
4434
|
+
"lastUpdated": "2025-12-09"
|
|
4435
4435
|
},
|
|
4436
4436
|
"dardanellesGun": {
|
|
4437
4437
|
"id": "dardanellesGun",
|
|
@@ -9065,18 +9065,19 @@
|
|
|
9065
9065
|
"season": "chorusOfHavoc",
|
|
9066
9066
|
"weight": 10,
|
|
9067
9067
|
"buffDuration": 1800,
|
|
9068
|
-
"event": ["dragonsRegatta","darktideLullaby"],
|
|
9068
|
+
"event": ["dragonsRegatta","darktideLullaby","azureSolstice"],
|
|
9069
9069
|
"worldEvent": "theWeepingMother",
|
|
9070
9070
|
"obtainable": [
|
|
9071
9071
|
"regattaChest",
|
|
9072
|
-
"regattaContractReward"
|
|
9072
|
+
"regattaContractReward",
|
|
9073
|
+
"azuriteLodestoneSaintAnne"
|
|
9073
9074
|
],
|
|
9074
9075
|
"required": {},
|
|
9075
9076
|
"perks": [
|
|
9076
9077
|
"zongZi"
|
|
9077
9078
|
],
|
|
9078
9079
|
"dateAdded": "2024-07-05",
|
|
9079
|
-
"lastUpdated": "2025-09
|
|
9080
|
+
"lastUpdated": "2025-12-09"
|
|
9080
9081
|
},
|
|
9081
9082
|
"teulingsSpecialSteakDinner": {
|
|
9082
9083
|
"id": "teulingsSpecialSteakDinner",
|
|
@@ -11479,6 +11480,7 @@
|
|
|
11479
11480
|
"season": "shadowsOfTheDeep",
|
|
11480
11481
|
"worldEvent": "theAzureRoyale",
|
|
11481
11482
|
"event": "azureSolstice",
|
|
11483
|
+
"blueprint": "azuriteLodestoneSaintAnne",
|
|
11482
11484
|
"weight": 80,
|
|
11483
11485
|
"gearScore": 20,
|
|
11484
11486
|
"value": 1,
|
|
@@ -11486,14 +11488,19 @@
|
|
|
11486
11488
|
"highVelocityKegs"
|
|
11487
11489
|
],
|
|
11488
11490
|
"required": {
|
|
11489
|
-
"
|
|
11491
|
+
"purifiedSaltpeter": 12,
|
|
11492
|
+
"dryCastingSand": 12,
|
|
11493
|
+
"naphtha": 7,
|
|
11494
|
+
"sinewString": 7,
|
|
11495
|
+
"gannetsSaltpeter": 6,
|
|
11496
|
+
"silver": 3600
|
|
11490
11497
|
},
|
|
11491
11498
|
"obtainable": [
|
|
11492
11499
|
"azureStrongbox",
|
|
11493
11500
|
"azuriteLodestoneSaintAnne"
|
|
11494
11501
|
],
|
|
11495
11502
|
"dateAdded": "2024-12-03",
|
|
11496
|
-
"lastUpdated": "2025-
|
|
11503
|
+
"lastUpdated": "2025-12-09"
|
|
11497
11504
|
},
|
|
11498
11505
|
"nashkar": {
|
|
11499
11506
|
"id": "nashkar",
|
|
@@ -11505,9 +11512,11 @@
|
|
|
11505
11512
|
"azuriteLodestoneSaintAnne",
|
|
11506
11513
|
"ascendedEventCache",
|
|
11507
11514
|
"darktideAltarTelokPenjarah",
|
|
11508
|
-
"ascendedDarktideLullabyEventCache"
|
|
11515
|
+
"ascendedDarktideLullabyEventCache",
|
|
11516
|
+
"ascendedAzureSolsticeEventCache"
|
|
11509
11517
|
],
|
|
11510
|
-
"
|
|
11518
|
+
"blueprint": "azuriteLodestoneSaintAnne",
|
|
11519
|
+
"event": ["azureSolstice","moonshineLarceny","darktideLullaby","azureSolstice"],
|
|
11511
11520
|
"worldEvent": "theAzureRoyale",
|
|
11512
11521
|
"value": 1,
|
|
11513
11522
|
"weight": 500,
|
|
@@ -11523,8 +11532,16 @@
|
|
|
11523
11532
|
"burning2",
|
|
11524
11533
|
"piercing1"
|
|
11525
11534
|
],
|
|
11535
|
+
"required": {
|
|
11536
|
+
"xanthousStone": 6,
|
|
11537
|
+
"purifiedSaltpeter": 7,
|
|
11538
|
+
"rubber": 4,
|
|
11539
|
+
"sinewString": 4,
|
|
11540
|
+
"eelSturdyRopes": 2,
|
|
11541
|
+
"silver": 3630
|
|
11542
|
+
},
|
|
11526
11543
|
"dateAdded": "2024-12-03",
|
|
11527
|
-
"lastUpdated": "2025-09
|
|
11544
|
+
"lastUpdated": "2025-12-09"
|
|
11528
11545
|
},
|
|
11529
11546
|
"dahaaka": {
|
|
11530
11547
|
"id": "dahaaka",
|
|
@@ -12176,7 +12193,7 @@
|
|
|
12176
12193
|
"type": "bombard",
|
|
12177
12194
|
"rarity": "epic",
|
|
12178
12195
|
"season": "ascentIntoChaos",
|
|
12179
|
-
"event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost"],
|
|
12196
|
+
"event": ["theHonorless","moonshineLarceny","darktideLullaby","requiemOfTheLost","azureSolstice"],
|
|
12180
12197
|
"value": 1,
|
|
12181
12198
|
"weight": 500,
|
|
12182
12199
|
"gearScore": 91,
|
|
@@ -12194,7 +12211,9 @@
|
|
|
12194
12211
|
"darktideAltarTelokPenjarah",
|
|
12195
12212
|
"ascendedDarktideLullabyEventCache",
|
|
12196
12213
|
"hallowedGravestoneSaintAnne",
|
|
12197
|
-
"ascendedRequiemOfTheLostEventCache"
|
|
12214
|
+
"ascendedRequiemOfTheLostEventCache",
|
|
12215
|
+
"azuriteLodestoneSaintAnne",
|
|
12216
|
+
"ascendedAzureSolsticeEventCache"
|
|
12198
12217
|
],
|
|
12199
12218
|
"required": {
|
|
12200
12219
|
"bloodiedDoubloon": 1000,
|
|
@@ -12206,7 +12225,7 @@
|
|
|
12206
12225
|
"electric1"
|
|
12207
12226
|
],
|
|
12208
12227
|
"dateAdded": "2025-05-06",
|
|
12209
|
-
"lastUpdated": "2025-
|
|
12228
|
+
"lastUpdated": "2025-12-09"
|
|
12210
12229
|
},
|
|
12211
12230
|
"tearingLongGun1": {
|
|
12212
12231
|
"id": "tearingLongGun1",
|
|
@@ -13896,12 +13915,13 @@
|
|
|
13896
13915
|
"type": "torpedo",
|
|
13897
13916
|
"rarity": "epic",
|
|
13898
13917
|
"season": "oathsOfWar",
|
|
13899
|
-
"event": "darktideLullaby",
|
|
13918
|
+
"event": ["darktideLullaby","azureSolstice"],
|
|
13900
13919
|
"obtainable": [
|
|
13901
13920
|
"darktideAltarTelokPenjarah",
|
|
13902
13921
|
"darktideChest",
|
|
13903
13922
|
"ascendedHellgateSerpentChest",
|
|
13904
|
-
"ascendedDarktideLullabyEventCache"
|
|
13923
|
+
"ascendedDarktideLullabyEventCache",
|
|
13924
|
+
"ascendedAzureSolsticeEventCache"
|
|
13905
13925
|
],
|
|
13906
13926
|
"value": 1,
|
|
13907
13927
|
"weight": 500,
|
|
@@ -13919,7 +13939,7 @@
|
|
|
13919
13939
|
"flooding2"
|
|
13920
13940
|
],
|
|
13921
13941
|
"dateAdded": "2025-07-15",
|
|
13922
|
-
"lastUpdated": "2025-09
|
|
13942
|
+
"lastUpdated": "2025-12-09"
|
|
13923
13943
|
},
|
|
13924
13944
|
"stormVigil": {
|
|
13925
13945
|
"id": "stormVigil",
|
|
@@ -14867,12 +14887,12 @@
|
|
|
14867
14887
|
"value": 1,
|
|
14868
14888
|
"weight": 250,
|
|
14869
14889
|
"gearScore": 35,
|
|
14870
|
-
"obtainable": "azureStrongbox",
|
|
14890
|
+
"obtainable": ["azuriteLodestoneSaintAnne","azureStrongbox"],
|
|
14871
14891
|
"perks": [
|
|
14872
14892
|
"sheetingWinchConsole"
|
|
14873
14893
|
],
|
|
14874
14894
|
"dateAdded": "2025-10-21",
|
|
14875
|
-
"lastUpdated": "2025-
|
|
14895
|
+
"lastUpdated": "2025-12-09"
|
|
14876
14896
|
},
|
|
14877
14897
|
"gimbalRingStores": {
|
|
14878
14898
|
"id": "gimbalRingStores",
|
|
@@ -15089,7 +15109,7 @@
|
|
|
15089
15109
|
"rarity": "epic",
|
|
15090
15110
|
"season": "gutsAndGlory",
|
|
15091
15111
|
"event": "azureSolstice",
|
|
15092
|
-
"obtainable": "azuriteLodestoneSaintAnne",
|
|
15112
|
+
"obtainable": ["azuriteLodestoneSaintAnne","ascendedFrostwailChest","ascendedAzureSolsticeEventCache"],
|
|
15093
15113
|
"value": 1,
|
|
15094
15114
|
"weight": 500,
|
|
15095
15115
|
"gearScore": 91,
|
|
@@ -15105,7 +15125,7 @@
|
|
|
15105
15125
|
"explosive2"
|
|
15106
15126
|
],
|
|
15107
15127
|
"dateAdded": "2025-10-21",
|
|
15108
|
-
"lastUpdated": "2025-
|
|
15128
|
+
"lastUpdated": "2025-12-09"
|
|
15109
15129
|
},
|
|
15110
15130
|
"sloopOfWarUpgrade1": {
|
|
15111
15131
|
"id": "sloopOfWarUpgrade1",
|
|
@@ -15319,11 +15339,12 @@
|
|
|
15319
15339
|
"rarity": "epic",
|
|
15320
15340
|
"season": "gutsAndGlory",
|
|
15321
15341
|
"type": "chest",
|
|
15322
|
-
"
|
|
15342
|
+
"event": ["requiemOfTheLost","azureSolstice"],
|
|
15343
|
+
"obtainable": ["hallowedGravestoneSaintAnne","azuriteLodestoneSaintAnne"],
|
|
15323
15344
|
"value": 1,
|
|
15324
15345
|
"weight": 100,
|
|
15325
15346
|
"dateAdded": "2025-10-21",
|
|
15326
|
-
"lastUpdated": "2025-
|
|
15347
|
+
"lastUpdated": "2025-12-09"
|
|
15327
15348
|
},
|
|
15328
15349
|
"hauntedReapersCache": {
|
|
15329
15350
|
"id": "hauntedReapersCache",
|
|
@@ -15415,5 +15436,48 @@
|
|
|
15415
15436
|
"weight": 100,
|
|
15416
15437
|
"dateAdded": "2025-11-18",
|
|
15417
15438
|
"lastUpdated": "2025-11-18"
|
|
15439
|
+
},
|
|
15440
|
+
"harbingersStrongbox": {
|
|
15441
|
+
"id": "harbingersStrongbox",
|
|
15442
|
+
"rarity": "legendary",
|
|
15443
|
+
"season": "gutsAndGlory",
|
|
15444
|
+
"type": "chest",
|
|
15445
|
+
"event": "azureSolstice",
|
|
15446
|
+
"worldEvent": "azureHarbinger",
|
|
15447
|
+
"obtainable": "azureHarbingerReward",
|
|
15448
|
+
"value": 1,
|
|
15449
|
+
"weight": 100,
|
|
15450
|
+
"dateAdded": "2025-12-09",
|
|
15451
|
+
"lastUpdated": "2025-12-09"
|
|
15452
|
+
},
|
|
15453
|
+
"ascendedFrostwailChest": {
|
|
15454
|
+
"id": "ascendedFrostwailChest",
|
|
15455
|
+
"rarity": "legendary",
|
|
15456
|
+
"season": "gutsAndGlory",
|
|
15457
|
+
"type": "chest",
|
|
15458
|
+
"event": "azureSolstice",
|
|
15459
|
+
"obtainable": "azuriteLodestoneSaintAnne",
|
|
15460
|
+
"value": 1,
|
|
15461
|
+
"weight": 100,
|
|
15462
|
+
"required": {
|
|
15463
|
+
"azuriteGem": 1500
|
|
15464
|
+
},
|
|
15465
|
+
"dateAdded": "2025-12-09",
|
|
15466
|
+
"lastUpdated": "2025-12-09"
|
|
15467
|
+
},
|
|
15468
|
+
"ascendedAzureSolsticeEventCache": {
|
|
15469
|
+
"id": "ascendedAzureSolsticeEventCache",
|
|
15470
|
+
"rarity": "legendary",
|
|
15471
|
+
"season": "gutsAndGlory",
|
|
15472
|
+
"type": "chest",
|
|
15473
|
+
"event": "azureSolstice",
|
|
15474
|
+
"obtainable": "azuriteLodestoneSaintAnne",
|
|
15475
|
+
"value": 1,
|
|
15476
|
+
"weight": 100,
|
|
15477
|
+
"required": {
|
|
15478
|
+
"azuriteGem": 1300
|
|
15479
|
+
},
|
|
15480
|
+
"dateAdded": "2025-12-09",
|
|
15481
|
+
"lastUpdated": "2025-12-09"
|
|
15418
15482
|
}
|
|
15419
15483
|
}
|
package/data/worldEvents.json
CHANGED
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
"jasmineIncenseFlare": {
|
|
288
288
|
"name": "Jasmine Incense Flare",
|
|
289
289
|
"description": "When lit, it gives off a sickly yet pleasant aroma."
|
|
290
|
+
},
|
|
291
|
+
"azureFlare": {
|
|
292
|
+
"name": "Azure Flare",
|
|
293
|
+
"description": "This flare has a terrifying shimmer to it. Perhaps it has some connection to a greater curse..."
|
|
290
294
|
}
|
|
291
295
|
}
|
|
292
296
|
}
|
|
@@ -19973,6 +19973,54 @@
|
|
|
19973
19973
|
"description": {
|
|
19974
19974
|
"general": "The chase makes triumph sweeter"
|
|
19975
19975
|
}
|
|
19976
|
+
},
|
|
19977
|
+
"glacialWonder": {
|
|
19978
|
+
"name": "Glacial Wonder",
|
|
19979
|
+
"description": {
|
|
19980
|
+
"general": "The gunners are afraid to get too close"
|
|
19981
|
+
}
|
|
19982
|
+
},
|
|
19983
|
+
"ghostlyTinges": {
|
|
19984
|
+
"name": "Ghostly Tinges",
|
|
19985
|
+
"description": {
|
|
19986
|
+
"general": "The recollections of the dead endure"
|
|
19987
|
+
}
|
|
19988
|
+
},
|
|
19989
|
+
"stormsBreath": {
|
|
19990
|
+
"name": "Storm's Breath",
|
|
19991
|
+
"description": {
|
|
19992
|
+
"general": "Your fury is a torrent, yet your heart is still"
|
|
19993
|
+
}
|
|
19994
|
+
},
|
|
19995
|
+
"edgesOfDespair": {
|
|
19996
|
+
"name": "Edges of Despair",
|
|
19997
|
+
"description": {
|
|
19998
|
+
"general": "The fight for control rages on"
|
|
19999
|
+
}
|
|
20000
|
+
},
|
|
20001
|
+
"frigidGloom": {
|
|
20002
|
+
"name": "Frigid Gloom",
|
|
20003
|
+
"description": {
|
|
20004
|
+
"general": "You taste dread but is it your enemies' or your own?"
|
|
20005
|
+
}
|
|
20006
|
+
},
|
|
20007
|
+
"shardsOfLonging": {
|
|
20008
|
+
"name": "Shards of Longing",
|
|
20009
|
+
"description": {
|
|
20010
|
+
"general": "That which was broken stands to be remade"
|
|
20011
|
+
}
|
|
20012
|
+
},
|
|
20013
|
+
"curseSpun": {
|
|
20014
|
+
"name": "Curse Spun",
|
|
20015
|
+
"description": {
|
|
20016
|
+
"general": "Touched by forces you do not quite understand"
|
|
20017
|
+
}
|
|
20018
|
+
},
|
|
20019
|
+
"theLifestealer": {
|
|
20020
|
+
"name": "The Lifestealer",
|
|
20021
|
+
"description": {
|
|
20022
|
+
"general": "It takes and takes until nothing is left"
|
|
20023
|
+
}
|
|
19976
20024
|
}
|
|
19977
20025
|
}
|
|
19978
20026
|
}
|
|
@@ -2928,6 +2928,24 @@
|
|
|
2928
2928
|
"description": {
|
|
2929
2929
|
"general": "An opulent chest which may contain cosmetics that are part of Sea of Kingdoms Set"
|
|
2930
2930
|
}
|
|
2931
|
+
},
|
|
2932
|
+
"harbingersStrongbox": {
|
|
2933
|
+
"name": "Harbinger's Strongbox",
|
|
2934
|
+
"description": {
|
|
2935
|
+
"general": "A strongbox from an elite ship of the Azure Fleet. It seems to sap the very warmth from the surrounding air."
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"ascendedFrostwailChest": {
|
|
2939
|
+
"name": "Ascended Frostwail Chest",
|
|
2940
|
+
"description": {
|
|
2941
|
+
"general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"ascendedAzureSolsticeEventCache": {
|
|
2945
|
+
"name": "Ascended Event Cache (Azure Solstice)",
|
|
2946
|
+
"description": {
|
|
2947
|
+
"general": "Contains an Ascended Event weapon."
|
|
2948
|
+
}
|
|
2931
2949
|
}
|
|
2932
2950
|
}
|
|
2933
2951
|
}
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
245
245
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
246
246
|
"unboundReaperReward": "Obtained when defeating the Unbound Reaper",
|
|
247
|
-
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter"
|
|
247
|
+
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
248
|
+
"azureHarbingerReward": "Obtained when defeating the Azure Harbinger"
|
|
248
249
|
}
|
|
249
250
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"azuriteGem": {
|
|
32
32
|
"name": "Azurite Gem",
|
|
33
|
-
"description": ""
|
|
33
|
+
"description": "This gem gleams with an unsettling sheen and feels cold to the touch. So cold it seems to be sapping more than just heat."
|
|
34
34
|
},
|
|
35
35
|
"halfTaels": {
|
|
36
36
|
"name": "Half-Taels",
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"description": "Eine detailreiche Miniatur eines Schiffes in einer Flasche."
|
|
270
270
|
},
|
|
271
271
|
"luxuryDice": {
|
|
272
|
-
"name": "
|
|
273
|
-
"description": "
|
|
272
|
+
"name": "Luxuswürfel",
|
|
273
|
+
"description": "Ein exotisches Set, das für eine Leidenschaft für den Zufall steht."
|
|
274
274
|
},
|
|
275
275
|
"phoenixPouch": {
|
|
276
276
|
"name": "Phönix-Beutel",
|
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
"jasmineIncenseFlare": {
|
|
288
288
|
"name": "Jasmin-Räucherwerk-Leuchtsignal",
|
|
289
289
|
"description": "Gibt, wenn es entzündet wird, ein süßliches und doch angenehmes Aroma ab."
|
|
290
|
+
},
|
|
291
|
+
"azureFlare": {
|
|
292
|
+
"name": "Azurblaues Leuchtsignal",
|
|
293
|
+
"description": "Dieses Leuchtsignal schimmert in einem gruseligen Licht. Vielleicht beherbergt es eine Verbindung zu einem schrecklichen Fluch..."
|
|
290
294
|
}
|
|
291
295
|
}
|
|
292
296
|
}
|