From Dark and Darker Wiki

m (Changing Luck example link to Desmos Luck Scalar graph.)
Tag: Reverted
m (Undo revision 21690. Example is used in places besides the luck graph.)
Tag: Undo
Line 404: Line 404:
|spellcastingspeed=<pre>S_{pellCastingSpeed}(K_{nowledge})=\left\{0 \le K_{nowledge}<1:-0.93+0\left|K_{nowledge}-0\right|,1 \le K_{nowledge}<19:-0.93+0.05\left|K_{nowledge}-1\right|,19 \le K_{nowledge}<30:-0.03+0.03\left|K_{nowledge}-19\right|,30 \le K_{nowledge}<40:0.3+0.04\left|K_{nowledge}-30\right|,40 \le K_{nowledge}<45:0.7+0.03\left|K_{nowledge}-40\right|,45 \le K_{nowledge}<100:0.85+0.02\left|K_{nowledge}-45\right|\right\}</pre>
|spellcastingspeed=<pre>S_{pellCastingSpeed}(K_{nowledge})=\left\{0 \le K_{nowledge}<1:-0.93+0\left|K_{nowledge}-0\right|,1 \le K_{nowledge}<19:-0.93+0.05\left|K_{nowledge}-1\right|,19 \le K_{nowledge}<30:-0.03+0.03\left|K_{nowledge}-19\right|,30 \le K_{nowledge}<40:0.3+0.04\left|K_{nowledge}-30\right|,40 \le K_{nowledge}<45:0.7+0.03\left|K_{nowledge}-40\right|,45 \le K_{nowledge}<100:0.85+0.02\left|K_{nowledge}-45\right|\right\}</pre>
|#default=Could not find stat in Template:Stats_Data}}
|#default=Could not find stat in Template:Stats_Data}}
See [https://www.desmos.com/calculator/ku5limykr6 Example] for how to use.
See [https://www.desmos.com/calculator/4olg3n8xol Example] for how to use.
</div>
</div>
</div></includeonly>
</div></includeonly>

Revision as of 03:20, 27 March 2024


Example

{{Stats_Data|actionspeed}}

Agility and Dexterity governs your Action Speed.

Agility has 25% scaling, and Dexterity has 75% scaling, which then get combined into a Sum and translated into ActionSpeed.

Sum = Agility * 0.25 + Dexterity * 0.75


0 Sum 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 25 = 1% each, up to 10%
  • 25 to 41 = 1.5% each, up to 34%
  • 41 to 50 = 1% each, up to 43%
  • 50 to 100 = 0.5% each, up to 68%

LaTeX Formula

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

Triple click to select all.

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}<25:-0.02+0.01\left|S_{um}-13\right|,25 \le S_{um}<41:0.1+0.015\left|S_{um}-25\right|,41 \le S_{um}<50:0.34+0.01\left|S_{um}-41\right|,50 \le S_{um}<100:0.43+0.005\left|S_{um}-50\right|\right\}

See Example for how to use.