Skip to content

Commit

Permalink
Merge pull request #10892 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 Jan 14, 2025
2 parents 10d44fd + 2807b56 commit 7a4e5d3
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/d2/craftable-hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
963574173,
999767358,
1039915310,
1047932517,
1058098236,
1081724548,
1098171824,
Expand Down
1 change: 1 addition & 0 deletions src/data/d2/exotic-to-catalyst-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"814876685": 436556889,
"940371471": 2479567609,
"1034055198": 503301272,
"1047932517": 207103968,
"1111334348": 828471459,
"1234150730": 3022631571,
"1331482397": 1071947311,
Expand Down
1 change: 1 addition & 0 deletions src/data/d2/exotics-with-catalysts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const exoticWeaponHashesWithCatalyst = new Set<number>([
814876685, // Trinity Ghoul
940371471, // Wicked Implement
1034055198, // Necrochasm
1047932517, // Slayer's Fang
1111334348, // Ice Breaker
1234150730, // Trespasser
1331482397, // MIDA Multi-Tool
Expand Down
1 change: 1 addition & 0 deletions src/data/d2/generated-enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ export const enum PlugCategoryHashes {
V800WarlockNewClass0Skins = 1166112530,
V800WarlockNewHead0Skins = 755248998,
V810NewGrenadeLauncher0Skins = 216123502,
V810NewShotgun0Skins = 2093338915,
V810PursuitAutoRifle0Skins = 4116933935,
V810RepackageSniperRifle0Skins = 1428267180,
WarlockArcAspects = 2111409167,
Expand Down
45 changes: 45 additions & 0 deletions src/data/d2/pursuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"Destination": [1729879943],
"DamageType": [3454344768]
},
"5137190": {
"Destination": [697502628]
},
"8819107": {
"Destination": [3607432451]
},
Expand Down Expand Up @@ -513,6 +516,9 @@
"523748088": {
"Destination": [1729879943]
},
"537565097": {
"Destination": [697502628]
},
"541603424": {
"Destination": [1729879943]
},
Expand Down Expand Up @@ -1255,6 +1261,9 @@
"ActivityMode": [1686739444],
"Destination": [677774031]
},
"1268281588": {
"Destination": [2481646875]
},
"1268536442": {
"Destination": [677774031]
},
Expand Down Expand Up @@ -1364,6 +1373,9 @@
"Destination": [677774031],
"ItemCategory": [9]
},
"1339242733": {
"Destination": [697502628]
},
"1339692425": {
"KillType": [2]
},
Expand All @@ -1374,6 +1386,9 @@
"1340580578": {
"Destination": [677774031]
},
"1351032315": {
"ItemCategory": [11]
},
"1352027002": {
"ItemCategory": [9, 1504945536]
},
Expand Down Expand Up @@ -1995,6 +2010,9 @@
"2179804365": {
"Destination": [3990611421]
},
"2184529677": {
"ItemCategory": [11]
},
"2190858661": {
"ActivityMode": [1164760504]
},
Expand Down Expand Up @@ -2452,6 +2470,9 @@
"ActivityMode": [1164760504],
"DamageType": [151347233]
},
"2723085163": {
"Destination": [2481646875]
},
"2729195975": {
"ActivityMode": [608898761]
},
Expand Down Expand Up @@ -3229,6 +3250,9 @@
"3463052439": {
"Destination": [677774031]
},
"3478289684": {
"ItemCategory": [11]
},
"3480928862": {
"DamageType": [2303181850]
},
Expand Down Expand Up @@ -3257,6 +3281,12 @@
"3502555220": {
"ItemCategory": [11]
},
"3502555221": {
"ItemCategory": [11]
},
"3502555223": {
"DamageType": [3454344768, 151347233]
},
"3502555224": {
"ItemCategory": [8]
},
Expand Down Expand Up @@ -3606,6 +3636,9 @@
"3840922406": {
"Destination": [3607432451]
},
"3844875312": {
"Destination": [1729879943]
},
"3846956448": {
"Destination": [2481646875]
},
Expand Down Expand Up @@ -3755,6 +3788,9 @@
"4016941122": {
"Destination": [677774031]
},
"4017388992": {
"Destination": [2481646875]
},
"4019596374": {
"ActivityMode": [3789021730]
},
Expand Down Expand Up @@ -3873,12 +3909,18 @@
"ActivityMode": [1673724806],
"ItemCategory": [153950757, -153950757]
},
"4136175114": {
"ItemCategory": [11]
},
"4136665139": {
"ActivityMode": [1164760504]
},
"4141787158": {
"Destination": [677774031]
},
"4142294839": {
"Destination": [1729879943]
},
"4145233940": {
"Destination": [1729879943],
"ItemCategory": [153950757, -153950757]
Expand Down Expand Up @@ -3994,6 +4036,9 @@
"4276814926": {
"ActivityMode": [1848252830]
},
"4288110855": {
"Destination": [1729879943]
},
"4291849812": {
"DamageType": [2303181850]
}
Expand Down
3 changes: 3 additions & 0 deletions src/data/d2/seasonal-challenges.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"784486740": {
"Destination": [1729879943]
},
"795729072": {
"ItemCategory": [11]
},
"818207360": {
"DamageType": [3373582085]
},
Expand Down
Loading

0 comments on commit 7a4e5d3

Please sign in to comment.