Skip to content

Conversation

@QuickStick123
Copy link
Contributor

Fixes #3847.

Description of the problem being solved:

Add Self Curse Effect to Calcs panel.
Also removed some unnecessary multiplications

Steps taken to verify a working solution:

  • Hovering the curse effect shows the effect breakdown.

Link to a build that showcases this PR:

https://poe.ninja/pob/Bio

Before screenshot:

image

After screenshot:

image

@QuickStick123 QuickStick123 added the enhancement New feature, calculation, or mod label Jul 8, 2022
{ label = "Poison Duration", { format = "{1:output:SelfPoisonDuration}%", { modName = "SelfPoisonDuration" }, }, },
{ label = "Chill Effect", { format = "{1:output:SelfChillEffect}%", { modName = "SelfChillEffect" }, }, },
{ label = "Shock Effect", { format = "{1:output:SelfShockEffect}%", { modName = "SelfShockEffect" }, }, },
{ label = "Curse Effect", { format = "{1:output:CurseEffectOnSelf}%", { modName = "CurseEffectOnSelf" }, }, },
Copy link
Member

Choose a reason for hiding this comment

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

I would instead but this under "Other Defences" (with movement speed, stun, etc) as it's not an ailment

@Wires77 Wires77 merged commit b053b87 into PathOfBuildingCommunity:dev Jul 10, 2022
@QuickStick123 QuickStick123 deleted the curse-effect branch September 15, 2022 01:51
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.

Summarize "Reduced Effect of Curses on You" stat

2 participants