Uh oh!
There was an error while loading. Please reload this page.
Update Runegraft of Refraction and add Fury parsing - #9509
Conversation
Refraction changed from "Skills Chain" to "Projectiles Chain" in 3.28. Fury grants rage on life flask use.
majochem
commented
Mar 2, 2026
FYI You'd have to check if there are changes necessary within |
EtherealCarnivore
commented
Mar 2, 2026
Ah yep, missed that comment at the top. You're right that the export should pick up the new wording from the game data on its own. I can revert that file if you want to keep the diff clean - the ModParser and ModCache bits are the actual functional changes anyway. |
EtherealCarnivore
commented
Mar 2, 2026
Spoke with LocalIdentity - two changes based on his feedback:
The ModParser + ModCache changes for both Refraction ("Projectiles Chain +1 times") and Fury ("Gain 3 Rage when you use a Life Flask") are on the |
LocalIdentity
left a comment
There was a problem hiding this comment.
I removed the Tattoo file change as that comes from the game export
d31d44d
into
PathOfBuildingCommunity:devUh oh!
There was an error while loading. Please reload this page.
Description of the problem being solved:
Runegraft of Refraction was changed in 3.28 from "Skills Chain +1 times" to "Projectiles Chain +1 times". Updated the display text and added a parser entry for the new projectile-specific wording.
Also added parsing for Runegraft of Fury's "Gain 3 Rage when you use a Life Flask" so the rage config shows up when it's allocated.
Steps taken to verify a working solution:
Link to a build that showcases this PR:
N/A — Runegraft tree data for these hasn't been exported yet, but the parsing is ready for when it is.