Skip to content

Add support for sorting my Minion specific stats#9930

Merged
LocalIdentity merged 5 commits into
PathOfBuildingCommunity:devfrom
vaisest:rework-power
Jul 20, 2026
Merged

Add support for sorting my Minion specific stats#9930
LocalIdentity merged 5 commits into
PathOfBuildingCommunity:devfrom
vaisest:rework-power

Conversation

@vaisest

@vaisest vaisest commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Fixes #2026, fixes #4522, fixes #1335, fixes #7205

Description of the problem being solved:

Ports PathOfBuildingCommunity/PathOfBuilding-PoE2#2261
Fixes #8096 by rewriting the power gain calculations in timeless jewel calc code

Steps taken to verify a working solution:

  • Tests pass
  • Timeless jewel calc works and taken hit power works

Not sure if militant faith works properly as I have no idea how to use the item

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

image image

@vaisest vaisest changed the title Add minion stats to sorting options for trade and tree Port minion stat sorting options for trade and tree Jul 5, 2026
Comment thread src/Modules/Data.lua
end

-- these stats don't exist on minions or generally don't exist on both player and minion
local minionNonApplicableStats = {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should've asked this in the pob2 PR already, but I'm not sure if this filters out enough stats. I'm not exactly sure what stats minions can actually have

Some of the stats like EHP seem to be calculated even though they aren't displayed in the client

vaisest and others added 2 commits July 5, 2026 13:44
Fixes the implementaiton of lower is better stats and cleans up it's usage
Fixes the unique list not using the minion stat sorting correctly
@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Jul 20, 2026

@LocalIdentity LocalIdentity left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed some issues with the unique list and the lower is better sorting but now looks good

@LocalIdentity
LocalIdentity merged commit 3f7cc0d into PathOfBuildingCommunity:dev Jul 20, 2026
3 checks passed
@LocalIdentity LocalIdentity changed the title Port minion stat sorting options for trade and tree Add support for sorting my Minion specific stats Jul 20, 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

2 participants