Difference between revisions of "Twoweapon"

From NetHackWiki
Jump to navigation Jump to search
m
Line 7: Line 7:
 
If the first weapon hits, the second weapon is guaranteed to hit. The second weapon has no effect on the to-hit calculation; any skill points in the second weapon's skill or enchantment on the weapon itself contribute only to its damage.
 
If the first weapon hits, the second weapon is guaranteed to hit. The second weapon has no effect on the to-hit calculation; any skill points in the second weapon's skill or enchantment on the weapon itself contribute only to its damage.
  
Weapon damage bonuses are calculated seperately for each of the two weapons. The skill that is used is the lesser of the skill in currently hitting weapon and the twoweaponing skill.<ref>{{sourcecode|weapon.c|1190}}</ref>.
+
Weapon damage bonuses are calculated seperately for each of the two weapons. The skill that is used is the lesser of the skill in currently hitting weapon and the twoweaponing skill.<ref>{{sourcecode|weapon.c|1188}}</ref>.
  
 
Note that twoweaponing skill bonuses for both to-hit and damage differ from single-weaponing skill bonuses (See [[Skill#Effects of skills|Skills]] for details).
 
Note that twoweaponing skill bonuses for both to-hit and damage differ from single-weaponing skill bonuses (See [[Skill#Effects of skills|Skills]] for details).

Revision as of 13:15, 9 January 2008

#twoweapon is an extended command used to wield two weapons simultaneously in order to perform additional damage at the cost of skill points and time spent in training the ability. Twoweaponing is not available to all roles.

For unexperienced players, it may not be obvious how to activate two-weapon combat. First, you need to wield a weapon as a secondary weapon. To do this, press [w], then the letter of the weapon in your inventory, and then [x]. Now, wield your primary weapon by pressing [w] and the letter of that weapon in your inventory. Type in #twoweapon and those two weapons will be wielded at the same time.

The skill used by twoweapon is the lesser of the twoweapon and primary weapon skills. While twoweaponing, only your twoweapon skill is trained, not the skills of your primary or secondary weapons.

If the first weapon hits, the second weapon is guaranteed to hit. The second weapon has no effect on the to-hit calculation; any skill points in the second weapon's skill or enchantment on the weapon itself contribute only to its damage.

Weapon damage bonuses are calculated seperately for each of the two weapons. The skill that is used is the lesser of the skill in currently hitting weapon and the twoweaponing skill.[1].

Note that twoweaponing skill bonuses for both to-hit and damage differ from single-weaponing skill bonuses (See Skills for details).

If you wield an artifact weapon as a secondary weapon and attempt to #twoweapon, you will not be able to engage in two-weapon combat. SLASH'EM removes this restriction.

SLASH'EM

For SLASH'EM players, the command to activate the two-handed combat skill is #twoweapon or #2weapon command. Only certain roles and certain races can fight two-handed.

Of the game's many races, only humans and dwarves can twoweapon. Annoyingly, other races might still see "two-handed combat" in their #enhance screen even though they cannot use it. Attempting to activate two-handed combat produces the message, "Droven Barbarians aren't able to use two weapons at once."[2]

References