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

@vaisestvaisest 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:

imageimage

@vaisestvaisest mentioned this pull request Jul 5, 2026
@vaisestvaisest changed the title Add minion stats to sorting options for trade and treePort minion stat sorting options for trade and treeJul 5, 2026
Comment threadsrc/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
ContributorAuthor

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

vaisestand 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
@LocalIdentityLocalIdentity added the enhancement New feature, calculation, or mod label Jul 20, 2026

@LocalIdentityLocalIdentity 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:devJul 20, 2026
3 checks passed
@LocalIdentityLocalIdentity changed the title Port minion stat sorting options for trade and treeAdd support for sorting my Minion specific statsJul 20, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature, calculation, or mod

Projects

None yet

2 participants

@vaisest@LocalIdentity