From Dark and Darker Wiki

(backup of stats data; this is for ease of use for referencing the changed values in the patch notes for Patch 8.)
 
m (prefixed the changed widgets unique id with 2)
 
Line 154: Line 154:


{{#widget:Chart|uniqueId=ItemEquipSpeed|data=[{"x": 0,"y": -0.95},{"x": 1,"y": -0.95},{"x": 2,"y": -0.91},{"x": 15,"y": 0},{"x": 35,"y": 1},{"x": 70,"y": 1.7},{"x": 100,"y": 2}]|color=orange}}
{{#widget:Chart|uniqueId=ItemEquipSpeed|data=[{"x": 0,"y": -0.95},{"x": 1,"y": -0.95},{"x": 2,"y": -0.91},{"x": 15,"y": 0},{"x": 35,"y": 1},{"x": 70,"y": 1.7},{"x": 100,"y": 2}]|color=orange}}
|luckgrade00={{#widget:Chart
|luckgrade00={{#widget:Chart
|magicaldamagereduction=Magic Resistance governs your Magical Damage Reduction.
|magicaldamagereduction=Magic Resistance governs your Magical Damage Reduction.


Line 294: Line 294:
*374 to 500 = 0.05% each, up to 74.2%
*374 to 500 = 0.05% each, up to 74.2%


{{#widget:Chart|uniqueId=PhysicalDamageReduction|data=[{"x": -300,"y": -6.19},{"x": -3,"y": -0.25},{"x": 20,"y": -0.02},{"x": 25,"y": 0.005},{"x": 30,"y": 0.0275},{"x": 35,"y": 0.0475},{"x": 40,"y": 0.065},{"x": 55,"y": 0.11},{"x": 75,"y": 0.16},{"x": 275,"y": 0.56},{"x": 315,"y": 0.62},{"x": 374,"y": 0.679},{"x": 500,"y": 0.742}]|color=orange}}
{{#widget:Chart|uniqueId=2PhysicalDamageReduction|data=[{"x": -300,"y": -6.19},{"x": -3,"y": -0.25},{"x": 20,"y": -0.02},{"x": 25,"y": 0.005},{"x": 30,"y": 0.0275},{"x": 35,"y": 0.0475},{"x": 40,"y": 0.065},{"x": 55,"y": 0.11},{"x": 75,"y": 0.16},{"x": 275,"y": 0.56},{"x": 315,"y": 0.62},{"x": 374,"y": 0.679},{"x": 500,"y": 0.742}]|color=orange}}
|physicalpower=Strength governs your Physical Power.
|physicalpower=Strength governs your Physical Power.



Latest revision as of 03:11, 11 April 2025

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 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. 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}<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.