Difference between revisions of "Martial arts"

From NetHackWiki
Jump to navigation Jump to search
(fact brushup: the skill has 0% chance of to-hit and 75% chance of damage bonus)
m (capitalization)
Line 1: Line 1:
The '''Martial arts''' [[skill]] is used when attacking or [[kick]]ing enemies while wielding nothing. [[Monk]]s and [[Samurai]] possess this skill, superior to the [[bare hands]] skill. The base damage for a martial arts attack is d4. Only 75% of all hits get the damage bonus from this skill.<ref>Bare-hands or martial arts skill only grant their damage bonus if the d2 or d4 base damage is at least 2. See {{sourcecode|uhitm.c|438}} and {{sourcecode|uhitm.c|904}}</ref>  
+
The '''Martial arts''' [[skill]] is used when attacking or [[kick]]ing enemies while wielding nothing. [[Monk]]s and [[samurai]] possess this skill, superior to the [[bare hands]] skill. The base damage for a martial arts attack is d4. Only 75% of all hits get the damage bonus from this skill.<ref>Bare-hands or martial arts skill only grant their damage bonus if the d2 or d4 base damage is at least 2. See {{sourcecode|uhitm.c|438}} and {{sourcecode|uhitm.c|904}}</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>
 
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>
Line 10: Line 10:
 
Carrying some form of [[ranged attack]] will greatly reduce your need to resort to unarmed combat, and even a monk can benefit from having projectiles at his disposal.
 
Carrying some form of [[ranged attack]] will greatly reduce your need to resort to unarmed combat, and even a monk can benefit from having projectiles at his disposal.
  
Attacking with martial arts causes [[silver damage]] if you are wearing a silver ring and no [[gloves]], similar to any wielded silver object. Blessed gloves or [[boots]] (when kicking) cause +d4 blessed damage against [[demon]]s and the [[undead]]. A [[ring of increase damage]] is a worthwhile possession for a Monk who loses out on benefits of weapon [[enchantment]], and these can be eaten if appropriately polymorphed and the ring is of the appropriate type (metal for [[metallivore]]s, wooden for a [[gelatinous cube]]). The skill level for martial arts can reach Grand Master with large bonuses eventually accumulating.
+
Attacking with martial arts causes [[silver damage]] if you are wearing a silver ring and no [[gloves]], similar to any wielded silver object. Blessed gloves or [[boots]] (when kicking) cause +d4 blessed damage against [[demon]]s and the [[undead]]. A [[ring of increase damage]] is a worthwhile possession for a monk who loses out on benefits of weapon [[enchantment]], and these can be eaten if appropriately polymorphed and the ring is of the appropriate type (metal for [[metallivore]]s, wooden for a [[gelatinous cube]]). The skill level for martial arts can reach Grand Master with large bonuses eventually accumulating.
  
 
Martial arts attacks do not break the [[never hit with a wielded weapon]] [[conduct]], but neither do attacks from wielded non-weapon items, or ranged attacks.
 
Martial arts attacks do not break the [[never hit with a wielded weapon]] [[conduct]], but neither do attacks from wielded non-weapon items, or ranged attacks.

Revision as of 00:18, 22 August 2011

The Martial arts skill is used when attacking or kicking enemies while wielding nothing. Monks and samurai possess this skill, superior to the bare hands skill. The base damage for a martial arts attack is d4. Only 75% of all hits get the damage bonus from this skill.[1]

There is no to-hit bonus for this skill at all,[2] but a bare handed monk without body armor gets an additional bonus.

When attacking using martial arts without a shield, there is a chance of dealing a staggering blow, knocking the enemy backwards.[3]

Strategy

The samurai has recourse to much better attacks than martial arts, but the extra damage compared to bare hands can come in handy against acid blobs and other weapon-damaging monsters. Carrying some form of ranged attack will greatly reduce your need to resort to unarmed combat, and even a monk can benefit from having projectiles at his disposal.

Attacking with martial arts causes silver damage if you are wearing a silver ring and no gloves, similar to any wielded silver object. Blessed gloves or boots (when kicking) cause +d4 blessed damage against demons and the undead. A ring of increase damage is a worthwhile possession for a monk who loses out on benefits of weapon enchantment, and these can be eaten if appropriately polymorphed and the ring is of the appropriate type (metal for metallivores, wooden for a gelatinous cube). The skill level for martial arts can reach Grand Master with large bonuses eventually accumulating.

Martial arts attacks do not break the never hit with a wielded weapon conduct, but neither do attacks from wielded non-weapon items, or ranged attacks.

Martial arts skill

Martial arts
Max Role
Master
Grand 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.
  3. uhitm.c, line 972


This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.4.3. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-343}} tag to the current version's tag or {{noversion}} as appropriate.