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):
Any advice/hint will be useful.
Thanks.






