Golbin Raid: Difference between revisions

m
Added math for Ammo and Food
m (Added Raid Coins Formula)
m (Added math for Ammo and Food)
Line 38: Line 38:


== Raid Coins ==
== Raid Coins ==
Number of Raid Coins earned, <math>R_c</math>, increases with the number of cleared waves, <math>n</math>, by:<br>
Number of Raid Coins earned, <math>R_c</math>, increases with the number of cleared waves, <math>n</math>, by:
<math>R_c = (n * \lfloor (2 + (n * 0.25))\rfloor)</math>
<math>R_c = (n * \lfloor (2 + (n * 0.25))\rfloor)</math>
== Ammo ==
If Ammo is chosen during the selection phase, 3 random options will be offered, where the max quantity, <math>A_max</math>, offered increases with the number of cleared waves, <math>n</math>, by:
<math>A_max = (n * 25)) + 1</math>
== Food ==
If Food is chosen during the selection phase, 3 random options will be offered, where the max quantity, <math>F_max</math>, offered increases with the number of cleared waves, <math>n</math>, by:
<math>F_max = (n * 12) + 1</math>
575

edits