where can I find the vit = max HP calculation/formula

status.c

Code:
unsigned int status_base_pc_maxhp(struct map_session_data *sd, struct status_data *st) {...	val += val * st->vit/100; // +1% per each point of VIT...}
 
Back
Top