View Single Post
  #3  
Old 11-14-2012, 05:51 PM
Furniture
Hill Giant
 
Join Date: Aug 2012
Posts: 205
Default

Ok that makes sense, however it seems like the formula is changed a lot in the chance to hit code, where in the avoidance code it calculates it as:

int avoidance = (acmod() + ((GetSkill(DEFENSE) + itembonuses.HeroicAGI/10)*16)/9);

So does that mean the calculation of avoidance with this formula (which is the correct formula based on research) has nothing to do with combat and just for show in your AC values?
Reply With Quote