Skip to content

Add support for Darkness Enthroned and Atziri's Splendour augment mods#2343

Open
LocalIdentity wants to merge 1 commit into
devfrom
fix_darkness-splendour
Open

Add support for Darkness Enthroned and Atziri's Splendour augment mods#2343
LocalIdentity wants to merge 1 commit into
devfrom
fix_darkness-splendour

Conversation

@LocalIdentity

Copy link
Copy Markdown
Contributor

Fixes #2342
Supersedes #2310

Description of the problem being solved:

Add support for the mod on Darkness Enthroned and added rune slots for it
This fixes the issue where no runes were on the item so the augment effect mod was infinitely scaling
Moved some of the rune or socket checks into functions so they can be reused elsewhere
Atziri's Spendour shows the added soul core stats in the dropdown tooltip
Didn't use ModParser for the lines as it then needs to do extra loops through each item so opted for a simpler approach in Item.lua
Item's tab update is required to the rune list is updated when you change variants on Atziri's Splendour

Link to a build that showcases this PR:

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

Before screenshot:

image image

After screenshot:

image image

Add support for the mod on Darkness Enthroned
`This item gains bonuses from Socketed Items as though it was x`
and
`This item gains bonuses from Socketed Soul Cores as though it was also x`
Moved some of the rune or socket checks into functions so they can be reused elsewhere
Atziri's Spendour shows the added soul core stats in the dropdown tooltip
Didn't use ModParser for the lines as it then needs to do extra loops through each item so opted for a simpler approach in Item.lua
Item's tab update is required to the rune list is updated when you change variants on Atziri's Splendour
@LocalIdentity LocalIdentity added enhancement New feature, calculation, or mod bug: behaviour Behavioral differences labels Jul 2, 2026
@LocalIdentity LocalIdentity changed the title Add support for Darkness Enthrones and Atziri's Splendour augment mods Add support for Darkness Enthroned and Atziri's Splendour augment mods Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences enhancement New feature, calculation, or mod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Darkness Enthroned applying multiple times

1 participant