Anonymous

Combat: Difference between revisions

From Melvor Idle
133 bytes added ,  10 January 2021
formatting
m (bracket height)
(formatting)
(One intermediate revision by the same user not shown)
Line 139: Line 139:
The first formula is used to calculate the player's Effective Strength Level.
The first formula is used to calculate the player's Effective Strength Level.


<math> \small{ \begin{aligned} \text{Effective Melee Strength Level} = \text{Strength Skill Level} + 8 + 1 \end{aligned}} </math>
<math> \small{ \begin{aligned} \text{Effective Melee Strength Level} = \text{Strength Skill Level} + 8 + \text{petBonus} \end{aligned}} </math>
 
petBonus is 4 if {{PetIcon|Lil Ron}} is unlocked, or 1 if not.


The second formula is used to calculate the player's Max Hit. Strength Bonus can be found in Equipment Stats next to the flexed arm icon. The potion and prayer bonuses will be the relevant numbers written in the potion and prayer descriptions.
The second formula is used to calculate the player's Max Hit. Strength Bonus can be found in Equipment Stats next to the flexed arm icon. The potion and prayer bonuses will be the relevant numbers written in the potion and prayer descriptions.
Line 148: Line 150:
This, simplified, is equivalent to
This, simplified, is equivalent to


<math> \text{Max Hit} = \left( 22 + \text{Strength Skill Level} + \frac{17 + \text{Strength Skill Level}}{64}\cdot \text{Strength bonus} \right) \cdot \left( 1 + \frac{\text{Potion Strength Bonus}}{100} \right) \cdot \left( 1 + \frac{\text{Prayer Strength Bonus}}{100} \right) </math>
<math> \text{Max Hit} = \left( 22 + \text{Strength Skill Level} + \dfrac{17 + \text{Strength Skill Level}}{64}\cdot \text{Strength bonus} \right) \cdot \left( 1 + \frac{\text{Potion Strength Bonus}}{100} \right) \cdot \left( 1 + \frac{\text{Prayer Strength Bonus}}{100} \right) </math>
 
If the pet is unlocked, the 17 will instead be a 20.


==== Ranged Max Hit ====  
==== Ranged Max Hit ====  
892

edits