Skip to content

Add support for select pseudo stats in trader weights - #10085

Draft
vaisest wants to merge 1 commit into
PathOfBuildingCommunity:devfrom
vaisest:pseudo-trader
Draft

Add support for select pseudo stats in trader weights#10085
vaisest wants to merge 1 commit into
PathOfBuildingCommunity:devfrom
vaisest:pseudo-trader

Conversation

@vaisest

@vaisest vaisest commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

This PR tries to solve the problem of having a lot of duplicate stats in the trader weights, which is a pretty big problem in PoE1 since there is an insane amount of mods. This is done by adding hardcoded mappings for single resist and attribute stats, and by banning the equivalent hybrid stats.

This already does quite a lot, but I think it would be a good idea to add more things since duplicating e.g. enchant + implicit + explicit a bit silly. However, there are some problems there. Firstly any overlap between different pseudo mods will inflate the result score. For example pseudo life + pseudo strength is not correct. Secondly, some texts don't match up. For example pseudo incr phys % includes local phys %, but pseudo flat phys does not (it's in phys to attacks). Thirdly there are garbage mods like the conditional eldritch mods which would count in pseudo stats.

Steps taken to verify a working solution:

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

@vaisest vaisest changed the title Add support for selected pseudo stats in trader weights Add support for select pseudo stats in trader weights Aug 1, 2026
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.

1 participant