Skip to content

Conversation

@Regisle
Copy link
Member

@Regisle Regisle commented Apr 6, 2023

Reworks how taken from allies before you is handled to make it more generic to make it easier to support more sources in the future (like Vaal Rejuvenation Totem), as well as adding support for
The Jinxed Juju mod 10% of Damage from Hits is taken from your Spectres' Life before you
and the totem mastery 5% of Damage from Hits is taken from your nearest Totem's Life before you

local alliesTakenBeforeYou = poolTbl.alliesTakenBeforeYou
if not alliesTakenBeforeYou then
alliesTakenBeforeYou = {}
if output.FrostShieldLife then
Copy link
Contributor

@QuickStick123 QuickStick123 Apr 6, 2023

Choose a reason for hiding this comment

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

Should frost shield be grouped inside an allies take damage before you table?

Copy link
Member Author

Choose a reason for hiding this comment

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

frost shield is its own entity and doesnt count as you taking the damage, hence being grouped as a "non-you" entity

@QuickStick123
Copy link
Contributor

QuickStick123 commented Apr 6, 2023

The calculations look correct afaik.

The only potential inaccuracy is which takes damage first sceptre or totem but should be irrelevant for the most part.

@QuickStick123 QuickStick123 added the enhancement New feature, calculation, or mod label Apr 6, 2023
@Regisle Regisle force-pushed the takenFromAlliesBeforeYou branch from fa28ce3 to d92a329 Compare April 7, 2023 19:36
@Nightblade
Copy link
Contributor

(added rejuv to pob-dict.txt)

@Regisle Regisle mentioned this pull request Apr 27, 2023
@LocalIdentity LocalIdentity merged commit 374fef7 into PathOfBuildingCommunity:dev Apr 28, 2023
@Regisle Regisle deleted the takenFromAlliesBeforeYou branch April 28, 2023 10:10
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.

5 participants