Skip to content

Commit

Permalink
Merge pull request #364 from DestinyItemManager/glaives
Browse files Browse the repository at this point in the history
Glaive / Throne World Pursuits
  • Loading branch information
delphiactual committed Apr 12, 2022
2 parents 7bf39b2 + 5b7f03b commit 50af26f
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 11 deletions.
13 changes: 11 additions & 2 deletions data/bounties/bounty-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const enum DestinationHash {
Moon = 677774031,
Europa = 1729879943,
Cosmodrome = 3990611421,
ThroneWorld = 2244580325,
}

// Damage hashes
Expand Down Expand Up @@ -163,7 +164,11 @@ export const matchTable: {
desc: ['Cosmodrome'],
label: ['cosmodrome.bounties'],
},

{
assign: { Destination: [DestinationHash.ThroneWorld] },
desc: ['Throne World'],
label: ['throneworld.bounties'],
},
{
assign: { ActivityMode: [ActivityModeHash.daresOfEternity] },
label: [/eternity.bounties/],
Expand Down Expand Up @@ -310,7 +315,11 @@ export const matchTable: {
desc: ['Trace Rifle'],
obj: ['Trace Rifle'],
},

{
assign: { ItemCategory: [ItemCategoryHashes.Glaives] },
desc: ['Glaive'],
obj: ['Glaive'],
},
// Kill Type
{
assign: { KillType: [KillType.Super] },
Expand Down
Loading

0 comments on commit 50af26f

Please sign in to comment.