Forums-->Queries and help-->
Author | Defence (attack) |
talent 10% def(att)
and 2 def(att) ~ 10%
is it the same % in dmg formula? | Hmmmz... Without doing the actual math (just going by rough numbers in head) I think Attack is about the same, but for defense it's a matter of how it's applied in the formulae. (If it's applied as a *0,9 multiplier, or a /1,1 divider)
I'm just guessing though. | -IF Attacker's attack>= Defenders' defense:
D=Rnd(min,max)*N*(1-0.03*M)*[1+0.05(Attack-Defense)]
-IF attack<defense:
D=Rnd(min,max)*N*(1-0.03M)/[1+0.05(Defense-Attack)]
its for usual skill points, but how about talent 10% |
This topic is long since last update and considered obsolete for further discussions. Back to topics list
|