Skip to content

Commit

Permalink
Merge pull request #10869 from DestinyItemManager/d2ai-build
Browse files Browse the repository at this point in the history
[D2AI] Build Update
  • Loading branch information
auto-merge-helper[bot] authored Dec 22, 2024
2 parents 08c26c6 + 2b1f561 commit 2a4aac0
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/data/d2/missing-source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3106,6 +3106,40 @@ const missingSources: { [key: string]: number[] } = {
4177448932, // Focusing Wraps
4248997900, // Incisor
],
vesper: [
239405325, // Spacewalk Strides
480133716, // Spacewalk Robes
498496285, // Spacewalk Cover
898451378, // Spacewalk Cowl
1265540521, // Spacewalk Bond
1364804507, // Spacewalk Grasps
2147583688, // Spacewalk Cloak
2155757770, // Spacewalk Mark
2867324653, // Spacewalk Gauntlets
3067211509, // Spacewalk Vest
3113666223, // Spacewalk Greaves
3255995532, // Spacewalk Gloves
3820841619, // Spacewalk Plate
3901727798, // Spacewalk Boots
4036496212, // Spacewalk Helm
],
vespershost: [
239405325, // Spacewalk Strides
480133716, // Spacewalk Robes
498496285, // Spacewalk Cover
898451378, // Spacewalk Cowl
1265540521, // Spacewalk Bond
1364804507, // Spacewalk Grasps
2147583688, // Spacewalk Cloak
2155757770, // Spacewalk Mark
2867324653, // Spacewalk Gauntlets
3067211509, // Spacewalk Vest
3113666223, // Spacewalk Greaves
3255995532, // Spacewalk Gloves
3820841619, // Spacewalk Plate
3901727798, // Spacewalk Boots
4036496212, // Spacewalk Helm
],
votd: [
2480074702, // Forbearance
],
Expand Down
7 changes: 7 additions & 0 deletions src/data/d2/source-info-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ const D2Sources: {
1282207663, // Source: Dungeon "Duality"
1597738585, // Source: "Spire of the Watcher" Dungeon
1745960977, // Source: "Pit of Heresy" Dungeon
2463956052, // Source: Vesper's Host
3288974535, // Source: "Ghosts of the Deep" Dungeon
],
itemHashes: [
Expand Down Expand Up @@ -1384,6 +1385,12 @@ const D2Sources: {
],
aliases: ['vog'],
},
vespershost: {
sourceHashes: [
2463956052, // Source: Vesper's Host
],
aliases: ['vesper'],
},
vexoffensive: {
itemHashes: [
351285766, // Substitutional Alloy Greaves
Expand Down
15 changes: 15 additions & 0 deletions src/data/d2/source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ const D2Sources: {
1282207663, // Source: Dungeon "Duality"
1597738585, // Source: "Spire of the Watcher" Dungeon
1745960977, // Source: "Pit of Heresy" Dungeon
2463956052, // Source: Vesper's Host
3288974535, // Source: "Ghosts of the Deep" Dungeon
],
searchString: [],
Expand Down Expand Up @@ -2068,6 +2069,20 @@ const D2Sources: {
],
searchString: [],
},
vesper: {
itemHashes: [],
sourceHashes: [
2463956052, // Source: Vesper's Host
],
searchString: [],
},
vespershost: {
itemHashes: [],
sourceHashes: [
2463956052, // Source: Vesper's Host
],
searchString: [],
},
vexoffensive: {
itemHashes: [
351285766, // Substitutional Alloy Greaves
Expand Down

0 comments on commit 2a4aac0

Please sign in to comment.