Max HP: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 March 2024

  • curprev 08:4408:44, 27 March 2024Renatusro talk contribs 3,599 bytes 0 No edit summary
  • curprev 08:4408:44, 27 March 2024Renatusro talk contribs 3,599 bytes +3,599 Created page with "== General == Max HP (also called MHP) affects HP Recovery, Increase HP Recovery, and Spiritual Cadence. == Calculation == Ragnarok Online does not calculate the base maximum HP of players in real time. Instead, this [http://ro.doddlercon.com/misc/maxhp3.html lookup table] is used. The following is an algorithm how the values of the lookup tables are calculated: <pre> var BASE_HP = 35; BASE_HP += BASE_LEVEL * HP_JOB_B; for (var i = 2; i <= BASE_LEVEL; i++) { B..."