Add support for increased mod magnitude mods and Unborn Lich#2375
Open
vaisest wants to merge 5 commits into
Open
Add support for increased mod magnitude mods and Unborn Lich#2375vaisest wants to merge 5 commits into
vaisest wants to merge 5 commits into
Conversation
09170ad to
ff39c3a
Compare
9fa5a25 to
2c3b476
Compare
06883a9 to
e33f3d2
Compare
vaisest
commented
Jul 14, 2026
| end) | ||
| self.controls.displayItemCatalyst.shown = function() | ||
| return self.displayItem and (self.displayItem.crafted or self.displayItem.hasModTags) and (self.displayItem.base.type == "Amulet" or self.displayItem.base.type == "Ring") | ||
| return self.displayItem and (self.displayItem.crafted or self.displayItem.hasModTags) and (self.displayItem.base.type == "Amulet" or self.displayItem.base.type == "Ring" or self.displayItem.base.type == "Jewel") |
Contributor
Author
There was a problem hiding this comment.
I've also enabled the catalyst menu for jewels. This is slightly unrelated to this PR, but catalysts didn't seem to have any problems with jewels during the making of this PR, so this seems like a safe change. The catalyst lists are the same for both jewellery and jewels.
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
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 #2216, fixes #2300
Description of the problem being solved:
This solves:
Steps taken to verify a working solution:
Link to a build that showcases this PR:
Copy paste twice to work around paste issues (unrelated to this PR)
Before screenshot:
After screenshot:
Path.space.of.space.Building-PoE2_2026-07-13_21-47-40.mp4