From Dark and Darker Wiki

m (desmos example link update)
m (example)
Line 1: Line 1:
<div style="display:flex;flex-wrap:wrap;">
<includeonly><div style="display:flex;flex-wrap:wrap;">
<div style="width:500px;>
<div style="width:500px;>
{{#switch:{{lc:{{{1|}}}}}
{{#switch:{{lc:{{{1|}}}}}
Line 432: Line 432:
See [https://www.desmos.com/calculator/xbytbfm1uh Example] for how to use.
See [https://www.desmos.com/calculator/xbytbfm1uh Example] for how to use.
</div>
</div>
</div>
</div></includeonly>
 
<noinclude>
Example
<pre>{{Stats_Data|actionspeed}}</pre>
{{Stats_Data|actionspeed}}
</noinclude>

Revision as of 03:30, 6 February 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