From Dark and Darker Wiki

(→‎What are Skill/Spell Points?: Changing language to be less ambiguous.)
 
(18 intermediate revisions by 2 users not shown)
Line 2: Line 2:


== What are Skill/Spell Points? ==
== What are Skill/Spell Points? ==
- [[Wizard|Wizard's]] and [[Cleric|Cleric's]] Spells, as well as some skills can be recharged in several ways, where higher tier spells take longer to recharge.  
- Spells (as well as some skills) can be recharged in several ways, where higher tier spells take longer to recharge.  


- Skill/Spell Points, or (SP), refers to how long it will take to recharge which depends solely on the tier.
- Skill/Spell Points, or (SP), refers to how long it will take to recharge which depends solely on the tier.
Line 11: Line 11:


== Recharging Skills/Spells ==
== Recharging Skills/Spells ==
- [[Wizard|Wizard's]] Meditation, [[Healing#Campfires|Campfires]], [[Healing#Resting|Resting]], [[Clarity Potion|Clarity Potions]], and [[Bard|Bard's]] Chorale of Clarity are currently the only ways to recharge SP.
- [[Wizard|Wizard's]] Meditation, [[Healing#Campfires|Campfires]], [[Healing#Resting|Resting]], [[Clarity Potion|Clarity Potions]], and [[Bard|Bard]]'s Chorale of Clarity are currently the only ways to recharge SP.


- When you recharge spells it recharges the base amount listed on the tooltip plus your [[Stats#Spell Memory/Capacity|Spell Capacity]]:
- When you recharge spells it recharges the base amount listed on the tooltip which can be increased by your [[Stats#Spell_Recovery|Spell Recovery]]. Note that Memory Capacity no longer increases this as of Patch #2:


<code>''SP Recharge per tick (SP/tick) = Base Recharge + Spell Capacity''</code>
<code>''SP Recharge per tick (SP/tick) = floor(Base Recharge * (1 + Spell Recovery Bonus))''</code>


- For example, Meditation recharges a base of 34SP and Wizard has a base [[Stats#Spell Memory/Capacity|Spell Capacity]] of 19. This will recharge 53 per tick, or 2 ticks to restore 1 cast of a 100 SP Zap.
- For example, Meditation recharges a base of 34SP and Wizard has a base [[Stats#Spell_Recovery|Spell Recovery]] of 80.5%. This will recharge 61 per tick, or 2 ticks to restore 1 cast of a 100 SP Zap.


- Some skills can also be recharged, currently this only includes [[Fighter|Fighter's]] Second Wind (tier 6, 600 SP) and [[Barbarian|Barbarian's]] Blood Exchange (tier 1, 100 SP). However, they can only be regenerated from [[Healing#Campfires|Campfires]] (not regular sitting, clarity potions, nor chorale of clarity. Additionally, their recharge does not benefit from Spell Capacity.
- Some skills can also be recharged, currently this only includes [[Fighter|Fighter's]] Second Wind (tier 5, 500 SP) and [[Barbarian|Barbarian's]] Blood Exchange (tier 5, 500 SP). However, they can only be regenerated from [[Healing#Campfires|Campfires]] (not regular sitting, clarity potions, nor chorale of clarity. Additionally, their recharge does not benefit from Spell Recovery(?).


== Sources of Skill/Spell Points ==
== Sources of Skill/Spell Points ==
Line 27: Line 27:
* Recovers base 34 SP per tick
* Recovers base 34 SP per tick
* Lasts base of 24s and is sped up by [[Stats#Spell Casting Speed|Spell Casting Speed]]
* Lasts base of 24s and is sped up by [[Stats#Spell Casting Speed|Spell Casting Speed]]
* Each tick takes 1.5s, and is sped up by Spell Casting Speed
* Can restore SP from sitting at the same time


<code>''Modified Duration (s) = 24s/(1 + Spell Casting Speed)''</code>
<code>''Modified Duration (s) = 24s/(1 + Spell Casting Speed)''</code>


* Always has 17 ticks split across the duration
* Always has 17 ticks split across the duration. 16 ticks come from Duration/Tick Interval, and 1 Tick comes from the "instant tick" (see Notes).


=== Campfire ===
=== Campfire ===


* Recovers base 34 SP per tick
* Recovers base 34 SP per tick
* Lasts <span class="colorrarity0">15</span> | <span class="colorrarity1">18</span> | <span class="colorrarity2">21</span> | <span class="colorrarity3">24 </span> | <span class="colorrarity4">27</span> | <span class="colorrarity5">30</span> | <span class="colorrarity6">33</span> | <span class="colorrarity7">36</span> seconds  
* Lasts <span class="colorrarity0">15</span> | <span class="colorrarity1">18</span> | <span class="colorrarity2">21</span> | <span class="colorrarity3">24 </span> | <span class="colorrarity4">27</span> | <span class="colorrarity5">30</span> | <span class="colorrarity6">33</span> | <span class="colorrarity7">36</span> seconds, independent of Buff Duration
* Number of ticks is <span class="colorrarity0">16</span> | <span class="colorrarity1">19</span> | <span class="colorrarity2">22</span> | <span class="colorrarity3">25 </span> | <span class="colorrarity4">28</span> | <span class="colorrarity5">31</span> | <span class="colorrarity6">34</span> | <span class="colorrarity7">37</span>
* Ticks initially and every 1s. Setting up a campfire and then sitting down will cost about 2 ticks.
* Overwrites SP gained from Sitting/Resting, even though the [[Healing]] is not overwritten.
 


=== Sitting/Resting ===
=== Sitting/Resting ===


* Recovers base 8 SP per tick
* Recovers base 17 SP per tick
* Lasts as long as you remain sitting
* Lasts as long as you remain sitting
* Ticks the instant you sit and every 3s there-after
* Ticks initially and every 2s


=== Clarity Potions ===
=== Clarity Potions ===
Line 51: Line 55:
<code>''Modified Duration (s) = Base Duration * (1 + Buff Duration)''</code>
<code>''Modified Duration (s) = Base Duration * (1 + Buff Duration)''</code>


* Number of ticks is 1 more than the duration
* Ticks initially and every 1s


<code>''Number of ticks (ticks) = 1 + roundDown(Base Duration * (1 + Buff Duration))''</code>
<code>''Number of ticks (ticks) = 1 + floor(Base Duration * (1 + Buff Duration))''</code>


=== Bard's Chorale of Clarity ===
=== Bard's Chorale of Clarity ===


* Recovers base 2 SP per tick
* Recovers base 8 SP per tick
* Lasts 8/16/24 (s) based on song quality and is increased by receiver's [[Stats#Buff Duration|Buff Duration]]
* Lasts 8/16/24 (s) at 20 [[Stats#Persuasiveness|Persuasiveness]] (on the Bard) based on song quality and is increased by receiver's [[Stats#Buff Duration|Buff Duration]]


<code>''Modified Duration (s) = Base Duration * (1 + Receivers Buff Duration)''</code>
<code>''Modified Duration (s) = Base Duration * (1 + Receivers Buff Duration)''</code>


* Number of ticks is 1 more than a third of the duration
* Ticks when initially played and every 2s


<code>''Number of ticks (ticks) = 1 + roundDown(Base Duration * ( 1 + Receivers_Buff_Duration)/3)''</code>
<code>''Number of ticks (ticks) = 1 + floor(Base Duration * ( 1 + Receivers Buff Duration)/2)''</code>


== Notes ==
== Notes ==


* When initiating any form of Restoration, there is one guaranteed "instant tick" granted, before any ticks are counted down. This can be seen with Meditation, which should give 16 ticks when dividing total duration by tick interval, but actually grants 17, as a tick is granted before any time has passed.
* When a full cast is recharged, excess SP will be added towards recharging the next cast.
* Placing campfires yourself will often lose at least 1 tick due to the sitting animation.  
* Placing campfires yourself will often lose at least 1 tick due to the sitting animation.  
* Some ticks are sporadic and aren't exactly every 1s / 3s, although the total recharge is consistent regardless.
* Some ticks are sporadic and aren't exactly every 1s / 3s, although the total recharge is consistent regardless.


== Examples ==
== Examples ==
Using a base kit [[Cleric]] with 12 [[Stats#Spell Memory/Capacity|Spell Capacity]] and 15% [[Stats#Buff Duration|Buff Duration]].  
Using a base kit [[Cleric]] with 73% [[Stats#Spell Recovery|Spell Recovery]] and 10% [[Stats#Buff Duration|Buff Duration]]. Additionally, the [[Bard]] singing Chorale of Clarity has 23 Persuasiveness


=== SP recharged per tick ===
=== SP recharged per tick ===
This recharges 46 SP per tick from Campfire, 20 from Sitting, 29 from Clarity Potions, and 16 from Bard's Chorale of Clarity.  
This recharges 58 SP per tick from Campfire, 29 from Sitting, 29 from Clarity Potions, and 13 from Bard's Chorale of Clarity.


=== Number of ticks ===
=== Number of ticks ===
White Campfires would have 22 ticks, Sitting may have 20 ticks (assuming sitting for 19s), blue Clarity potion would have 10 ticks, and a perfectly played Chorale of Clarity would have 10 ticks.  
Common Campfires would have 22 ticks, Sitting may have 10 ticks (assuming sitting for 19s), common Clarity potion would have 7 ticks, and a perfectly played Chorale of Clarity would have 16 ticks.


=== Total SP recharged ===
=== Total SP recharged ===
<code>''Total amount of recharge (SP) = Recharge per tick * Number of ticks''</code>
<code>''Total amount of recharge (SP) = Recharge per tick * Number of ticks''</code>


This would recharge a total of 1012 SP for a white Campfire, 400 SP for Sitting for 19s, 290 SP for a blue Clarity Potion, and 160 SP for Chorale of Clarity.  
This would recharge a total of 1276 SP for a common Campfire, 290 SP for Sitting for 19s, 203 SP for a common Clarity Potion, and 208 SP for Chorale of Clarity.


=== Total casts recharged ===
=== Total casts recharged ===
Since Lesser Heal is tier 3 and costs 300 SP, white Campfire would recharge 3 casts, Sitting for 19s would recharge just over 1 cast, blue Clarity Potion just short of 1 cast, and Chorale of Clarity only half a cast.
Since Lesser Heal is tier 3 and costs 300 SP, common Campfire would recharge 4.25 casts, Sitting for 19s would recharge 0.97 casts, common Clarity Potion 0.68 casts, and Chorale of Clarity 0.69 casts.
 
 


==Video Guides==
==Video Guides==


{{#evu:https://www.youtube.com/watch?v=SxW_ctrwvAs|alignment=left}}
{{#evu:https://www.youtube.com/watch?v=SxW_ctrwvAs|alignment=left}}

Latest revision as of 20:32, 19 June 2024

Stats Enchantments Damage Health Healing Shield Spell Restoration Experience Action/Interaction/Cast Speed Impact Power Footstep Sound Silence Luck

What are Skill/Spell Points?

- Spells (as well as some skills) can be recharged in several ways, where higher tier spells take longer to recharge.

- Skill/Spell Points, or (SP), refers to how long it will take to recharge which depends solely on the tier.

Recharge Cost (SP) = 100 * Tier

- For example, Zap is a Tier 1 spell, and as such costs 100 SP to restore each cast. Fireball is a Tier 5 and costs 500 SP per cast. 

Recharging Skills/Spells

- Wizard's Meditation, Campfires, Resting, Clarity Potions, and Bard's Chorale of Clarity are currently the only ways to recharge SP.

- When you recharge spells it recharges the base amount listed on the tooltip which can be increased by your Spell Recovery. Note that Memory Capacity no longer increases this as of Patch #2:

SP Recharge per tick (SP/tick) = floor(Base Recharge * (1 + Spell Recovery Bonus))

- For example, Meditation recharges a base of 34SP and Wizard has a base Spell Recovery of 80.5%. This will recharge 61 per tick, or 2 ticks to restore 1 cast of a 100 SP Zap.

- Some skills can also be recharged, currently this only includes Fighter's Second Wind (tier 5, 500 SP) and Barbarian's Blood Exchange (tier 5, 500 SP). However, they can only be regenerated from Campfires (not regular sitting, clarity potions, nor chorale of clarity. Additionally, their recharge does not benefit from Spell Recovery(?).

Sources of Skill/Spell Points

Meditation

  • Recovers base 34 SP per tick
  • Lasts base of 24s and is sped up by Spell Casting Speed
  • Each tick takes 1.5s, and is sped up by Spell Casting Speed
  • Can restore SP from sitting at the same time

Modified Duration (s) = 24s/(1 + Spell Casting Speed)

  • Always has 17 ticks split across the duration. 16 ticks come from Duration/Tick Interval, and 1 Tick comes from the "instant tick" (see Notes).

Campfire

  • Recovers base 34 SP per tick
  • Lasts 15 | 18 | 21 | 24 | 27 | 30 | 33 | 36 seconds, independent of Buff Duration
  • Ticks initially and every 1s. Setting up a campfire and then sitting down will cost about 2 ticks.
  • Overwrites SP gained from Sitting/Resting, even though the Healing is not overwritten.


Sitting/Resting

  • Recovers base 17 SP per tick
  • Lasts as long as you remain sitting
  • Ticks initially and every 2s

Clarity Potions

  • Recovers base 17 SP per tick
  • Lasts 2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 seconds and is increased by your Buff Duration

Modified Duration (s) = Base Duration * (1 + Buff Duration)

  • Ticks initially and every 1s

Number of ticks (ticks) = 1 + floor(Base Duration * (1 + Buff Duration))

Bard's Chorale of Clarity

  • Recovers base 8 SP per tick
  • Lasts 8/16/24 (s) at 20 Persuasiveness (on the Bard) based on song quality and is increased by receiver's Buff Duration

Modified Duration (s) = Base Duration * (1 + Receivers Buff Duration)

  • Ticks when initially played and every 2s

Number of ticks (ticks) = 1 + floor(Base Duration * ( 1 + Receivers Buff Duration)/2)

Notes

  • When initiating any form of Restoration, there is one guaranteed "instant tick" granted, before any ticks are counted down. This can be seen with Meditation, which should give 16 ticks when dividing total duration by tick interval, but actually grants 17, as a tick is granted before any time has passed.
  • When a full cast is recharged, excess SP will be added towards recharging the next cast.
  • Placing campfires yourself will often lose at least 1 tick due to the sitting animation.
  • Some ticks are sporadic and aren't exactly every 1s / 3s, although the total recharge is consistent regardless.


Examples

Using a base kit Cleric with 73% Spell Recovery and 10% Buff Duration. Additionally, the Bard singing Chorale of Clarity has 23 Persuasiveness

SP recharged per tick

This recharges 58 SP per tick from Campfire, 29 from Sitting, 29 from Clarity Potions, and 13 from Bard's Chorale of Clarity.

Number of ticks

Common Campfires would have 22 ticks, Sitting may have 10 ticks (assuming sitting for 19s), common Clarity potion would have 7 ticks, and a perfectly played Chorale of Clarity would have 16 ticks.

Total SP recharged

Total amount of recharge (SP) = Recharge per tick * Number of ticks

This would recharge a total of 1276 SP for a common Campfire, 290 SP for Sitting for 19s, 203 SP for a common Clarity Potion, and 208 SP for Chorale of Clarity.

Total casts recharged

Since Lesser Heal is tier 3 and costs 300 SP, common Campfire would recharge 4.25 casts, Sitting for 19s would recharge 0.97 casts, common Clarity Potion 0.68 casts, and Chorale of Clarity 0.69 casts.


Video Guides