[Question]Character base stat calculation

07/08/2014 10:01 hexcode#1
Hello , i try to figure out how character base stat is calculated(Phy Att min-max,Mag Att min-max,Phy def,Mag Def,Hit and Parry ratio).I mean a stat without any weapon/protector and additional attributes.

I found couple calculation formulas about base HP & MP ,and phy & mag balance but nothing about other stats.

From nivlam stat calculation tool i found this formulas about HP & MP ,and phy & mag balance.

STAT CALCULATION

maxstat = 28 + lv * 4;
phy % =(100 - (100 * 2/3 * (maxstat - str ) / maxstat));
mag % =(100 * int / maxstat);

HP = (Math.pow(1.02,(lv - 1)) * str) * 10);
MP = (Math.pow(1.02,(lv - 1)) * int) * 10);

This is a screenshot of china stat for 1,2,3 lvl(without any STAT points added):
[Only registered and activated users can see links. Click Here To Register...]


Any advice/hint will be useful.
Thanks.
07/10/2014 14:12 Xardoo#2
Hit ratio you have incerased with weapon, parry ratio with protector gear, that's all.

As far as I remember you gain 1 hit and 1 parry ratio as each next level.
07/24/2014 13:12 hexcode#3
Yes you are right 1 point hit/parry per level.But i still can't find right formula for base Phisical /Magical Attack /Defense.The closer calculation is:
Phy Att= LVL+STR*0.38
and
Phy Att=STR*0.WEP MASTERY LVL+LVL