Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class item exotic intrinsics in shared loadouts #10602

Open
modsognir opened this issue Jun 25, 2024 · 1 comment
Open

Class item exotic intrinsics in shared loadouts #10602

modsognir opened this issue Jun 25, 2024 · 1 comment
Labels
Enhancement Feature: Loadout Share Sharing loadouts/builds via link

Comments

@modsognir
Copy link

Proposed change

When applying a new shared loadout, show the intrinsics associated with the shared loadout's class item (eg. the Hunter cloak with Spirit of the Assassin, Spirit of Synthoceps).

How does this fit into your workflow?

Class items exotic intrinsics are a pretty integral part of the loadout. When i'm applying a loadout that was shared with me, i'd want to match both if not at least one, depending on the build.

In addition, if this information was added to the Share API, I could use builders.gg to filter known shared loadouts on the class items I have.

/cc @robojumper

@robojumper
Copy link
Member

Thoughts:

  • At a first glance, this looks similar to our lockedExoticHash. In practice, lockedExoticHash is not used by consumers of loadout shares since it's much more reliable to simply check the equipped armor for an exotic.
  • lockedExoticHash is used in Loadout Optimizer.
  • We could have something like lockedExoticTraits in our Loadouts structure and even let users select traits in Loadout Optimizer
  • This is not particularly interesting for Loadout Optimizer since class items all have the same stats
  • It also wouldn't guarantee that these show up in loadout shares unless the share creation code took care to populate them
  • An alternative might be simply storing them as socketOverrides.

@bhollis bhollis added the Feature: Loadout Share Sharing loadouts/builds via link label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature: Loadout Share Sharing loadouts/builds via link
Projects
None yet
Development

No branches or pull requests

3 participants