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 Rupture sometimes applying multiple times #8320

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

majochem
Copy link
Contributor

Fixes #8259 .

Description of the problem being solved:

The global Rupture debuff was not previously not assigned an effect name. Because of that, multiple instances were allowed to apply, as they had different active skills as their source.

I just assigned an effect name, which caused the standard mergeBuff / match functions to be able to properly identify duplicates and only apply the highest values instead.

Steps taken to verify a working solution:

  • Checked number of applied stacks, effect on duration and damage for correctness
  • Checked that different magnitudes from support gem level work correctly
  • Checked that behavior is consistent across different skills

Link to a build that showcases this PR:

https://pobb.in/70IX7nLOCxOZ

Before screenshot:

CalcTooltip_Before
SkillTooltip_Before

After screenshot:

CalcTooltip_After
SkillTooltip_After

@majochem majochem marked this pull request as ready for review September 26, 2024 13:53
@LocalIdentity LocalIdentity changed the title fix issue #8259 - rupture applying multiple times Fix Rupture sometimes applying multiple times Nov 18, 2024
@LocalIdentity LocalIdentity added the bug: behaviour Behavioral differences label Nov 18, 2024
@LocalIdentity LocalIdentity merged commit 76756ff into PathOfBuildingCommunity:dev Nov 18, 2024
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.

Rupture from Rupture Support Gem is applied multiple times when supporting more than one skill
2 participants