Skip to content

Conversation

@LocalIdentity
Copy link
Contributor

@LocalIdentity LocalIdentity commented Nov 2, 2025

When we were checking to see if a gem could be affected by a possible support gem we were not considering if the gem had a additional granted effect which was the supporting part of the gem
Instead of using the granted effect of the support, we were using the granted effect of the gem which caused a bunch of issues for the code that only expects to deal with supports
Also applied this logic to cross linked supports too as I noticed it had a similar issue

Also made cross link supports skip it's own socketgroup as it's trying to look for other socketgroups that can support it
e.g. Ngamahu's Flame was checking it's own Molten Burst gem group which couldn't possible have supports

Fixes #9137

When we were checking to see if a gem could be affected by a possible support gem we were not considering if the gem had a additional granted effect which was the supporting part of the gem
Instead of using the granted effect of the support, we were using the granted effect of the gem which caused a bunch of issues for the code that only expects to deal with supports
Also applied this logic to cross linked supports too as I noticed it had a similar issue
Also made cross link supports skip it's own socketgroup as it's trying to look for other socketgroups that can support it
e.g. Ngamahu's Flame was checking it's own Molten Burst gem group which couldn't possible have supports
@LocalIdentity LocalIdentity added the crash Causes PoB to crash and is High Priority label Nov 2, 2025
Supports granted by many items do not have any gemData as they are just a grantedEffect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crash Causes PoB to crash and is High Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error pop-up on adding support gems for Infernal Cry when included in Full DPS calculation

2 participants