View Single Post
  #5  
Old 02-03-2010, 08:11 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Do we know if the 5% reduction after max level is 5% of the total or 5% of the reduction? In other words, the correct formula would be what I use for one of the following two examples:

lets assume the following
max focus = 30%
reduction after max level = 5%
current level is five levels over max

option one:
the reduction is a direct reduction of the focus percentage
0.30 - (5 * 0.05) = 0.05
resulting focus is 5%

option two:
the reduction is a percentage of the focus that is reduced
0.30 - (5 * 0.05 * 0.30) = 0.225
resulting focus is 22.5%

I never found that information referenced anywhere but perhaps someone else knows. This should also be pretty easy to test on live.
Reply With Quote