viewing paste Unknown #21251 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
MaxWeight = 5000 + CON * 5 + STR * 5 + Bonuses
MaxHP = (JobHPRate * floor((Level - 1) * 8.5 * 2)) + floor(CON * 17 * 2) + Bonuses
MaxSP = (JobSPRate * floor((Level - 1) * 6.7)) + floor(MNA * 13) + Bonuses + IF(Cleric, Level * 1.675)
 
MinPATK = Level + STR + Bonuses
MaxPATK = Level + STR + Bonuses
MinMATK = Level + INT + Bonuses
MaxMATK = Level + INT + Bonuses
 
DEF = floor(Level / 2) + IF(Warrior, Level  / 4) + Bonuses
MDEF = Level / 4 + MNA / 5 + IF(Wizard, Level / 4) + Bonuses
HR = DEX + Level + IF(Archer, (Level + 4) / 4) + Bonuses
DR = DEX + Level + IF(Archer, Level / 8) + Bonuses
CritHR = DEX + IF(Archer, Level / 5) + Bonuses
CritDR = CON + Bonuses
CritATK = STR + Bonuses
 
HPRegen = Level / 2 + CON + Bonuses
SPRegen = Level / 2 + MNA + Bonuses
Viewed 1028 times, submitted by twolaid.