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 Frost Blades of Katabasis DoT not scaling with Tinctures and Multistrike #8281

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

LocalIdentity
Copy link
Contributor

Description of the problem being solved:

The DoT portion of the skill was not scaling with the (70-100)% increased Elemental Damage with Melee Weapons mod on Tinctures.
It was also not scaling with the repeat damage on Multistrike. I tested it in game and the repeat damage definitely applies to the DoT component.
The PR removes the skill hit tag from the DoT component so it doesn't incorrectly show hit damage and stats
It also removes crit chance from showing up unless a skill part has a hit component

Link to a build that showcases this PR:

https://pobb.in/VcYcFozucGzG

Before screenshot:

image

After screenshot:

image

The DoT portion of the skill was not scaling with the `(70-100)% increased Elemental Damage with Melee Weapons` mod on Tinctures.
It was also not scaling with the repeat damage on Multistrike. I tested it in game and the repeat damage definitely applies to the DoT component.
The PR removes the skill hit tag from the DoT component so it doesn't incorrectly show hit damage and stats
It also removes crit chance from showing up unless a skill part has a hit component
@LocalIdentity LocalIdentity added the bug: calculation Numerical differences label Sep 1, 2024
@LocalIdentity LocalIdentity merged commit 5667a34 into dev Sep 3, 2024
1 of 2 checks passed
@LocalIdentity LocalIdentity deleted the fix_katabsis-dot branch September 3, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: calculation Numerical differences
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant