Skip to content

Commit

Permalink
Merge pull request #681 from dghost/master
Browse files Browse the repository at this point in the history
Add Vesper's Host items to Dungeon category
  • Loading branch information
delphiactual authored Dec 22, 2024
2 parents 94de0f3 + 8443b10 commit 293b054
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/sources/category-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,14 @@ export const matchTable: {
extends: ['dungeon'],
originTrait: ['Sundering'],
},
{
// ADDED IN SEASON 25 AKA EPISODE 2
sourceName: 'vespershost',
desc: ["Vesper's Host"],
alias: ['vesper'],
extends: ['dungeon'],
originTrait: ['Bray Legacy'],
},
// ==========================================================================
// EXOTIC QUESTS
// ==========================================================================
Expand Down
34 changes: 34 additions & 0 deletions output/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 output/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 output/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 293b054

Please sign in to comment.