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 issue #8259 - rupture applying multiple times #8320

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

majochem
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
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
1 participant