Combat: Difference between revisions

203 bytes added ,  4 February 2023
→‎Max Hit: Correct melee/ranged max hit formula missing the number multiplier
m (Updated to V1.1)
(→‎Max Hit: Correct melee/ranged max hit formula missing the number multiplier)
Line 167: Line 167:
Given these figures, the base max hit (i.e. max hit before modifiers) is then calculated as:
Given these figures, the base max hit (i.e. max hit before modifiers) is then calculated as:


<math>\text{Base Max Hit} = \left \lfloor 2.2 + \frac{\text{Effective Skill Level}}{10} + \frac{\text{Effective Skill Level} + 17}{640} \times \text{Strength Bonus} \right \rfloor</math>
<math>\text{Base Max Hit} = \left \lfloor 2.2M + \frac{\text{Effective Skill Level}}{10} + \frac{\text{Effective Skill Level} + 17}{640} \times \text{Strength Bonus} \right \rfloor</math>
 
Where <math>M</math> varies based on the [[Game Mode]] being played, and is equal to:
* 10 if playing [[Game_Mode#Standard|Standard]] or {{Icon|Hardcore}} mode
* 100 if playing {{Icon|Adventure}} mode


This base max hit is then adjusted by the percentage and flat max hit modifiers to arrive at the final max hit figure, where the modifiers include both global max hit increases as well as increases specific to the relevant attack type:
This base max hit is then adjusted by the percentage and flat max hit modifiers to arrive at the final max hit figure, where the modifiers include both global max hit increases as well as increases specific to the relevant attack type: