Article Categories
- Baldur's Gate 3
- Diablo
- Elder Scrolls
- General
- Hogwarts Legacy
- League of Legends
- Minecraft
- Pokemon Go
- Sims 4
- StarCraft
- Steam Platform
- Xbox Game Console
More Articles
How do monsters in NetHack attack?
There is much information about how the player attacks (or attempts to attack) in the weapon spoiler. But there is no information on how monsters attack.
How is the monsters value of to-Hit* calculated?
*) alias 'chance to hit' or 'toHit'.
The damage and effects of successful hits is described in the monster spoiler from the spoiler page.
Question from user Martin Frank at gaming.stackexchange.com.
Answer:
The to-hit formula is covered in detail on the wiki's Armor Class page. The source ref for much of this is in mhitu.c.
I'll summarize the to-hit; there are a lot of special cases based on visibility, attack type, situation, and consecutive monster attacks.
The basic formula is: 10 + AC + Level, where "AC" is the player's current AC (i.e. Armor Class - it is lowered primarily by equipping armor; lower is better), and Level is the monster level of the attacker. This value is compared against a random number between 1 and 20; if the roll is lower than this formula, the attack hits.
If the player's AC is below 0, it is instead treated as a random number between -1 and their displayed AC. Lower AC is always better, but even at -100 AC it is possible to get a very unlucky roll and still get hit.
The wiki includes tables showing statistically expected damage for differing armor class values from various attackers; this can give a general idea of how much AC protects you, but this also includes the damage resistance from having negative AC.
Answer from user qazmlpok at gaming.stackexchange.com.
There is much information about how the player attacks (or attempts to attack) in the weapon spoiler. But there is no information on how monsters attack.
How is the monsters value of to-Hit* calculated?
*) alias 'chance to hit' or 'toHit'.
The damage and effects of successful hits is described in the monster spoiler from the spoiler page.
Question from user Martin Frank at gaming.stackexchange.com.
Answer:
The to-hit formula is covered in detail on the wiki's Armor Class page. The source ref for much of this is in mhitu.c.
I'll summarize the to-hit; there are a lot of special cases based on visibility, attack type, situation, and consecutive monster attacks.
The basic formula is: 10 + AC + Level, where "AC" is the player's current AC (i.e. Armor Class - it is lowered primarily by equipping armor; lower is better), and Level is the monster level of the attacker. This value is compared against a random number between 1 and 20; if the roll is lower than this formula, the attack hits.
If the player's AC is below 0, it is instead treated as a random number between -1 and their displayed AC. Lower AC is always better, but even at -100 AC it is possible to get a very unlucky roll and still get hit.
The wiki includes tables showing statistically expected damage for differing armor class values from various attackers; this can give a general idea of how much AC protects you, but this also includes the damage resistance from having negative AC.
Answer from user qazmlpok at gaming.stackexchange.com.
What is the True Ending in Hogwarts Legacy?
How can I assigning specific depots to trains?
Luigis Mansion 3: Does a higher rank change the ending in any way?
Does XBox gamepad emulator software exist for the PC?
What does Ominis mean when he says Imelda's quick and not just on a broom?
What does researching Advanced Propulsion Tech I and higher do in Master of Orion 1?
What is the origin of the Qin Shi Huang theme music in Civilization IV?
XBox 360 storage device issue with Darksiders
How many chapters are in Nier Reincarnation?


