View Single Post
  #24  
Old 10-24-2016, 02:41 AM
Jimjam Jimjam is offline
Planar Protector


Join Date: Jul 2013
Posts: 12,819
Default

from live, don't know if it exists here:

Now we move onto rogues. If you are a rogue and you are above level 30 and your 'Functional Agility' is greater than 75 you get AC bonuses! They are broken down more easily as an equation than in words:

LevelScaler = PlayerLevel - 26

If Agility < 80: ACBonus = (LevelScaler * 1) / 4

If Agility < 85: ACBonus = (LevelScaler * 2) / 4

If Agility < 90: ACBonus = (LevelScaler * 3) / 4

If Agility < 100: ACBonus = (LevelScaler * 4) / 4

If Agility >= 100: ACBonus = (LevelScaler * 5) / 4

If ACBonus > 12: = 12

This adds on to your worn, not avoidance AC. Obviously not a hugely meaningful amount but it existed).
Last edited by Jimjam; 10-24-2016 at 02:44 AM..