Skip to content

Add support for Idolatry and change how Bonded lines are parsed#2366

Open
LocalIdentity wants to merge 1 commit into
devfrom
add_idolatory-bonded
Open

Add support for Idolatry and change how Bonded lines are parsed#2366
LocalIdentity wants to merge 1 commit into
devfrom
add_idolatory-bonded

Conversation

@LocalIdentity

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

Idolatry didn't work as we didn't have any logic for item-specific bonded mod enablers
Bonded mods also relied on us parsing the Bonded: prefix at the start of each line which caused issues for non-piecemeal mods that required their own explicit lines

We now export Bonded modifiers into separate sub-tables instead of adding "Bonded:" as a line prefix.
Fix export of some Bonded mods that had separate stat entries that were not being combined.
e.g. Perfect Resolve Rune did not add the bonded mods for armour, weapons, wands and staves

Rebuild rune mods from rune data, keeping Bonded lines unparsed until they are enabled.
Add tests for many of the new changes.

Steps taken to verify a working solution:

  • Test many existing builds
  • Builds with scaled rune lines to make sure they import correctly
  • Builds using previously broken runes

Link to a build that showcases this PR:

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

Before screenshot:

image image image

After screenshot:

image image image

Export Bonded modifiers into separate rune data sub-tables instead of
adding "Bonded:" as a line prefix.
Fix export of some Bonded mods that had separate stat entries that were not being combined. e.g. Perfect Resolve Rune did not add the bonded mods for armour, weapons, wands and staves

Rebuild rune mods from rune data, keeping Bonded
lines unparsed until they are enabled.
Add support for the global `CanUseBonded` flag and the item-local Idol-only unlock, including socketed augment effect scaling.

Add tests for many of the new changes.
This now fixes all the mods that didn't parse correctly before because they were not a piece-meal mod and required explicit "Bonded:" ModParser lines
@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature, calculation, or mod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant