Okay, there are several forumale used to calculate damage, accuracy, critical hit rates and all that. I just wanted to know where I could go to edit those values. You see in my current project, there can't be really high damage numbers, and the value of attacks need to be based primarily off of the weapon themselves. What I want is to have something like,
Weapon: Bronze Sword (Attack 10)
Strength: 170
I wanted to do it so that Strength is a percentile value that affects the weapon's primary damage. Such as like,
10 (1+.17%) = 11.7 Rounded up to 12.
Does anyone know how to do something like this?
Weapon: Bronze Sword (Attack 10)
Strength: 170
I wanted to do it so that Strength is a percentile value that affects the weapon's primary damage. Such as like,
10 (1+.17%) = 11.7 Rounded up to 12.
Does anyone know how to do something like this?