Project-Path-of-Exile-Wiki / wiki

A repository for Project Path of Exile Wiki
https://www.poewiki.net/
GNU General Public License v3.0
51 stars 6 forks source link

Energy Blade Text Error #175

Closed roggers-the-bot closed 7 months ago

roggers-the-bot commented 1 year ago

Describe the bug:

https://www.poewiki.net/wiki/Energy_Blade Energy blade has two copies of its min and max damage, conflicting with each other. Does not match in-game text.

Reproduction steps:

Go to https://www.poewiki.net/wiki/Energy_Blade Compare text to in-game text

Browser Used:

Firefox

Bug Severity:

2

blvcksvn commented 1 year ago

Correct text:

Energy Blades have minimum Lightning Damage equal to 2% of Energy Shield, plus (2-12)
Energy Blades have maximum Lightning Damage equal to 40% of Energy Shield, plus (40-235)
Two Handed Energy Blades have 70% more Lightning Damage
Buff grants 50% less Maximum Energy Shield

Exporter text:

Energy Blades have minimum Lightning Damage equal to 0% of Energy Shield, plus (2-12)
Energy Blades have maximum Lightning Damage equal to 0% of Energy Shield, plus (40-235)
Energy Blades have minimum Lightning Damage equal to 2% of Energy Shield, plus 0
Energy Blades have maximum Lightning Damage equal to 40% of Energy Shield, plus 0
Two Handed Energy Blades have 70% more Lightning Damage
Buff grants 50% less Maximum Energy Shield

It appears that the modifiers are being split into two separate modifiers unnecessarily.

blvcksvn commented 7 months ago

https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/146