Skip to content

Fix jewels socketed in gloves not importing correctly#2296

Open
LocalIdentity wants to merge 1 commit into
devfrom
fix_gloves-jewel-import
Open

Fix jewels socketed in gloves not importing correctly#2296
LocalIdentity wants to merge 1 commit into
devfrom
fix_gloves-jewel-import

Conversation

@LocalIdentity

Copy link
Copy Markdown
Contributor

Fixes #2294

Description of the problem being solved:

The Jewel is in the second socket of the item so the previous code would try to add the jewel to Gloves Jewel Socket 2 instead of socket 1
We now remove non-jewel types from the index list incase GGG adds other jewel + rune combos in the future

Link to a build that showcases this PR:

https://poe.ninja/poe2/builds/runesofaldur/character/thdxps-2023/Alduten?i=0&search=items%3DSylvan%2527s%2BEffigy

Before screenshot:

image

After screenshot:

image

The Jewel is in the second socket of the item so the previous code would try to add the jewel to Gloves Jewel Socket 2 instead of socket 1
We now remove non jewel types from the index list incase GGG adds other jewel + rune combos in the future
@LocalIdentity LocalIdentity added the bug: behaviour Behavioral differences label Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jewel socket created from rune does not populate on import

1 participant