Skip to content

Conversation

@mauriliogenovese
Copy link
Contributor

Fixes #762

Remove the duplicated skill rows, support gem adds their effect correctly.
Trigger skill entries have been modified to match those from other similar uniques (Earthbound and Dusk Vigil)

@Blitz54
Copy link
Contributor

Blitz54 commented Feb 11, 2025

Modcache.lua is not where changes are made, it's auto generated so this code will get overwritten. It needs to be fixed possibly in ModParser.lua.

Copy link
Contributor

@LocalIdentity LocalIdentity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not how you fix the issue. You'd need to add parsing for the "on Step" and "on critical hit" lines on the items so that they don't grant a skill

@LocalIdentity LocalIdentity added the bug: accuracy Wording differences label Feb 12, 2025
@LocalIdentity LocalIdentity changed the title fix for duplicate unique skill row Fix duplicate skill for Greater Lightning Bolt and Decompose Feb 12, 2025
Copy link
Contributor

@LocalIdentity LocalIdentity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the parsing by removing the lines in ModParser that were parsing these lines and granting the extra skill.
The lines were carried across from PoE 1 and are no longer needed for PoE 2

@LocalIdentity LocalIdentity merged commit f9ec36a into PathOfBuildingCommunity:dev Feb 12, 2025
Blitz54 pushed a commit to Blitz54/PathOfBuilding-PoE2 that referenced this pull request Feb 25, 2025
…uildingCommunity#763)

* fix for duplicate unique skill row

* Fix parsing

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Blitz54 pushed a commit to Blitz54/PathOfBuilding-PoE2 that referenced this pull request Feb 25, 2025
…uildingCommunity#763)

* fix for duplicate unique skill row

* Fix parsing

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Blitz54 pushed a commit to Blitz54/PathOfBuilding-PoE2 that referenced this pull request Feb 25, 2025
…uildingCommunity#763)

* fix for duplicate unique skill row

* Fix parsing

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: accuracy Wording differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate skill row for Corpsewade and Choir of the storm

3 participants