17,101
edits
m (Update for v1.0.5) |
(Correct skip cost formula) |
||
Line 97: | Line 97: | ||
** 1.5 on Hard | ** 1.5 on Hard | ||
* <math>\text{wave}</math> is the number of waves cleared | * <math>\text{wave}</math> is the number of waves cleared | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 133: | Line 132: | ||
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 | <math>\text{Skip Cost} = \left \lfloor 100 \times \text{wave} \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> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function]. |