From 570af4cfee474101e115328ee876f0b8573e43e4 Mon Sep 17 00:00:00 2001 From: Rob Jones Date: Tue, 28 Nov 2023 11:37:13 -0700 Subject: [PATCH] fix s23 sources --- data/sources/categories.json | 16 ++++++++-------- data/sources/unassigned.json | 2 -- output/missing-source-info.ts | 17 +++++++++++++++++ output/source-info.ts | 24 +++++++++++++++++++----- 4 files changed, 44 insertions(+), 15 deletions(-) diff --git a/data/sources/categories.json b/data/sources/categories.json index 85ed9978..9dd62d66 100644 --- a/data/sources/categories.json +++ b/data/sources/categories.json @@ -81,7 +81,7 @@ ] }, "duality": { - "includes": ["Dungeon Duality"] + "includes": ["Dungeon \"Duality\""] }, "dungeon": { "includes": ["Pit of Heresy", "Season of Arrivals dungeon", "Presage", "Let Loose Thy Talons", "Grasp of Avarice", "Dungeon"], @@ -149,7 +149,7 @@ "includes": [ "Banshee-44", "Salvager's Salvo Armament Quest", - "Source: A Sacred Fusion Quest" + "Source: \"A Sacred Fusion\" Quest" ], "excludes": [ "Vanguard", @@ -222,7 +222,7 @@ "nm": { "includes": ["Executor Hideo"] }, "prestige": { "includes": ["Prestige difficulty"] }, "pit": { "includes": ["Pit of Heresy"] }, - "prophecy": { "includes": ["Season of Arrivals dungeon"] }, + "prophecy": { "includes": ["\"Prophecy\" Dungeon"] }, "raid": { "includes": ["raid", "Guide", "Guided", "Not a Scratch", "Rock Bottom"], "items": [ @@ -527,14 +527,14 @@ "items": ["Sojourner's Tale", "Shattered Cipher"] }, "vaultofglass": { - "includes": ["Source: Venus Raid"], + "includes": ["Source: \"Vault of Glass\" Raid"], "alias": ["vog"] }, "lost": { "includes": ["Source: Season of the Lost ritual playlists", "Source: Display of Supremacy, Weekly Challenge"] }, "compass": { - "includes": ["Source: Wayfinder's Compass", "Source: Mission Exorcism", "Source: Display of Supremacy, Weekly Challenge"] + "includes": ["Source: Wayfinder's Compass", "Source: Mission \"Exorcism\"", "Source: Display of Supremacy, Weekly Challenge"] }, "30th": { "includes": ["Eternity", "Grasp of Avarice", "Magnum Opus", "And Out Fly the Wolves"] @@ -564,8 +564,8 @@ }, "ritual-weapon": { "includes": [ - "Source: Earn Ranks in Vanguard, Crucible, or Gambit playlists.", - "Source: Earn ranks in Vanguard strikes, Crucible, or Gambit." + "Source: Earn Ranks in Vanguard, Crucible, or Gambit Playlists", + "Source: Ranks in Vanguard Strikes, Crucible, or Gambit" ], "items": [ "Komodo-4FR", @@ -584,7 +584,7 @@ }, "pinnacle-weapon": { "includes": [ - "Source: Reach a Glory Rank of \"Fabled\" in the Crucible.", + "Source: Glory Rank of \"Fabled\" in the Crucible.", "Source: Reach Glory Rank \"Legend\" in the Crucible.", "Source: Complete the \"Breakneck\" quest from the Drifter.", "Source: Complete the \"Clean Getaway\" quest.", diff --git a/data/sources/unassigned.json b/data/sources/unassigned.json index 5fc1bcf3..b6934c8c 100644 --- a/data/sources/unassigned.json +++ b/data/sources/unassigned.json @@ -21,9 +21,7 @@ "2671038131": "", "2675385179": "Source: Purchase from Suraya Hawthorne", "2959452483": "", - "3100439379": "Source: Mission \"Exorcism\"", "3100467592": "Source: Seasonal Challenges or Repeatable Bounties", - "3512613235": "Source: \"A Sacred Fusion\" Quest", "3564069447": "Source: Flawless Win with a \"Flight of the Pigeon\" Medal", "3747711246": "Source: Defeat Combatants or Open Chests", "3942778906": "Source: Drifter Rank Up Reputation", diff --git a/output/missing-source-info.ts b/output/missing-source-info.ts index 7d500798..f7e8747a 100644 --- a/output/missing-source-info.ts +++ b/output/missing-source-info.ts @@ -1049,6 +1049,23 @@ const missingSources: { [key: string]: number[] } = { 4188366993, // Ancient Apocalypse Robes 4255727106, // Ancient Apocalypse Hood ], + duality: [ + 145651147, // Deep Explorer Vest + 420895300, // Deep Explorer Mark + 1148597205, // Deep Explorer Grasps + 2057955626, // Deep Explorer Vestments + 2499351855, // Deep Explorer Gauntlets + 2649394513, // Deep Explorer Greaves + 2694773307, // Deep Explorer Bond + 2724719415, // Deep Explorer Strides + 2797334754, // Deep Explorer Cloak + 2819810688, // Deep Explorer Boots + 2935559305, // Deep Explorer Plate + 3260781446, // Deep Explorer Gloves + 3270955774, // Deep Explorer Helmet + 3326914239, // Deep Explorer Hood + 4047213660, // Deep Explorer Mask + ], dungeon: [ 51786498, // Vest of the Taken King 145651147, // Deep Explorer Vest diff --git a/output/source-info.ts b/output/source-info.ts index dac2fe32..4d191b37 100644 --- a/output/source-info.ts +++ b/output/source-info.ts @@ -79,6 +79,7 @@ const D2Sources: { 1459595344, // Source: Purchase from Banshee-44 or Ada-1 1788267693, // Source: Earn rank-up packages from Banshee-44. 2986841134, // Source: Salvager's Salvo Armament Quest + 3512613235, // Source: "A Sacred Fusion" Quest ], searchString: [], }, @@ -199,6 +200,7 @@ const D2Sources: { itemHashes: [], sourceHashes: [ 164083100, // Source: Display of Supremacy, Weekly Challenge + 3100439379, // Source: Mission "Exorcism" ], searchString: [], }, @@ -488,7 +490,9 @@ const D2Sources: { }, duality: { itemHashes: [], - sourceHashes: [], + sourceHashes: [ + 1282207663, // Source: Dungeon "Duality" + ], searchString: [], }, dungeon: { @@ -732,6 +736,7 @@ const D2Sources: { 1459595344, // Source: Purchase from Banshee-44 or Ada-1 1788267693, // Source: Earn rank-up packages from Banshee-44. 2986841134, // Source: Salvager's Salvo Armament Quest + 3512613235, // Source: "A Sacred Fusion" Quest ], searchString: [], }, @@ -1081,7 +1086,9 @@ const D2Sources: { }, prophecy: { itemHashes: [], - sourceHashes: [], + sourceHashes: [ + 506073192, // Source: "Prophecy" Dungeon + ], searchString: [], }, psiops: { @@ -1182,7 +1189,10 @@ const D2Sources: { 4184808992, // Adored 4227181568, // Exit Strategy ], - sourceHashes: [], + sourceHashes: [ + 3299964501, // Source: Earn Ranks in Vanguard, Crucible, or Gambit Playlists + 3348906688, // Source: Ranks in Vanguard Strikes, Crucible, or Gambit + ], searchString: [], }, ron: { @@ -1501,7 +1511,9 @@ const D2Sources: { }, vaultofglass: { itemHashes: [], - sourceHashes: [], + sourceHashes: [ + 2065138144, // Source: "Vault of Glass" Raid + ], searchString: [], }, vexoffensive: { @@ -1574,7 +1586,9 @@ const D2Sources: { }, vog: { itemHashes: [], - sourceHashes: [], + sourceHashes: [ + 2065138144, // Source: "Vault of Glass" Raid + ], searchString: [], }, votd: {