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.
How do I backup my Minecraft world on Xbox to a flash drive without realms?
Command to say player coords in chat?
In SoulKnight Game is there a secret way to get some character skins?
Why don't I love my Dragonborn as I did my Argonians?
How can I recognize wanted criminals in Godlike Burger?
Is it a problem if the wall portion of a bedroom overlaps with another one in Dwarf Fortress?
Great Hall area Field Guide Pages
Missing Field Guide Pages in Hogwarts Legacy
How do you role play anything but nice characters?


