Anonymous

Interval Reduction: Difference between revisions

From Melvor Idle
m
Fixed incorrect min() instead of max() in interval formula
(Added formula for interval calculation)
Tag: visualeditor-switched
m (Fixed incorrect min() instead of max() in interval formula)
 
Line 6: Line 6:


<math>
<math>
\text{Effective Interval} = \min\left( \left\lfloor \frac{\text{Base Action Interval} \times \left(1 - \text{Sum of Percentage Reductions} \right) - \text{Sum of Flat Reductions}}{0.05} \right\rfloor \times 0.05, 0.25\right)
\text{Effective Interval} = \max\left( \left\lfloor \frac{\text{Base Action Interval} \times \left(1 - \text{Sum of Percentage Reductions} \right) - \text{Sum of Flat Reductions}}{0.05} \right\rfloor \times 0.05, 0.25\right)
</math>
</math>


5

edits