Golbin Raid: Difference between revisions

No change in size ,  31 July 2021
m
Consistency in formulas, no impact on calculated result
(→‎Raid Coins: Clean up formula & correct table)
m (Consistency in formulas, no impact on calculated result)
Line 84: Line 84:


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 \left ( \text{wave} + 1 \right ) \times 100 \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>\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.
Line 91: Line 91:
If Ammo is chosen during the selection phase, two random options will be offered alongside an option to increase your existing ammo. The quantity of Ammo offered increases with the number of cleared waves, can be increased by purchasing the Ammo Gatherer upgrade within the raid shop, and is a random amount between <math>1</math> and the maximum quantity:
If Ammo is chosen during the selection phase, two random options will be offered alongside an option to increase your existing ammo. The quantity of Ammo offered increases with the number of cleared waves, can be increased by purchasing the Ammo Gatherer upgrade within the raid shop, and is a random amount between <math>1</math> and the maximum quantity:


<math>\text{Ammo Max} = \text{wave} \times 25 \times \left ( 1 + \text{Raid Shop Multiplier} \right )</math>
<math>\text{Ammo Max} = 25 \times \text{wave} \times \left ( 1 + \text{Raid Shop Multiplier} \right )</math>


Where <math>\text{Raid Shop Multiplier}</math> has an initial value of 0, increasing by 0.05 for each time the Ammo Gatherer upgrade has been purchased.
Where <math>\text{Raid Shop Multiplier}</math> has an initial value of 0, increasing by 0.05 for each time the Ammo Gatherer upgrade has been purchased.
Line 98: Line 98:
If Runes is chosen during the selection phase, two random options will be offered, and a option to increase your existing ammo. The quantity of Runes offered increases with the number of cleared waves, can be increased by purchasing the Rune Pouch upgrade within the raid shop, and is a random amount between <math>10</math> and the maximum quantity:
If Runes is chosen during the selection phase, two random options will be offered, and a option to increase your existing ammo. The quantity of Runes offered increases with the number of cleared waves, can be increased by purchasing the Rune Pouch upgrade within the raid shop, and is a random amount between <math>10</math> and the maximum quantity:


<math>\text{Runes Max} = 9 + \text{wave} \times 25 \times \left ( 1 + \text{Raid Shop Multiplier} \right )</math>
<math>\text{Runes Max} = 25 \times \text{wave} \times \left ( 1 + \text{Raid Shop Multiplier} \right ) + 9</math>


Where <math>\text{Raid Shop Multiplier}</math> has an initial value of 0, increasing by 0.05 for each time the Rune Pouch upgrade has been purchased.
Where <math>\text{Raid Shop Multiplier}</math> has an initial value of 0, increasing by 0.05 for each time the Rune Pouch upgrade has been purchased.