Anonymous

Combat: Difference between revisions

From Melvor Idle
511 bytes added ,  19 April 2022
→‎Max Hit: Remove number multiplier from max hit formulas
(→‎Accuracy Rating: more examples for sources of hidden skill level bonuses)
(→‎Max Hit: Remove number multiplier from max hit formulas)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{V|1.0.1}}
{{HasGuide}}
{{V|1.0.3}}
[[File:Combat.svg|thumb|right|Combat]]
[[File:Combat.svg|thumb|right|Combat]]
[[File:Combat Page Map.png|thumb|right|Combat page.]]
[[File:Combat Page Map.png|thumb|right|Combat page.]]
Line 8: Line 9:
{{PAGENAME}} involves fighting various [[monsters]] throughout the [[combat areas]], [[slayer areas]], and [[dungeons]] of Melvor. [[Food]] and [[Equipment]] cannot be changed while in a [[dungeon]] unless an [[Dungeon Equipment Swapping|upgrade]] has been purchased from the [[shop]].
{{PAGENAME}} involves fighting various [[monsters]] throughout the [[combat areas]], [[slayer areas]], and [[dungeons]] of Melvor. [[Food]] and [[Equipment]] cannot be changed while in a [[dungeon]] unless an [[Dungeon Equipment Swapping|upgrade]] has been purchased from the [[shop]].


Combat stats — viewable from the combat page — are affected by the player's combat skills and any [[Equipment]] worn. The combat skills are {{Skill|Attack}}, {{Skill|Strength}}, {{Skill|Defence}}, {{Skill|Hitpoints}}, {{Skill|Ranged}}, {{Skill|Magic}}, {{Skill|Prayer}}, and {{Skill|Slayer}}. These skills are factored in when calculating the player's combat level, which is an approximation of the player's power. Players start at combat level 3 and can reach a maximum of combat level 126, while [[monsters]] range from combat level [[Chicken (monster)|1]] to [[Bane, Instrument of Fear|1300]]. The player's combat level affects the difficulty of [[monsters]] given in [[Slayer]] Tasks.
Combat stats — viewable from the combat page — are affected by the player's combat skills and any [[Equipment]] worn. The combat skills are {{Skill|Attack}}, {{Skill|Strength}}, {{Skill|Defence}}, {{Skill|Hitpoints}}, {{Skill|Ranged}}, {{Skill|Magic}}, {{Skill|Prayer}}, and {{Skill|Slayer}}. These skills are factored in when calculating the player's combat level, which is an approximation of the player's power. Players start at combat level 3 and can reach a maximum of combat level 126, while [[monsters]] range from combat level [[Chicken (monster)|1]] to [[Bane, Instrument of Fear|1300]].


== Combat Info ==
== Combat Info ==
'''Max Hit''' shows the maximum potential damage a successful attack can do. The Max Hit displayed for players and enemies does not factor in damage reduction.<br>
* '''Max Hit''' shows the maximum potential damage a successful attack can do. The Max Hit displayed for players and enemies does not factor in damage reduction.
'''Chance to Hit''' shows the player's percent chance to hit the enemy with their attack.<br>
* '''Chance to Hit''' shows the player's percent chance to hit the enemy with their attack.
'''Accuracy Rating''' affects the likelihood an attack will be successful during combat. The player's Accuracy Rating is compared to the enemy's Evasion Rating when calculating the chance an attack will succeed. <br>
* '''Accuracy Rating''' affects the likelihood an attack will be successful during combat. The player's Accuracy Rating is compared to the enemy's Evasion Rating when calculating the chance an attack will succeed.
'''Dmg Reduction''' reduces any damage received by the percent shown. <br>
* '''Damage Reduction''' (also referred to as '''DR''') reduces any damage received by the percent shown.
'''Evasion Rating''' affects the likelihood an attack will be avoided during combat. There are three types of Evasion Rating; Melee, Ranged, and Magic. The Attack Type being defended against affects which Evasion Rating will be used. The enemy's Accuracy Rating is compared to the player's Evasion Rating when calculating the chance an attack will be avoided.<br>
* '''Evasion Rating''' affects the likelihood an attack will be avoided during combat. There are three types of Evasion Rating; Melee, Ranged, and Magic. The Attack Type being defended against affects which Evasion Rating will be used. The enemy's Accuracy Rating is compared to the player's Evasion Rating when calculating the chance an attack will be avoided.
'''Prayer Points''' are gained by burying [[Prayer#Bones|bones]] and are used to activate [[Prayer#Prayers|prayers]] during combat.<br>
* '''Prayer Points''' are gained by burying [[Prayer#Bones|bones]] and are used to activate [[Prayer#Prayers|prayers]] during combat.
'''Active Prayers''' provide bonuses to the player during combat and use Prayer Points to remain active. Up to two [[Prayer#Prayers|prayers]] can be active simultaneously, so long as the required Prayer Points are available.<br>
* '''Active Prayers''' provide bonuses to the player during combat and use Prayer Points to remain active. Up to two [[Prayer#Prayers|prayers]] can be active simultaneously, so long as the required Prayer Points are available.


== Basic Combat ==
== Basic Combat ==
Line 130: Line 131:
** The additional ranged attack bonus provided by {{ItemIcon|Stormsnap}} if equipped, the formula for this is included on the bow's page
** The additional ranged attack bonus provided by {{ItemIcon|Stormsnap}} if equipped, the formula for this is included on the bow's page


In addition, the player's accuracy modifier needs to be known. This is the sum of all global accuracy rating and the relevant attack type's accuracy rating increases, provided from places such as [[Herblore#Combat Potions|Potions]], {{Skill|Agility}}, and {{Skill|Astrology}}. If using [[Magic#Standard Magic|Surge spells]], this modifier is increased by a further 6%.
In addition, the player's accuracy modifier needs to be known. This is the sum of all global accuracy rating and the relevant attack type's accuracy rating increases, provided from places such as [[Herblore#Combat Potions|Potions]], {{Skill|Agility}}, and {{Skill|Astrology}}. If using {{Icon|Magic|Surge spells|nolink=true|img=Wind Surge|type=spell}} from the [[Magic#Standard Magic|standard magic spellbook]], this modifier is increased by a further 6%.


Finally, the player's accuracy rating can then be calculated as:
Finally, the player's accuracy rating can then be calculated as:
Line 166: 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 10 \times \left ( 2.2 + \frac{\text{Effective Skill Level}}{10} + \frac{\text{Effective Skill Level} + 17}{640} \times \text{Strength Bonus} \right ) \right \rfloor</math>
<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>


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:
Line 180: Line 181:
For [[Magic#Standard Magic|standard spells]], first determine the max hit stated in the spell's description along with the player's effective {{Skill|Magic}} level by using the same effective level formula as [[#Melee and Ranged Max Hit|Melee and Ranged max hit]] does. The base max hit is then:
For [[Magic#Standard Magic|standard spells]], first determine the max hit stated in the spell's description along with the player's effective {{Skill|Magic}} level by using the same effective level formula as [[#Melee and Ranged Max Hit|Melee and Ranged max hit]] does. The base max hit is then:


<math>\text{Base Max Hit} = \left \lfloor 10 \times \text{Spell Max Hit} \times \left ( 1 + \frac{\text{Magic Damage Bonus}}{100} \right ) \times \left ( 1 + \frac{\text{Effective Magic Level} + 1}{200} \right ) \right \rfloor</math>
<math>\text{Base Max Hit} = \left \lfloor \text{Spell Max Hit} \times \left ( 1 + \frac{\text{Magic Damage Bonus}}{100} \right ) \times \left ( 1 + \frac{\text{Effective Magic Level} + 1}{200} \right ) \right \rfloor</math>


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 and magic max hit increases. Any damage increases with the same element as the spell being used (such as that provided by the {{ItemIcon|Cloudburst Staff}}) are also added to the flat max hit modifier:
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 and magic max hit increases. Any damage increases with the same element as the spell being used (such as that provided by the {{ItemIcon|Cloudburst Staff}}) are also added to the flat max hit modifier:
Line 239: Line 240:


Note that the [[Combat Triangle]] will affect how much damage reduction the player has if they are using a different style from the monster.
Note that the [[Combat Triangle]] will affect how much damage reduction the player has if they are using a different style from the monster.
==== Critical Hit ====
With specific pieces of equipment, there is a chance that hits dealt by the player may become critical. When a critical hit occurs, any damage dealt by that hit will be increased by 50% - this increase is multiplicative with any other damage increasing bonuses currently in effect.
The player's critical chance starts at 0% (at which point critical hits do not occur), and can be increased by the following:
{{ModifierTable|MeleeCritChance,RangedCritChance,MagicCritChance|Critical Chance|true|}}


==== Damage Per Hit, Average Hit, and Damage Per Second ====
==== Damage Per Hit, Average Hit, and Damage Per Second ====