-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Taken from allies before you #5943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taken from allies before you #5943
Conversation
| local alliesTakenBeforeYou = poolTbl.alliesTakenBeforeYou | ||
| if not alliesTakenBeforeYou then | ||
| alliesTakenBeforeYou = {} | ||
| if output.FrostShieldLife then |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
|
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. |
fa28ce3 to
d92a329
Compare
|
(added |
Co-authored-by: QuickStick <31533893+QuickStick123@users.noreply.github.com>
d92a329 to
19713a5
Compare
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 forThe Jinxed Jujumod10% of Damage from Hits is taken from your Spectres' Life before youand the totem mastery
5% of Damage from Hits is taken from your nearest Totem's Life before you