Golbin Raid: Difference between revisions

m
Fixed math
m (Added math for Ammo and Food)
m (Fixed math)
Line 42: Line 42:


== Ammo ==
== 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:
If Ammo is chosen during the selection phase, 3 random options will be offered. The quantity of Ammo offered is a random amount between 1 and max quantity, <math>A_m</math>, where the offered amount increases with the number of cleared waves, <math>n</math>, by:
<math>A_max = (n * 25)) + 1</math>
<math>A_m = (n * 25)) + 1</math>
== Food ==
== 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:
If Food is chosen during the selection phase, 3 random options will be offered. The quantity of Food offered is a random amount between 1 and max quantity, <math>F_m</math>, where the offered amount increases with the number of cleared waves, <math>n</math>, by:
<math>F_max = (n * 12) + 1</math>
<math>F_m = (n * 12)) + 1</math>
575

edits