SP: 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.

5 February 2024

  • curprev 19:3719:37, 5 February 2024Administrator talk contribs 4,237 bytes +4,237 Created page with "== General == Max SP affects SP Recovery, Increase SP Recovery, and Spiritual Cadence. == Calculation == <pre> var BASE_SP = 10; BASE_SP += BASE_LEVEL * SP_JOB; var MAX_SP = BASE_SP; MAX_SP = Math.floor( MAX_SP * (1 + INT * 0.01) ); MAX_SP += SP_MOD_A; MAX_SP = Math.floor( MAX_SP * (1 + SP_MOD_B * 0.01) ); MAX_SP = Math.floor( MAX_SP * TRANS_MOD ); </pre> Where: :'''SP_JOB''': See the job modifier table :'''SP_MOD_A''': Sum of additive modifiers :'''S..."