Difference between revisions of "To hit"

From CrawlWiki
Jump to: navigation, search
(Update all the non-base sections of the calculation based on duvessa's tavern post explaining the process.)
(Remove two modifiers which apparently aren't valid anymore.)
Line 31: Line 31:
 
*Subtract 5 if missing an eye (Ru sacrifice) or you are confused.
 
*Subtract 5 if missing an eye (Ru sacrifice) or you are confused.
 
*Subtract 6 if you cannot see the target (invisibility).
 
*Subtract 6 if you cannot see the target (invisibility).
*If the player is invisible but cannot [[see invisible]], they get a -5 penalty (because they cannot see what they are doing).
 
 
*Add 2 + roll between 0 and 7 if the target is backlit (corona, sticky flame, or haloed and not affected by umbra).
 
*Add 2 + roll between 0 and 7 if the target is backlit (corona, sticky flame, or haloed and not affected by umbra).
 
*Subtract 2 + roll between 0 and 3 if the target is in umbra and you do not have night vision (Dithmenos power).
 
*Subtract 2 + roll between 0 and 3 if the target is in umbra and you do not have night vision (Dithmenos power).
Line 48: Line 47:
 
***[[Tree Form]]: 0 to +9
 
***[[Tree Form]]: 0 to +9
 
***[[Wisp Form]]: 0 to +9
 
***[[Wisp Form]]: 0 to +9
 
====Environmental====
 
*When both combatants are in water and only the player is capable of swimming, the player get a +5 bonus.
 
  
 
==Monster To Hit (Melee)==
 
==Monster To Hit (Melee)==

Revision as of 23:30, 14 April 2017

Version 0.19: This article may not be up to date for the latest stable release of Crawl.

To hit (short for 'chance to hit') is the probability that an attack will hit a target. It is one of the two key factors in determining the success of an attack, the other being damage.

The to hit can be calculated for melee and ranged attacks, and is calculated differently for players and monsters. The largest factors for players are weapon (or unarmed) skill and fighting skill - with good training on both skills and decent dexterity, it should be rare to miss most targets.

Player To Hit (Melee and Ranged)

The player's to-hit in melee and ranged combat is determined by the following factors:

Base Value

  • Start with 15 + dexterity/2 + a random roll between 0 and your fighting skill.

Weapons

  • Add a random roll from 0 to your weapon skill (unarmed is considered a weapon skill here).
  • Add the weapon's base accuracy; unarmed has +2, or +4 if you have claws.
  • Add your weapon enchantment level and slaying bonuses.

Other modifiers

  • If in wisp, fungus, pig, or non-vampire bat form, add random2(XL*100+100)/100 instead of using your weapon skill above.
  • Subtract 3 if starving, bloodless, or fainting. Subtract 5 for vertigo.
  • The player's shield penalty is -1d(ASP) where ASP is the Adjusted Shield Penalty. It is ASP = (Shield EV penalty) - (Shields skill)/(5 + (Size factor)) as explained in the Shields page. This penalty can be removed completely with enough skill levels in Shields.
  • The player's armour penalty is then calculated: -1d(ABAP) where ABAP is the Adjusted Body Armour Penalty.
ABAP = (body_armour_base_penalty + max(0, 3*body_armour_base_penalty - str)) * (45 - armour_skill)/45
  • Barding does not affect the to hit penalty despite having an evasion modifier.
  • If you have the eyeballs mutation, add 2*[eyeballs level]+1.

The Roll

  • Take this total and roll a random number from 0 to total - 1.

Post Roll

  • If the player is wearing an amulet of inaccuracy, they get a -5 penalty.
  • Subtract 5 if missing an eye (Ru sacrifice) or you are confused.
  • Subtract 6 if you cannot see the target (invisibility).
  • Add 2 + roll between 0 and 7 if the target is backlit (corona, sticky flame, or haloed and not affected by umbra).
  • Subtract 2 + roll between 0 and 3 if the target is in umbra and you do not have night vision (Dithmenos power).
  • If the player is bonded to their weapon with the Sure Blade spell, they get +(5 + remaining duration of Sure Blade (MAX: +15)).
  • If the player is not wielding a weapon:

Monster To Hit (Melee)

A monster's to hit is calculated as follows:

Base Value

The base value is 18.

Hit Dice

Monsters with the Fighter class flag get a bonus of +(2.5 * HD). Other monsters get +(1.5 * HD). Decimals are rounded down.

Situational Modifiers

  • An aquatic monster "using the terrain to its advantage" gets +5.
  • A monster wielding a weapon receives that weapon's inherent and magical to hit modifiers.
  • A confused monster gets -5.
  • A monster attacking a backlit defender gets +2 to +9.
  • A monster attacking an invisible target suffers a 35% penalty to its to hit number.

Monster To Hit (Ranged)

Ranged attacks ("beams", to use the game's internal terminology) have a to hit number, just like melee attacks do. This is modified as follows:

  • If you are invisible and the attacker can't see invisible, the to hit number is halved.
  • If you have Deflect Missiles running, the to hit number is reduced to a random number between 0 and 2/3 of its value.
  • If you don't have Deflect Missiles running, but do have Repel Missiles running or the Repulsion Field mutation at level 3, the to hit number is reduced by a random number between 0 and 1/2 of its value (rounded down).