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

Fix gem mods on Forbidden Shako not working correctly with Utula's Hunger #7087

Merged

Conversation

sida-wang
Copy link
Contributor

Description of the problem being solved:

Shako is currently disabling Utula's maximum life when it has a mod that has the word life in it including "Proliferation"
These mods only have the Gem tag.

Hybrid mods from Shaper and Elder seem to have additional tags but these appear to be due to the other line that accompanies them.
E.g. Socketed Gems are Supported by Level X Minion Life (provides the gem tag)
Minions have X% increased maximum Life (hypothesis is that this provides the life and minion tag on the mod)

Proposed solution is to exclude all "socketed gems are supported by" mods from the Utula check.
It was also mentioned that hybrid mods are parsed as two separate lines anyway so the above minion life mod would still fail the Utula check.

Steps taken to verify a working solution:

  • Checked Hiltless to confirm that socketed gems supported by lifetap has no life tag

Before screenshot:

image

After screenshot:

image

@Paliak Paliak added the bug: behaviour Behavioral differences label Dec 18, 2023
@LocalIdentity LocalIdentity changed the title fix: add 'socketed gems are supported by level' to exclusion pattern for utula Fix gem mods on Forbidden Shako not working correctly with Utula's Hunger Dec 18, 2023
@LocalIdentity LocalIdentity merged commit 6087dfb into PathOfBuildingCommunity:dev Dec 18, 2023
2 checks passed
@sida-wang sida-wang deleted the fix-utula-shako branch January 13, 2024 06:41
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.

3 participants