-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update uniques for 3.26 #8642
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
Merged
Merged
Update uniques for 3.26 #8642
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Icicle Burst skill triggered by the Cameria's Avarice Unique One Handed Mace now has a cooldown of 0.3 seconds (from 0.5 seconds) and deals 200% of base and added damage (previously 150%). The Divinity Buff granted by the Garb of the Ephemeral Unique Body Armour now grants 75% more Elemental Damage (previously 50%) and 25% less Elemental Damage taken (previously 20%). The Void Shot Skill granted by the Voidfletcher Unique Quiver now deals 100% more Area Damage (previously 25%).
Wires77
approved these changes
Jun 11, 2025
Ariacell
pushed a commit
to Ariacell/PathOfBuilding
that referenced
this pull request
Jun 11, 2025
* start adding unique changes * easy uniques done * more uniques * updated ModCache * Devouring Diadem * Skills changes for the following uniques: The Icicle Burst skill triggered by the Cameria's Avarice Unique One Handed Mace now has a cooldown of 0.3 seconds (from 0.5 seconds) and deals 200% of base and added damage (previously 150%). The Divinity Buff granted by the Garb of the Ephemeral Unique Body Armour now grants 75% more Elemental Damage (previously 50%) and 25% less Elemental Damage taken (previously 20%). The Void Shot Skill granted by the Voidfletcher Unique Quiver now deals 100% more Area Damage (previously 25%). * whitespace * undo changes to autogenerated files * fixed corrupted Blood immunity wording * update ModCache * Fix a few misses in 3.26 unique changes * Update ModCache --------- Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8641 .
Description of the problem being solved:
Patch 3.26 buffs a bunch of old uniques (see https://www.pathofexile.com/forum/view-thread/3787013#uniqueitemchanges). This adds the numerical changes.
The missing items are either Catarina's items which are going to get new veiled mods (not much point adding them here if the code for that is going to be rewritten anyway) or are implemented in the
/src/Data/Skills/other.luafile, which is auto generated.Steps taken to verify a working solution:
Link to a build that showcases this PR:
none
Before screenshot:
too many to list
After screenshot:
too many to list