Max 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.

27 March 2024

  • curprev 08:4708:47, 27 March 2024Renatusro talk contribs 3,074 bytes +3,074 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 :'''SP_MO..."