Mining: Difference between revisions

344 bytes added ,  17 July 2021
→‎Rock HP: Include synergy & update HP table
(→‎Rock HP: Include other rock HP modifiers & update max HP table)
(→‎Rock HP: Include synergy & update HP table)
Line 17: Line 17:
Rock HP determines how many ores can be extracted from a rock before it has to regenerate. Maximum rock HP is calculated with this formula:
Rock HP determines how many ores can be extracted from a rock before it has to regenerate. Maximum rock HP is calculated with this formula:


<math> \text{Rock HP}=5 + \text{Mastery Level} + \text{Bonus} </math>
<!-- See in-game function: calculateIncreasedMiningMaxHP()
--><math> \text{Rock HP}=5 + \text{Mastery Level} + \text{Bonus} </math>


Where <math>\text{Bonus}</math> starts at 0, increasing by 10 if the 95% {{Icon|Mastery}} pool checkpoint has been reached, and can be increased further if any of the following are active:
Where <math>\text{Bonus}</math> starts at 0, increasing by:
* +10 if the 95% {{Icon|Mastery}} pool checkpoint has been reached
* +20 when both the {{ItemIcon|Mole}} and {{ItemIcon|Bear}} {{Skill|Summoning}} synergy and [[Perfect Swing Potion]] is active
* The below amounts when the relevant bonuses are active:
{{ModifierTable|MiningNodeHP|HP Bonus}}
{{ModifierTable|MiningNodeHP|HP Bonus}}


Line 25: Line 29:


{| class="wikitable"
{| class="wikitable"
|- class="headerRow-0"
! rowspan="2" | Mastery Level !! colspan="2" | Max Rock HP
|- class="headerRow-1"
! Without Bonus !! With Bonus
|-
|-
! Mastery Level !! Max Rock HP
| 1 || 6 || 61
|-
|-
| 1 || 41
| 2 || 7 || 62
|-
|-
| 2 || 42
| 3 || 8 || 63
|-
|-
| 3 || 43
| 4 || 9 || 64
|-
|-
| 4 || 44
| 5 || 10 || 65
|-
|-
| 5 || 45
| 10 || 15 || 70
|-
|-
| 10 || 50
| 20 || 25 || 80
|-
|-
| 20 || 60
| 50 || 55 || 110
|-
|-
| 50 || 90
| 75 || 80 || 135
|-
|-
| 75 || 115
| 99 || 104 || 159
|-
| 99 || 139
|}
|}