Skip to content

Fix parsing Vaal Unique modifiers on items#2357

Merged
Wires77 merged 1 commit into
PathOfBuildingCommunity:devfrom
vaisest:parse-mutated
Jul 8, 2026
Merged

Fix parsing Vaal Unique modifiers on items#2357
Wires77 merged 1 commit into
PathOfBuildingCommunity:devfrom
vaisest:parse-mutated

Conversation

@vaisest

@vaisest vaisest commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

It seems that PoB supports mutated (aka vaal cultivation orb) modifiers properly, but they don't get parsed from items due to the modifier {} text saying "vaal unique" instead of mutated, as was on the non-advanced item strings. This seems to happen simply because the wording doesn't match up with what is defined in the lineFlags variable. I'm not sure if this is hacky, but this seems to work.

This shouldn't change any functionality since as far as I know, the mutated tag doesn't actually do anything (yet?).

Steps taken to verify a working solution:

  • Tests pass
  • Items seem to work as they did

Link to a build that showcases this PR:

Before screenshot:

image

After screenshot:

image

@Wires77 Wires77 changed the title Parse Vaal Unique / Mutated modifier tag on items Fix parsing Vaal Unique modifiers on items Jul 8, 2026
@Wires77 Wires77 added the bug: accuracy Wording differences label Jul 8, 2026
@Wires77 Wires77 merged commit e5a5091 into PathOfBuildingCommunity:dev Jul 8, 2026
5 checks passed
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.

3 participants