View Single Post
09/25/17, 04:40 PM   #11
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
Originally Posted by Gamer1986PAN View Post
Some Values are a bit curious. Like the Ironclad where 51 Points are 19,00 but you need 52 Points to be rounded to 19%. When you only use 51 Points you only get 18%... So i don't need the Addon, but it would be nice to have it because you don't have to double check values like that...
A while ago I reverse engineered the exact formulas for cp.

The problem with tooltips is that it rounds with 2 decimal digits precision. However the actual CP effect function uses floor. So if the function gives a value of 13.997 the tooltip shows 14% while the real effect is 13%.

You can find the exact function in my Constellations addon (starting line 361 in Constellations.lua) or here: http://tamrielfoundry.com/topic/intr...7/#post-680900

Last edited by Solinur : 09/25/17 at 04:44 PM.
  Reply With Quote