Update Runegraft of Refraction and add Fury parsing#9509
Update Runegraft of Refraction and add Fury parsing#9509EtherealCarnivore wants to merge 1 commit intoPathOfBuildingCommunity:devfrom
Conversation
Refraction changed from "Skills Chain" to "Projectiles Chain" in 3.28. Fury grants rage on life flask use.
|
FYI You'd have to check if there are changes necessary within |
|
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. |
|
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 |
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.