taxidriveer / Examiner

Fan update for WoW Classic
https://www.curseforge.com/wow/addons/examiner
9 stars 9 forks source link

Counts int as spellpower #7

Open Hosq opened 4 years ago

Hosq commented 4 years ago

Counts intellect as spellpower when "Combine Additive Stats" is selected

Mncdk commented 4 years ago

In addition to above

https://i.imgur.com/5jrUugI.png

vanillalad commented 4 years ago

Can confirm there is some bug when inspecting people with healing spell power, only the healing bonus healing will be displaying correct.

cabbscripts commented 4 years ago

Intellect is not converted to spellpower in classic. All it does is give you more mana.

To fix some effects not being calculated correctly, add the following lines to Examiner\LibGearExam\enUS.lua

{ p = "%+(%d+) Healing Spells", s = { "HEAL" } }, { p = "(%d+) mana every 5 sec%.", s = "MP5" },

edit: made a PR

vanillalad commented 3 years ago

This issue can be closed as it was fixed in: https://github.com/taxidriveer/Examiner/commit/8cdbb193b0ca81f92568dde57673efa684d05178