All public logs

Jump to navigation Jump to search

Combined display of all available logs of Wiki RenatusRO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:47, 27 March 2024 Renatusro talk contribs created page Max SP (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...")