Golbin Raid: Difference between revisions

Note about floor function for some formulas
m (Add Golbin Raid guide link)
(Note about floor function for some formulas)
Line 52: Line 52:
\end{cases}
\end{cases}
</math>
</math>
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function].


{| class="wikitable"
{| class="wikitable"
Line 86: Line 88:
The cost of skipping waves also increases with the number of waves, where the cost of skipping wave number <math>\text{wave}</math> is given by:
The cost of skipping waves also increases with the number of waves, where the cost of skipping wave number <math>\text{wave}</math> is given by:
<math>\text{Skip Cost} = \left \lfloor 100 \times \left ( \text{wave} + 1 \right ) \times \left ( 1 - \text{Skip Cost Reduction} \right ) \right \rfloor</math>
<math>\text{Skip Cost} = \left \lfloor 100 \times \left ( \text{wave} + 1 \right ) \times \left ( 1 - \text{Skip Cost Reduction} \right ) \right \rfloor</math>
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function].


Where <math>\text{Skip Cost Reduction}</math> is 0.01 multiplied by the number of times the "Reduce Wave Skip Cost" upgrade has been purchased, up to  a maximum of 0.5.
Where <math>\text{Skip Cost Reduction}</math> is 0.01 multiplied by the number of times the "Reduce Wave Skip Cost" upgrade has been purchased, up to  a maximum of 0.5.