Anonymous

Golbin Raid: Difference between revisions

From Melvor Idle
→‎Food: Updatede to 0.19v
(→‎top: Swapping v0.18.0 to v0.18.2 using AWB, replaced: {{V|0.18.0}} → {{V|0.18.2}})
(→‎Food: Updatede to 0.19v)
(2 intermediate revisions by the same user not shown)
Line 40: Line 40:


== Raid Coins ==
== Raid Coins ==
Number of Raid Coins earned, <math>R_c</math>, increases with the number of cleared waves, <math>n</math>, by:
Number of Raid Coins earned, increases with the number of cleared waves, by:
<math>R_c = (n * \lfloor (2 + (n * 0.25))\rfloor)</math>
<math>Raidcoins = wave * \lfloor (2 + (wave * 0.25))\rfloor*\lfloor ((wave/15)+1) \rfloor</math>
{| class="wikitable"
|-
! Wave count !! Raid Coins
|-
| 5|| 12
|-
| 10|| 36
|-
| 15|| 70
|-
| 20|| 228
|-
| 30|| 522
|-
| 40|| 1,287
|-
| 50|| 2,744
|-
| 75|| 7,400
|-
| 100|| 18,018
|-
| 125|| 36,828
|-
| 150|| 58,110
|-
| 175|| 93,960
|-
| 200|| 142,086
|}


== Ammo ==
== Ammo ==
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:
If Ammo is chosen during the selection phase, 2 random options will be offered, and a option to increase your existing ammo. The quantity of Ammo offered is a random amount between 1 and max quantity, where the offered amount increases with the number of cleared waves and your multiplier that you can increase in the raid shop, by:
<math>A_m = (n * 25) + 1</math>
<math>Ammo Max = ((wave * 25)* RaidShopMultiplier)+1</math>
 
== Food ==
== Food ==
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:
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 + Raid Shop Multiplier and max quantity, where the offered amount increases with the number of cleared waves, by:
<math>F_m = (n * 12) + 1</math>
<math>FoodMax = (wave*12-wave)+wave+RaidShopMultiplier</math>
 
{{Menu}}
{{Menu}}
27

edits