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

Add support for Bones of Ullr mod and fix Lord of Horrors #740

Merged

Conversation

Blitz54
Copy link
Contributor

@Blitz54 Blitz54 commented Feb 8, 2025

Fixes #772 .

Description of the problem being solved:

Lord of Horrors tree node was parsing incorrectly. It was applying the reduced reservation as a stat to the minion itself I guess? Now it correctly applies reduced reservation to minion skill gems. We still don't increase the reservation according to the number of summoned minions yet using the count box in the skills tab though.

Bones of Ullr apply a 20% reduced reservation to undead minions. Maybe we could parse just "undead minions" as the SkillType.CreatesUndeadMinion, but that doesn't line up with how "minions" is parsed everywhere else, so I chose to just check for the whole text.

Steps taken to verify a working solution:

-Bones of Ullr doesn't apply to SRS in game, which aligns with the PoB2 logic.
-Lords of Horror does apply to SRS in game, which also aligns with PoB2 logic.
-Even though the SRS minion itself has the undead tag in poe2db, I guess they don't count? Not sure why, but PoB2 matches game logic and that's what matters.
-Works properly with the recent PR to count multiple minions. #761

Link to a build that showcases this PR:

https://maxroll.gg/poe2/pob/sp6un058

Before screenshot:

After screenshot:

SRS
image
Skeletal Frost Mage
image
Ullr equipped and node taken with SRS and Skeletal Brute
image

@Blitz54 Blitz54 marked this pull request as ready for review February 12, 2025 15:46
@LocalIdentity LocalIdentity merged commit 3d5d5ae into PathOfBuildingCommunity:dev Mar 10, 2025
@Blitz54 Blitz54 deleted the minion-reservation-nodes branch March 10, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lord of Horrors Node not Applying
2 participants