Skip to content

Commit

Permalink
Merge pull request #10957 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 Feb 22, 2025
2 parents 8c408d9 + 3fb7bc4 commit 05840ee
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/d2/empty-plug-hashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const emptyPlugHashes = new Set<number>([
4216349042, // Experience Mod Socket (Experience Ghost Mod, enhancements.ghosts_experience)
2085536058, // Flickering Blessing Mod Socket (Flickering Blessing Destination Mod, schism_boons.destination_mods.efficiency)
1656746282, // Locked Artifice Socket (Artifice Armor Mod, enhancements.artifice.exotic)
2426387438, // No Projection (Restore Defaults, hologram)
3725942064, // Pale Blessing Mod Socket (Pale Blessing Destination Mod, schism_boons.destination_mods.playstyle)
1692473496, // Protocol Socket (v700.weapons.mods.mission_avalon)
760030801, // Tracking Mod Socket (Tracking Ghost Mod, enhancements.ghosts_tracking)
Expand Down
2 changes: 2 additions & 0 deletions src/data/d2/extended-breaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"1047932517": 2611060930,
"1264955704": 2611060930,
"1443166262": 485622768,
"1734844650": 3178805705,
"1955548646": 485622768,
"2068320776": 3178805705,
"2415768376": 3178805705,
"2879305550": 3178805705,
"3487253372": 485622768,
Expand Down
49 changes: 49 additions & 0 deletions src/data/d2/missing-source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1479,18 +1479,33 @@ const missingSources: { [key: string]: number[] } = {
3864896927, // Nightmare Harvester
],
heresy: [
267671509, // Skull of the Flain
571745874, // Hooks of the Flain
601574723, // Adamantite (Adept)
608948636, // Carapace of the Flain
615373993, // Eyes Unveiled
704410186, // Psychopomp (Adept)
768610585, // Watchful Eye
861521336, // Afterlight (Adept)
874160718, // Claws of the Flain
1274101249, // Mask of the Flain
1930656621, // Husk's Cloak
2112020760, // Grasps of the Flain
2299285295, // Adornment of the Flain
2319342865, // Attendant's Mark
2501377328, // Division (Adept)
2501618648, // Visage of the Flain
2578940720, // Scales of the Flain
2755584425, // Refusal of the Call (Adept)
2791329915, // Talons of the Flain
2856225832, // Watchful Eye (Adept)
2965319081, // Reach of the Flain
2987244302, // Adamantite
3054597646, // Abyssal Edge (Adept)
3238482084, // Grips of the Flain
3840794631, // Psychopomp
3949253499, // Anamnesis (Adept)
4012478142, // Weaver's Bond
4116546788, // Mirror Imago (Adept)
4173311704, // Eyes Unveiled (Adept)
4221591387, // Abyssal Edge
Expand Down Expand Up @@ -3028,6 +3043,40 @@ const missingSources: { [key: string]: number[] } = {
4138296191, // The Shelter in Place
4288492921, // Vigil of Heroes
],
sundered: [
267671509, // Skull of the Flain
571745874, // Hooks of the Flain
608948636, // Carapace of the Flain
874160718, // Claws of the Flain
1274101249, // Mask of the Flain
1930656621, // Husk's Cloak
2112020760, // Grasps of the Flain
2299285295, // Adornment of the Flain
2319342865, // Attendant's Mark
2501618648, // Visage of the Flain
2578940720, // Scales of the Flain
2791329915, // Talons of the Flain
2965319081, // Reach of the Flain
3238482084, // Grips of the Flain
4012478142, // Weaver's Bond
],
sundereddoctrine: [
267671509, // Skull of the Flain
571745874, // Hooks of the Flain
608948636, // Carapace of the Flain
874160718, // Claws of the Flain
1274101249, // Mask of the Flain
1930656621, // Husk's Cloak
2112020760, // Grasps of the Flain
2299285295, // Adornment of the Flain
2319342865, // Attendant's Mark
2501618648, // Visage of the Flain
2578940720, // Scales of the Flain
2791329915, // Talons of the Flain
2965319081, // Reach of the Flain
3238482084, // Grips of the Flain
4012478142, // Weaver's Bond
],
tangled: [
177829853, // Scatterhorn Bond
218523139, // Scatterhorn Grasps
Expand Down
8 changes: 8 additions & 0 deletions src/data/d2/source-info-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ const D2Sources: {
1597738585, // Source: "Spire of the Watcher" Dungeon
1745960977, // Source: "Pit of Heresy" Dungeon
2463956052, // Source: Vesper's Host
2607970476, // Source: Sundered Doctrine
3288974535, // Source: "Ghosts of the Deep" Dungeon
],
itemHashes: [
Expand Down Expand Up @@ -641,6 +642,7 @@ const D2Sources: {
heresy: {
sourceHashes: [
1341921330, // Source: Episode: Heresy Activities
2607970476, // Source: Sundered Doctrine
3507911332, // Source: Episode: Heresy
],
},
Expand Down Expand Up @@ -1368,6 +1370,12 @@ const D2Sources: {
],
aliases: ['zavala'],
},
sundereddoctrine: {
sourceHashes: [
2607970476, // Source: Sundered Doctrine
],
aliases: ['sundered'],
},
sundial: {
sourceHashes: [
1618754228, // Source: Sundial Activity on Mercury
Expand Down
16 changes: 16 additions & 0 deletions src/data/d2/source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ const D2Sources: {
1597738585, // Source: "Spire of the Watcher" Dungeon
1745960977, // Source: "Pit of Heresy" Dungeon
2463956052, // Source: Vesper's Host
2607970476, // Source: Sundered Doctrine
3288974535, // Source: "Ghosts of the Deep" Dungeon
],
searchString: [],
Expand Down Expand Up @@ -1068,6 +1069,7 @@ const D2Sources: {
itemHashes: [],
sourceHashes: [
1341921330, // Source: Episode: Heresy Activities
2607970476, // Source: Sundered Doctrine
3507911332, // Source: Episode: Heresy
],
searchString: [],
Expand Down Expand Up @@ -2073,6 +2075,20 @@ const D2Sources: {
],
searchString: [],
},
sundered: {
itemHashes: [],
sourceHashes: [
2607970476, // Source: Sundered Doctrine
],
searchString: [],
},
sundereddoctrine: {
itemHashes: [],
sourceHashes: [
2607970476, // Source: Sundered Doctrine
],
searchString: [],
},
sundial: {
itemHashes: [],
sourceHashes: [
Expand Down

0 comments on commit 05840ee

Please sign in to comment.