Page 1 of 1
dex
Posted: Thu Jul 02, 2015 6:01 am
by roamingranger
what are the dex points for i did not quite understand. i got it bout the strenght and armor but the dex still eluds me
Re: dex
Posted: Thu Jul 02, 2015 11:11 am
by Insider
You can get such basic info in Game Help(in menu):
DEX: Determines the chance to hit an opponent. There is always a small chance to hit ANY opponent with a CRITICAL hit. DEX reduces damage from spells in PVP.
The hit chance with a non-magical attack is calculated like this: If X>0 or your dice_role was 5, you have a successful hit.
dice_role is a random integer from -5 to 5. So to hit a certain number is 1/11. This number is refreshed every strike.
X is a static number, calculated by X = (DEX + dice_roll) - DEX_OPP.
When your DEX >= DEX_OPP+6, you will always hit this opponent!
You need DEX >= DEX_OPP+5 to avoid normal hits by the opponent. Still, by a chance of 1/11, a critical hit can injure you.
----------
To say short - you need Dex 5 more than your opponent to always hit him. If you have less dex you will hit only with chance 1/11.
Re: dex
Posted: Thu Jul 02, 2015 12:57 pm
by Gandalf
Re: dex
Posted: Tue Jul 07, 2015 9:50 pm
by Bence
A good dex/str ballance 1/3