Skip to content

Commit

Permalink
Merge pull request #580 from bjacobel/brave
Browse files Browse the repository at this point in the history
Categorize Whisper and Zero Hour under ITL. Add "Brave" category.
  • Loading branch information
delphiactual authored Apr 15, 2024
2 parents d15cac9 + cd4a627 commit abb2815
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 4 deletions.
8 changes: 7 additions & 1 deletion data/sources/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
],
"alias": ["ada"]
},
"brave": {
"includes": ["Into the Light"],
"items": ["3098328572","4043921923","2480074702","3757612024","2499720827","243425374","211732170","205225492","2533990645","3851176026","570866107","568611923"]
},
"calus": {
"includes": ["leviathan", "menagerie", "crown of sorrow"],
"excludes": ["chalice"],
Expand Down Expand Up @@ -540,7 +544,9 @@
"includes": ["Eternity", "Grasp of Avarice", "Magnum Opus", "And Out Fly the Wolves"]
},
"intothelight": {
"includes": ["Into the Light"]
"includes": ["Into the Light", "Exotic Mission \"The Whisper\"", "Exotic Mission \"Zero Hour\""],
"items": ["3098328572","4043921923","2480074702","3757612024","2499720827","243425374","211732170","205225492","2533990645","3851176026","570866107","568611923"],
"alias": ["itl"]
},
"wellspring": {
"includes": ["Wellspring", "All the Spring's Riches", "Warden of the Spring"]
Expand Down
2 changes: 0 additions & 2 deletions data/sources/unassigned.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"561126969": "Source: \"Starcrossed\" Mission",
"1035822060": "",
"1085506849": "Source: \"We Stand Unbroken\" Quest, Week 8",
"1388323447": "Source: Exotic Mission \"The Whisper\"",
"1664308183": "Source: Season of the Wish Activities",
"1751739544": "Source: \"We Stand Unbroken\" Quest, Week 5",
"1902517582": "Source: Where's Archie?",
"2068312112": "Source: Exotic Mission \"Zero Hour\"",
"2585665369": "A foreboding staff bearing engravings of Hive runes and bound with mystical charms.",
"2671038131": "",
"2959452483": "",
Expand Down
18 changes: 18 additions & 0 deletions output/missing-source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ const missingSources: { [key: string]: number[] } = {
blackarmory: [
2533990645, // Blast Furnace
],
brave: [
211732170, // Hammerhead
243425374, // Falling Guillotine
570866107, // Succession
2228325504, // Edge Transit
2499720827, // Midnight Coup
3757612024, // Luna's Howl
3851176026, // Elsie's Rifle
],
calus: [
17280095, // Shadow's Strides
30962015, // Boots of the Ace-Defiant
Expand Down Expand Up @@ -1965,6 +1974,15 @@ const missingSources: { [key: string]: number[] } = {
4211068696, // Iron Truage Legs
4248834293, // Iron Remembrance Vest
],
itl: [
211732170, // Hammerhead
243425374, // Falling Guillotine
570866107, // Succession
2228325504, // Edge Transit
2499720827, // Midnight Coup
3757612024, // Luna's Howl
3851176026, // Elsie's Rifle
],
kf: [
3414225760, // Touch of Malice
],
Expand Down
59 changes: 58 additions & 1 deletion output/source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,26 @@ const D2Sources: {
],
searchString: [],
},
brave: {
itemHashes: [
205225492, // Hung Jury SR4
211732170, // Hammerhead
243425374, // Falling Guillotine
568611923, // Edge Transit
570866107, // Succession
2480074702, // Forbearance
2499720827, // Midnight Coup
2533990645, // Blast Furnace
3098328572, // The Recluse
3757612024, // Luna's Howl
3851176026, // Elsie's Rifle
4043921923, // The Mountaintop
],
sourceHashes: [
2952071500, // Source: Into the Light
],
searchString: [],
},
calus: {
itemHashes: [
1661191192, // The Tribute Hall
Expand Down Expand Up @@ -781,8 +801,23 @@ const D2Sources: {
searchString: [],
},
intothelight: {
itemHashes: [],
itemHashes: [
205225492, // Hung Jury SR4
211732170, // Hammerhead
243425374, // Falling Guillotine
568611923, // Edge Transit
570866107, // Succession
2480074702, // Forbearance
2499720827, // Midnight Coup
2533990645, // Blast Furnace
3098328572, // The Recluse
3757612024, // Luna's Howl
3851176026, // Elsie's Rifle
4043921923, // The Mountaintop
],
sourceHashes: [
1388323447, // Source: Exotic Mission "The Whisper"
2068312112, // Source: Exotic Mission "Zero Hour"
2952071500, // Source: Into the Light
],
searchString: [],
Expand Down Expand Up @@ -822,6 +857,28 @@ const D2Sources: {
],
searchString: [],
},
itl: {
itemHashes: [
205225492, // Hung Jury SR4
211732170, // Hammerhead
243425374, // Falling Guillotine
568611923, // Edge Transit
570866107, // Succession
2480074702, // Forbearance
2499720827, // Midnight Coup
2533990645, // Blast Furnace
3098328572, // The Recluse
3757612024, // Luna's Howl
3851176026, // Elsie's Rifle
4043921923, // The Mountaintop
],
sourceHashes: [
1388323447, // Source: Exotic Mission "The Whisper"
2068312112, // Source: Exotic Mission "Zero Hour"
2952071500, // Source: Into the Light
],
searchString: [],
},
kf: {
itemHashes: [],
sourceHashes: [
Expand Down

0 comments on commit abb2815

Please sign in to comment.