<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectalfheim.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SP_Recovery</id>
	<title>SP Recovery - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://projectalfheim.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SP_Recovery"/>
	<link rel="alternate" type="text/html" href="https://projectalfheim.net/wiki/index.php?title=SP_Recovery&amp;action=history"/>
	<updated>2026-05-10T04:09:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://projectalfheim.net/wiki/index.php?title=SP_Recovery&amp;diff=11580&amp;oldid=prev</id>
		<title>Alfeditor: Created page with &quot;== 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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://projectalfheim.net/wiki/index.php?title=SP_Recovery&amp;diff=11580&amp;oldid=prev"/>
		<updated>2024-02-24T16:52:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== General == SP regen happens every 4 seconds while sitting and every 8 seconds while standing or walking. The skill &lt;a href=&quot;/wiki/index.php/Magnificat&quot; title=&quot;Magnificat&quot;&gt;Magnificat&lt;/a&gt; halves these times. Being in a fort owned...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== General ==&lt;br /&gt;
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&amp;#039;s guild doubles SP regen. &lt;br /&gt;
&lt;br /&gt;
See also: [[Increase SP Recovery]], [[Spirits Recovery]] &lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
 var SPR = 1;&lt;br /&gt;
 SPR += Math.floor( MAX_SP / 100 );&lt;br /&gt;
 SPR += Math.floor( INT / 6 );&lt;br /&gt;
 if (INT &amp;gt;= 120) {&lt;br /&gt;
  SPR += Math.floor(INT / 2 - 56);&lt;br /&gt;
 }&lt;br /&gt;
 SPR = Math.floor( SPR * (1 + SPR_MOD * 0.01) );&lt;br /&gt;
&lt;br /&gt;
*SPR_MOD : Sum of modifiers&lt;br /&gt;
&lt;br /&gt;
Base value of 1. Then +1 for every 100 SP and +1 for every 6 INT. If INT is at least 120, +1 for every 2 INT above 112. Finally increase by modifiers.&lt;br /&gt;
&lt;br /&gt;
== Modifiers ==&lt;br /&gt;
*Sohee Card: +3% &lt;br /&gt;
*Eggyra Card: +15% &lt;br /&gt;
*Sleipnir: +15% &lt;br /&gt;
*Incubus card: -20% without combo/+10% with &lt;br /&gt;
*Ayam [1]: +3% if equipped by [[TaeKwon Kid| Taekwon]] class character &lt;br /&gt;
&lt;br /&gt;
[[Category: General Information]] [[Category: Mechanics]]&lt;/div&gt;</summary>
		<author><name>Alfeditor</name></author>
		
	</entry>
</feed>