View Single Post
  #39  
Old 04-24-2014, 12:11 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,377
Default

Actually that brings up a good question.

There are two paths to take.

ChanceToHit -= ((100 - ChanceToHit) * AdvoidChance)

This would be 68 -= ((100 - 68) * 0.5) == 52

Or:

ChancetoHit = ((100 - ChanceToHit) * 1 + AdvoidChance

This would be ChanceToHit = ((100 - 68) * 1.5) == 48.

The second option is probably more accurate.
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide