Difference between revisions of "Bare hands"

From NetHackWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
There is no [[to-hit]] bonus for this skill at all.<ref>The bonus would be added by {{function|weapon.c|weapon_hit_bonus}}, but this is never called because {{sourcecode|uhitm.c|283}} or {{sourcecode|uhitm.c|1957}} checks if you're wielding something.</ref>
 
There is no [[to-hit]] bonus for this skill at all.<ref>The bonus would be added by {{function|weapon.c|weapon_hit_bonus}}, but this is never called because {{sourcecode|uhitm.c|283}} or {{sourcecode|uhitm.c|1957}} checks if you're wielding something.</ref>
  
Attacking with bare hands causes [[silver damage]] if you are wearing a silver ring and no gloves, similar to wielding any silver object.
+
Attacking with bare hands causes [[silver damage]] if you are wearing a silver ring and no gloves, similar to wielding any silver object.  Attacking with bare hands if you have at least basic skill has a small chance to cause a [[staggering blow]] under some conditions, which stuns the opponent and moves it backwards.
  
 
==Strategy==
 
==Strategy==

Revision as of 21:30, 7 November 2012

The bare hands skill is used when attacking while wielding nothing. Every class has this skill, except Monks and Samurai, who instead possess the superior martial arts skill. The strategy information may not apply to monks, who can be powerful fighters even in the absence of a weapon.

Bare hands do 1d2 base damage to both small and large monsters. Both basic and skilled yield +1 to damage on 50% of all hits,[1] expert gives a 50% chance each hit of a +2 bonus to damage. Monk's and samurai's martial arts skill does 1d4 damage, with much greater bonuses for skills on 75% of all hits.

There is no to-hit bonus for this skill at all.[2]

Attacking with bare hands causes silver damage if you are wearing a silver ring and no gloves, similar to wielding any silver object. Attacking with bare hands if you have at least basic skill has a small chance to cause a staggering blow under some conditions, which stuns the opponent and moves it backwards.

Strategy

While a desperate player may need to attack with bare hands from time to time, the need is so rare and the benefit so marginal that this skill should never be enhanced by most characters. Carrying some form of ranged attack will greatly reduce your need to resort to bare hands.

Bare-handed damage is so poor that only a martial artist should bother going for the silver damage from a worn ring.

Bare-handed attacks do not break the never hit with a wielded weapon conduct, but neither do attacks from wielded non-weapon items.

Bare hands skill

Bare hands
Max Role
Basic
Skilled
Expert
Master

Variants

SporkHack grants a to-hit bonus if you advance the skill.

References

  1. Bare-hands or martial arts skill only grant their damage bonus if the d2 or d4 base damage is at least 2. See uhitm.c, line 438 and uhitm.c, line 904
  2. The bonus would be added by weapon_hit_bonus in weapon.c, but this is never called because uhitm.c, line 283 or uhitm.c, line 1957 checks if you're wielding something.