Skip to content

Stages for vaal skills #8539

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

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

Blitz54
Copy link
Contributor

@Blitz54 Blitz54 commented Mar 1, 2025

Fixes #5698

Description of the problem being solved:

  • Vaal Blight now has selectable Stages in side bar and Calc page.

  • Vaal Reave also has Stages in side bar and Calc page.
    Vaal Reave and the Reave part of Vaal Reave both scale stacks properly. However, Reave of Refraction only scales to the normal 10 that is possible from a 20q Vaal Reave. Not sure if it's possible, but it would be nice to somehow grab the Vaal Reave max stacks, and apply it to RoR. If the player has enhance linked to the Vaal gem, or has it socketed in Crest of Desire, the stacks would be over 10 and RoR has no idea.

  • Vaal Blade Flurry also has stages like above.
    Vaal Blade Flurry has no cap on the max stages currently. This is because the skill ends once the circle reaches 9m. Increased AoE affects this. With 89% increased AoE in game, it only took 11/12 stages for it to auto end at 9m. Decreased AoE would make the skill hit more stages before 9m. I also am not sure on where to get the secondary radius for the aoe on enemies. I set it to 1m for now.

  • Vaal Flameblast wasn't applying decreased AoE per stage, it was looking for regular flame blast.

  • Vaal Flameblast base radius increased to 45, from update 3.14.

Current Issues:
Vaal Blade Flurry applies 50% less damage to player at all times, regardless if it's the active skill. This is in the current release, not from this PR.

Link to a build that showcases this PR:

https://pobb.in/6MwWYCMzXy3M

Before screenshot:

After screenshot:

image
image
image

@Blitz54 Blitz54 force-pushed the stages-for-skills branch from bc9c774 to 5ff6f36 Compare March 1, 2025 11:05
@Blitz54 Blitz54 changed the title Stages for skills Stages for vaal skills Mar 1, 2025
@Paliak Paliak added the enhancement New feature, calculation, or mod label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, calculation, or mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for stages on certain vaal skills
2 participants