Jump to content
  • 0

1 vit = ? HP


Question

1 answer to this question

Recommended Posts

  • 1
Posted

Right now each Vit increases HP by 1%.

 

In status.c:

status_calc_maxhpsp_pc

 

Find:

max = job_info[idx].base_hp[level-1] * (1 + (max(stat,1) * 0.01)) * ((sd->class_&JOBL_UPPER)?1.25:1);

 

If you want to double the effect of vit you need to change the 0.01 to 0.02.

  • Upvote 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...