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

Commits on Sep 1, 2024

  1. Fix Frost Blades of Katabasis DoT not scaling with some mods

    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 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a3536ac View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix DoT Multi mod not working correctly

    LocalIdentity committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    46aea1c View commit details
    Browse the repository at this point in the history