Golbin Raid: Difference between revisions

From Melvor Idle
(Removed 'Guides' category, updated version)
(Update for v0.21)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{V|0.18.0}}
{{V|0.21}}
Golbin Raid is the first permanent minigame added to Melvor Idle. It will be built and expanded upon to create a fun distraction for those who want to take a break from the grind. This gamemode offers unique rewards exclusive to the minigame.
'''{{PAGENAME}}''' is the first permanent minigame added to Melvor Idle. It is intended to be a fun distraction for those who want to take a break from the grind, offering unique rewards exclusive to the minigame.
This minigame is specifically designed to be fair for everyone, at any level of the game. There is no advantage to having high level stats or items in this.
 
The minigame is specifically designed to be fair for everyone, at any level of the game, as such there is no advantage to having high level stats or items.


== How to Play ==
== How to Play ==
* Defeat infinite waves of Golbins, progressing in difficulty and Combat Level each wave.
* Defeat infinite waves of Golbins, progressing in difficulty and Combat Level each wave
* You start at Level 1 Combat Skill Levels (Hitpoints Level 10) which increases by 1 at the end of each wave.
* You start at Level 1 Combat Skill Levels ({{SkillReq|Hitpoints|10}}) which increases by 1 at the end of each wave
* Start with only a Bronze Scimitar, 100 Bronze Arrows, 100 Air, Water, Earth, Fire & Mind Runes, and 10 Shrimp
* Start with only a {{ItemIcon|Bronze Scimitar}} (or an {{ItemIcon|Adamant Scimitar}} if {{PetIcon|Jerry the Giraffe}} has been unlocked), {{ItemIcon|Bronze Arrows|qty=200}}, {{ItemIcon|Air Rune|qty=500}}, {{ItemIcon|Water Rune|qty=500}}, {{ItemIcon|Earth Rune|qty=500}}, {{ItemIcon|Fire Rune|qty=500}}, {{ItemIcon|Mind Rune|qty=500}}, and {{ItemIcon|Shrimp|qty=10}}
* At the end of each wave you can select the desired item you wish to equip, chosen at random.
* At the end of each wave you can select the desired item you wish to equip, chosen at random
* Get as far as you can with the best build possible.
* Get as far as you can with the best build possible
* Running or dying in the Raid will reward you with Raid Coins based on what Wave you got up to. You cannot earn Raid Coins prior to Wave 4. (Currently no way to spend Raid Coins)
* Running or dying in the Raid will reward you with [[Currency#Raid Coins|Raid Coins]] based on what Wave you got up to. You cannot earn Raid Coins until Wave 3 has been cleared
* Everyone attacks twice as fast in the Raid.
* Everyone attacks twice as fast in the Raid


== Important Information ==
== Important Information ==
* The Raid is in its first stage of development. Refer to Development Plan.
* The Raid is in its second stage of development (see [[#Development Plan|Development Plan]])
* {{UpgradeIcon|Auto Eat - Tier II}} is active throughout the Raid.
* {{UpgradeIcon|Auto Eat - Tier II}} is active throughout the Raid
* There are no {{Skill|Prayer}}, [[Herblore|Potions]] or passive [[Pets|Pet]] Bonuses.
* There are no {{Skill|Summoning}}, [[Herblore|Potions]], or passive [[Pets|Pet]] Bonuses
* No Combat Experience is gained during the Raid.
* No Combat Experience is gained during the Raid
* You are limited to only 1 Equipment Set, and 1 Equipped Food. Choose wisely.
* You are limited to only 1 Equipment Set, and 1 Equipped Food. Choose wisely
* The Weapons and Gear you can select are gated behind Wave requirements. Check the selections screen for info.
* The Weapons and Gear you can select are gated behind Wave requirements. Check the selections screen for info
* All Runes acquired during the Raid are stored. Check the My Runes page in Combat to see what you have.
* All Runes acquired during the Raid are stored. Check the My Runes page in Combat to see what you have
* All {{Skill|Magic}} Spells are unlocked from the start.
* All {{Skill|Magic}} Spells are unlocked from the start
* Running out of [[Runes]] or Ammo during Combat will replace your weapon with a {{ItemIcon|Bronze Scimitar}}.
* Running out of [[Runes]] or Ammo during Combat will replace your weapon with a {{ItemIcon|Bronze Scimitar}}, as will selecting a ranged weapon you do not have the correct ammo for
* [[Combat Triangle]] Modifiers for Standard & Hardcore characters still apply here (Including no HP Regen for Hardcore).
* [[Combat Triangle]] Modifiers for Standard & Hardcore characters still apply here (Including no {{Skill|Hitpoints}} regeneration for Hardcore)
* The Raid is basically Combat reskinned, therefore you are not able to train any other skills during the Raid.
* This is a safe minigame. {{Icon|Hardcore}} Characters are safe if you die
* This is a safe minigame. {{Icon|Hardcore}} Characters are safe if you die.
* All Golbins killed during the raid count towards unlocking the {{PetIcon|Golden Golbin}} pet
* All Golbins killed during the raid count towards unlocking the {{PetIcon|Golden Golbin}} pet.
* Any other action being performed when starting a raid will be put into [[Offline Progression]] mode, with the player receiving any XP, items, and so on for this action once the raid ends


== Development Plan ==
== Development Plan ==
* Stage 1 (current) Initial Release & Basic Game Mechanics Implemented
* Stage 1 Initial Release & Basic Game Mechanics Implemented
* Stage 2 Raid Shop, Increased Variance of Enemies & Tuning for Ranged and Magic
* Stage 2 (current) Raid Shop, Increased Variance of Enemies & Tuning for Ranged and Magic
* Stage 3 Finalise Mechanics & Focus on Feedback
* Stage 3 Finalise Mechanics & Focus on Feedback
* Stage 4 Finalise Minigame
* Stage 4 Finalise Minigame
Line 38: Line 39:
* Wave 10-19: Gear that normally requires level 84 and under
* Wave 10-19: Gear that normally requires level 84 and under
* Wave 20+: All Gear available
* Wave 20+: All Gear available
== Shop ==
The {{PAGENAME}} minigame has its own shop, from which the player can purchase various upgrades in exchange for [[#Raid Coins|Raid Coins]]. All purchases made within this shop will only impact the minigame, and will have no effect on other areas of the game.
{{ShopRaidTable}}


== Raid Coins ==
== Raid Coins ==
Number of Raid Coins earned, <math>R_c</math>, increases with the number of cleared waves, <math>n</math>, by:
The number of Raid Coins earned increases with the number of cleared waves. The amount of coins earned for a raid with <math>\text{wave}</math> waves cleared is given by:
<math>R_c = (n * \lfloor (2 + (n * 0.25))\rfloor)</math>
<math>\text{Raid Coins} =
\begin{cases}
3 \times \text{wave} \times \left \lfloor 2 + \frac{\text{wave}}{4} \right \rfloor \times \left \lfloor 1 + \frac{\text{wave}}{15} \right \rfloor & \text{if wave} \ge 3 \\
0 & \text{if wave} \le 2
\end{cases}
</math>
 
{| class="wikitable"
|-
! Waves Cleared !! Raid Coins
|-
| style="text-align:right;" | 5 || style="text-align:right;" | {{formatnum:45}}
|-
| style="text-align:right;" | 10 || style="text-align:right;" | {{formatnum:120}}
|-
| style="text-align:right;" | 15 || style="text-align:right;" | {{formatnum:450}}
|-
| style="text-align:right;" | 20 || style="text-align:right;" | {{formatnum:840}}
|-
| style="text-align:right;" | 30 || style="text-align:right;" | {{formatnum:2430}}
|-
| style="text-align:right;" | 40 || style="text-align:right;" | {{formatnum:4320}}
|-
| style="text-align:right;" | 50 || style="text-align:right;" | {{formatnum:8400}}
|-
| style="text-align:right;" | 75 || style="text-align:right;" | {{formatnum:27000}}
|-
| style="text-align:right;" | 100 || style="text-align:right;" | {{formatnum:56700}}
|-
| style="text-align:right;" | 125 || style="text-align:right;" | {{formatnum:111375}}
|-
| style="text-align:right;" | 150 || style="text-align:right;" | {{formatnum:193050}}
|-
| style="text-align:right;" | 175 || style="text-align:right;" | {{formatnum:283500}}
|-
| style="text-align:right;" | 200 || style="text-align:right;" | {{formatnum:436800}}
|}
 
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 \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.


== 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, 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>A_m = (n * 25) + 1</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.
 
== Runes ==
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} = 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.
 
== 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, three random options will be offered. The quantity of Food offered increases with the number of cleared waves, can be increased by purchasing the Food Bonus upgrade within the raid shop, and is a random amount between <math>\text{wave} + \text{Raid Shop Bonus}</math> and the maximum quantity:
<math>F_m = (n * 12) + 1</math>
 
<math>\text{Food Max} = 12 \times \text{wave} + \text{Raid Shop Bonus} - 1</math>
 
Where <math>\text{Raid Shop Bonus}</math> has an initial value of 0, increasing by 5 for each time the Food Bonus upgrade has been purchased.


{{Menu}}
{{Menu}}

Revision as of 16:36, 14 September 2021

This page was last updated for (v0.21).

Golbin Raid is the first permanent minigame added to Melvor Idle. It is intended to be a fun distraction for those who want to take a break from the grind, offering unique rewards exclusive to the minigame.

The minigame is specifically designed to be fair for everyone, at any level of the game, as such there is no advantage to having high level stats or items.

How to Play

  • Defeat infinite waves of Golbins, progressing in difficulty and Combat Level each wave
  • You start at Level 1 Combat Skill Levels (Hitpoints Level 10) which increases by 1 at the end of each wave
  • Start with only a Bronze Scimitar (or an Adamant Scimitar if Jerry the Giraffe has been unlocked), 200 Bronze Arrows, 500 Air Rune, 500 Water Rune, 500 Earth Rune, 500 Fire Rune, 500 Mind Rune, and 10 Shrimp
  • At the end of each wave you can select the desired item you wish to equip, chosen at random
  • Get as far as you can with the best build possible
  • Running or dying in the Raid will reward you with Raid Coins based on what Wave you got up to. You cannot earn Raid Coins until Wave 3 has been cleared
  • Everyone attacks twice as fast in the Raid

Important Information

  • The Raid is in its second stage of development (see Development Plan)
  • Auto Eat - Tier II is active throughout the Raid
  • There are no Summoning, Potions, or passive Pet Bonuses
  • No Combat Experience is gained during the Raid
  • You are limited to only 1 Equipment Set, and 1 Equipped Food. Choose wisely
  • The Weapons and Gear you can select are gated behind Wave requirements. Check the selections screen for info
  • All Runes acquired during the Raid are stored. Check the My Runes page in Combat to see what you have
  • All Magic Spells are unlocked from the start
  • Running out of Runes or Ammo during Combat will replace your weapon with a Bronze Scimitar, as will selecting a ranged weapon you do not have the correct ammo for
  • Combat Triangle Modifiers for Standard & Hardcore characters still apply here (Including no Hitpoints regeneration for Hardcore)
  • This is a safe minigame. Hardcore Characters are safe if you die
  • All Golbins killed during the raid count towards unlocking the Golden Golbin pet
  • Any other action being performed when starting a raid will be put into Offline Progression mode, with the player receiving any XP, items, and so on for this action once the raid ends

Development Plan

  • Stage 1 Initial Release & Basic Game Mechanics Implemented
  • Stage 2 (current) Raid Shop, Increased Variance of Enemies & Tuning for Ranged and Magic
  • Stage 3 Finalise Mechanics & Focus on Feedback
  • Stage 4 Finalise Minigame

Gear Unlocks

As you progress through the waves of the Golbin Raid, more powerful gear will be unlocked.

  • Wave 1-9: Gear that normally requires level 70 and under
  • Wave 10-19: Gear that normally requires level 84 and under
  • Wave 20+: All Gear available

Shop

The Golbin Raid minigame has its own shop, from which the player can purchase various upgrades in exchange for Raid Coins. All purchases made within this shop will only impact the minigame, and will have no effect on other areas of the game.

Raid Coins

The number of Raid Coins earned increases with the number of cleared waves. The amount of coins earned for a raid with [math]\displaystyle{ \text{wave} }[/math] waves cleared is given by: [math]\displaystyle{ \text{Raid Coins} = \begin{cases} 3 \times \text{wave} \times \left \lfloor 2 + \frac{\text{wave}}{4} \right \rfloor \times \left \lfloor 1 + \frac{\text{wave}}{15} \right \rfloor & \text{if wave} \ge 3 \\ 0 & \text{if wave} \le 2 \end{cases} }[/math]

Waves Cleared Raid Coins
5 45
10 120
15 450
20 840
30 2,430
40 4,320
50 8,400
75 27,000
100 56,700
125 111,375
150 193,050
175 283,500
200 436,800

The cost of skipping waves also increases with the number of waves, where the cost of skipping wave number [math]\displaystyle{ \text{wave} }[/math] is given by: [math]\displaystyle{ \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]\displaystyle{ \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.

Ammo

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]\displaystyle{ 1 }[/math] and the maximum quantity:

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

Where [math]\displaystyle{ \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.

Runes

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]\displaystyle{ 10 }[/math] and the maximum quantity:

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

Where [math]\displaystyle{ \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.

Food

If Food is chosen during the selection phase, three random options will be offered. The quantity of Food offered increases with the number of cleared waves, can be increased by purchasing the Food Bonus upgrade within the raid shop, and is a random amount between [math]\displaystyle{ \text{wave} + \text{Raid Shop Bonus} }[/math] and the maximum quantity:

[math]\displaystyle{ \text{Food Max} = 12 \times \text{wave} + \text{Raid Shop Bonus} - 1 }[/math]

Where [math]\displaystyle{ \text{Raid Shop Bonus} }[/math] has an initial value of 0, increasing by 5 for each time the Food Bonus upgrade has been purchased.