Simple combat formula:
from
Stardock Forums
Att >= def:
Average Damage = def*(def+2) / (6*(att+1)) + (att-def)/2
def >= att:
Average Damage = att*(att+2) / (6*(def+1))
I check this formula for att, def of 1-250 and it is correct. Also, it agrees with the few numbers I checked on the database under the [LIBRARY] button.
Average Damage = def*(def+2) / (6*(att+1)) + (att-def)/2
def >= att:
Average Damage = att*(att+2) / (6*(def+1))
I check this formula for att, def of 1-250 and it is correct. Also, it agrees with the few numbers I checked on the database under the [LIBRARY] button.