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 Phantasmal Flameblast AoE values #6813

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

LocalIdentity
Copy link
Contributor

Phantasmal Flameblast grants base radius to the gem as its quality effect. It used the active_skill_base_radius_+ stat to grant the extra base radius which was stat mapped to skill("radiusExtra", nil).
This would be overwritten by the stat map on the gem that also used radiusExtra instead of summing the values together. Changed the statMap on the gem to use mod("AreaOfEffect", "BASE") instead so it sums correctly

Phantasmal Flameblast grants base radius to the gem as its quality effect. It used the `active_skill_base_radius_+` stat to grant the extra base radius which was stat mapped to `skill("radiusExtra", nil)`.
This would be overwritten by the stat map on the gem that also used `radiusExtra` instead of summing the values together. Changed the statMap on the gem to use `mod("AreaOfEffect", "BASE")` instead so it sums correctly
@LocalIdentity LocalIdentity added the bug: behaviour Behavioral differences label Oct 12, 2023
@LocalIdentity LocalIdentity merged commit 53cd1b7 into dev Dec 1, 2023
@LocalIdentity LocalIdentity deleted the fix_phantasmal-flameblast branch December 1, 2023 07:21
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.

1 participant