From Dark and Darker Wiki

(Automated edit: Stats updated Patch6.10)
(Automated edit: HF110)
 
Line 420: Line 420:
|regularinteractionspeed=Dexterity and Resourcefulness governs your Regular Interaction Speed.
|regularinteractionspeed=Dexterity and Resourcefulness governs your Regular Interaction Speed.


Dexterity gives 0.4 Regular Interaction Speed Rating, and Resourcefulness gives 0.6 Regular Interaction Speed Rating, which then get summed into a total Regular Interaction Speed Rating and finally converted into Regular Interaction Speed using the graph.
Dexterity gives 0.25 Regular Interaction Speed Rating, and Resourcefulness gives 0.75 Regular Interaction Speed Rating, which then get summed into a total Regular Interaction Speed Rating and finally converted into Regular Interaction Speed using the graph.


<code> Regular Interaction Speed Rating = Dexterity * 0.4 + Resourcefulness * 0.6</code>
<code> Regular Interaction Speed Rating = Dexterity * 0.25 + Resourcefulness * 0.75</code>





Latest revision as of 05:22, 18 March 2026

Example

{{Stats_Data|actionspeed}}

Agility and Dexterity governs your Action Speed.

Agility gives 0.25 Action Speed Rating, and Dexterity gives 0.75 Action Speed Rating, which then get summed into a total Action Speed Rating and finally converted into Action Speed using the graph.

Action Speed Rating = Agility * 0.25 + Dexterity * 0.75


0 Action Speed Rating starts at -38% Action Speed.

  • 0 -> -38%
  • 0 to 10 = 3% each, up to -8%
  • 10 to 13 = 2% each, up to -2%
  • 13 to 15 = 1% each, up to 0%
  • 15 to 33 = 1.25% each, up to 22.5%
  • 33 to 45 = 1% each, up to 34.5%
  • 45 to 49 = 0.75% each, up to 37.5%
  • 49 to 100 = 0.5% each, up to 63%

LaTeX Formula

Can be pasted into Desmos or other LaTeX editors for quick use of the equation.

Triple click to select all. Note: Some browsers will add an extra return carriage (line end) after the formula. Remove it before pasting for best results.

A_{ctionSpeed}(S_{um})=\left\{0 \le S_{um}<10:-0.38+0.03\left|S_{um}-0\right|,10 \le S_{um}<13:-0.08+0.02\left|S_{um}-10\right|,13 \le S_{um}<15:-0.02+0.01\left|S_{um}-13\right|,15 \le S_{um}<33:0+0.013\left|S_{um}-15\right|,33 \le S_{um}<45:0.225+0.01\left|S_{um}-33\right|,45 \le S_{um}<49:0.345+0.008\left|S_{um}-45\right|,49 \le S_{um}<100:0.375+0.005\left|S_{um}-49\right|\right\}

See Example for how to use.