All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ragnagoats Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:38, 5 February 2024 Administrator talk contribs created page Increase SP Recovery (Created page with "{{Articles Needing DB Links}} == General == SP regen happens every 4 seconds while sitting and every 8 seconds while standing or walking. The skill Magnificat halves these times. Being in a fort owned by the player's guild doubles SP regen. See also: Increase SP Recovery, Spiritual Cadence == Calculations == var SPR = 1; SPR += Math.floor( MAX_SP / 100 ); SPR += Math.floor( INT / 6 ); if (INT >= 120) { SPR += Math.floor(INT / 2 - 56); } SPR = Math...")