Skip to content

Commit b1f44bd

Browse files
Merge pull request #11006 from DestinyItemManager/d2ai-build
[D2AI] Build Update
2 parents 32096a3 + 88728ea commit b1f44bd

18 files changed

+556
-109
lines changed

src/app/inventory/__snapshots__/d2-stores.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -9148,7 +9148,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
91489148
"Handling": 0,
91499149
"Hash": 35794111,
91509150
"Id": ""6917529200352312365"",
9151-
"Impact": 45,
9151+
"Impact": 59,
91529152
"Kill Tracker": 0,
91539153
"Loadouts": "",
91549154
"Locked": true,

src/data/d2/artifact-breaker-weapon-types.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
10
55
],
66
"2611060930": [
7-
12
7+
12,
8+
2489664120
89
],
910
"3178805705": [
1011
9,

src/data/d2/d2-event-info-v2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const D2EventInfo = {
4141
[D2EventEnum.GUARDIAN_GAMES]: {
4242
name: 'Guardian Games',
4343
shortname: 'games',
44-
sources: [611838069, 1568732528, 2006303146, 2011810450, 2473294025, 3388021959],
44+
sources: [611838069, 1568732528, 2006303146, 2011810450, 2473294025, 3095773956, 3388021959],
4545
engram: [],
4646
},
4747
};

src/data/d2/d2-event-info.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const D2EventInfo = {
4141
6: {
4242
name: 'Guardian Games',
4343
shortname: 'games',
44-
sources: [611838069, 1568732528, 2006303146, 2011810450, 2473294025, 3388021959],
44+
sources: [611838069, 1568732528, 2006303146, 2011810450, 2473294025, 3095773956, 3388021959],
4545
engram: [],
4646
},
4747
};
@@ -84,5 +84,6 @@ export const D2SourcesToEvent = {
8484
2006303146: D2EventEnum.GUARDIAN_GAMES,
8585
2011810450: D2EventEnum.GUARDIAN_GAMES,
8686
2473294025: D2EventEnum.GUARDIAN_GAMES,
87+
3095773956: D2EventEnum.GUARDIAN_GAMES,
8788
3388021959: D2EventEnum.GUARDIAN_GAMES,
8889
};

src/data/d2/generated-enums.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const enum PlugCategoryHashes {
2020
Arrows = 1257608559,
2121
ArtifactBoostsColumn01 = 3904218908,
2222
ArtifactBoostsColumn02 = 3904218911,
23+
ArtifactBoostsColumn03 = 3904218910,
2324
Barrels = 2833605196,
2425
Batteries = 1757026848,
2526
Blades = 1041766312,

0 commit comments

Comments
 (0)