Skip to content

Commit

Permalink
Merge pull request #626 from DestinyItemManager/tfs-source-updates
Browse files Browse the repository at this point in the history
tfs/echoes source updates
  • Loading branch information
delphiactual authored Jun 7, 2024
2 parents a082641 + ff18e3c commit c31f8fd
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 24 deletions.
33 changes: 27 additions & 6 deletions data/sources/category-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export const matchTable: {
extends: ['dcv'],
enteredDCV: 20,
},
{
// ADDED IN SEASON 01
sourceName: 'lostsectors',
desc: ['Lost Sectors'],
},
//{ NO LONGER A VALID SOURCE STRING AS OF SEASON 24
// ADDED IN SEASON 01
// sourceName: 'lostsectors',
// desc: ['Lost Sectors'],
//},
{
// ADDED IN SEASON 01
sourceName: 'edz',
Expand Down Expand Up @@ -147,6 +147,12 @@ export const matchTable: {
],
originTrait: ['Nanotech Tracer Rockets'],
},
{
// ADDED IN SEASON 24
sourceName: 'paleheart',
desc: ['Pale Heart'],
originTrait: ["Dealer's Choice"],
},
// ==========================================================================
// RAIDS
// ==========================================================================
Expand Down Expand Up @@ -437,6 +443,15 @@ export const matchTable: {
enteredDCV: 24,
},
// ==========================================================================
// EPISODES
// ==========================================================================
{
// ADDED IN SEASON 24 AKA EPISODE 1
sourceName: 'echoes',
desc: ['Episode: Echoes', 'Radiolite Bay'],
originTrait: ['Cast No Shadows'],
},
// ==========================================================================
// SEASONAL ACTIVITIES
// ==========================================================================
{
Expand Down Expand Up @@ -739,6 +754,10 @@ export const matchTable: {
extends: ['dcv'],
enteredDCV: 20,
},
{
sourceName: 'rahool',
desc: ['Exotic Armor Focusing'],
},
// ==========================================================================
// MISC
// ==========================================================================
Expand Down Expand Up @@ -926,6 +945,8 @@ export const matchTable: {
'Source: Defeat Combatants or Open Chests',
'Source: "Legendary Trifecta" Triumph',
'Source: "We Stand Unbroken" Quest',
'Source: Starhorse',
'Season of Witch - ARMOR', // UNLESS SOMEONE HAS AN IDEA ON WHERE TO PUT THIS??
],
},
];
Expand All @@ -939,7 +960,7 @@ export const renameTable: {
newName: 'Ornaments - IGNORE',
},
{
hash: [1402439016, 2585665369],
hash: [1402439016, 2585665369, 1581731027],
newName: 'Artifacts - IGNORE',
},
{
Expand Down
13 changes: 1 addition & 12 deletions data/sources/unassigned.json
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{
"536806855": "Source: Episode: Echoes",
"1035822060": "",
"1581731027": "Awoken and Ahamkara magics mingle in the mist rising from this censer as it swings back and forth, back and forth…",
"2306801178": "Source: Episode: Echoes Activities",
"2327253880": "Source: Exploring the Pale Heart",
"2514060836": "Source: Episode: Echoes Enigma Protocol Activity",
"2631398023": "Source: Radiolite Bay Deposits",
"3277652589": "Source: Starhorse",
"3614199681": "Source: Pale Heart Triumph",
"4011186136": "Exotic Armor Focusing"
}
{}
20 changes: 19 additions & 1 deletion output/source-info-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ const D2Sources: {
2844014413, // Pallas Galliot
],
},
echoes: {
sourceHashes: [
536806855, // Source: Episode: Echoes
2306801178, // Source: Episode: Echoes Activities
2514060836, // Source: Episode: Echoes Enigma Protocol Activity
2631398023, // Source: Radiolite Bay Deposits
],
},
edz: {
sourceHashes: [
783399508, // Source: Adventure "Supply and Demand" in the European Dead Zone
Expand Down Expand Up @@ -720,7 +728,6 @@ const D2Sources: {
],
enteredDCV: 20,
},
lostsectors: {},
mars: {
sourceHashes: [
1036506031, // Source: Complete activities and earn rank-up packages on Mars.
Expand Down Expand Up @@ -902,6 +909,12 @@ const D2Sources: {
],
enteredDCV: 20,
},
paleheart: {
sourceHashes: [
2327253880, // Source: Exploring the Pale Heart
3614199681, // Source: Pale Heart Triumph
],
},
'pinnacle-weapon': {
itemHashes: [
578459533, // Wendigo GL3
Expand Down Expand Up @@ -975,6 +988,11 @@ const D2Sources: {
],
enteredDCV: 24,
},
rahool: {
sourceHashes: [
4011186136, // Exotic Armor Focusing
],
},
raid: {
sourceHashes: [
160129377, // Source: "King's Fall" Raid
Expand Down
30 changes: 25 additions & 5 deletions output/source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,16 @@ const D2Sources: {
],
searchString: [],
},
echoes: {
itemHashes: [],
sourceHashes: [
536806855, // Source: Episode: Echoes
2306801178, // Source: Episode: Echoes Activities
2514060836, // Source: Episode: Echoes Enigma Protocol Activity
2631398023, // Source: Radiolite Bay Deposits
],
searchString: [],
},
edz: {
itemHashes: [],
sourceHashes: [
Expand Down Expand Up @@ -1200,11 +1210,6 @@ const D2Sources: {
],
searchString: [],
},
lostsectors: {
itemHashes: [],
sourceHashes: [],
searchString: [],
},
lw: {
itemHashes: [
70083888, // Nation of Beasts
Expand Down Expand Up @@ -1414,6 +1419,14 @@ const D2Sources: {
],
searchString: [],
},
paleheart: {
itemHashes: [],
sourceHashes: [
2327253880, // Source: Exploring the Pale Heart
3614199681, // Source: Pale Heart Triumph
],
searchString: [],
},
'pinnacle-weapon': {
itemHashes: [
578459533, // Wendigo GL3
Expand Down Expand Up @@ -1495,6 +1508,13 @@ const D2Sources: {
],
searchString: [],
},
rahool: {
itemHashes: [],
sourceHashes: [
4011186136, // Exotic Armor Focusing
],
searchString: [],
},
raid: {
itemHashes: [
70083888, // Nation of Beasts
Expand Down

0 comments on commit c31f8fd

Please sign in to comment.