Difference between revisions of "Multishot"

From NetHackWiki
Jump to navigation Jump to search
(New page: '''Multishot''' refers to the ability to sometimes fire more than one missile in a single move. The multishot counter starts at 1, and is modified as follows: * +1 if you are [[S...)
 
m (vi-keys, grammar)
Line 16: Line 16:
 
The actual number of missiles fired is [[D notation|d(multishot)]], or 1 to your multishot counter, inclusive, but no higher than the number of missiles in the [[stack]].
 
The actual number of missiles fired is [[D notation|d(multishot)]], or 1 to your multishot counter, inclusive, but no higher than the number of missiles in the [[stack]].
  
You may cap the number of missiles fired or thrown with the [[n]] command, e.g. "n1f4" to fire one missile to the left.  You will fire the lesser of the number of missiles you chose and the number you would otherwise have fired, i.e. this will not allow you to fire more missiles, only less.
+
You may cap the number of missiles fired or thrown with the [[n]] command, e.g. "n1f4" ("1fh" in vi-mode) to fire one missile to the left.  You will fire the lesser of the number of missiles you chose and the number you would otherwise have fired, i.e. this will not allow you to fire more missiles, only fewer.

Revision as of 18:17, 13 November 2008

Multishot refers to the ability to sometimes fire more than one missile in a single move.

The multishot counter starts at 1, and is modified as follows:

The actual number of missiles fired is d(multishot), or 1 to your multishot counter, inclusive, but no higher than the number of missiles in the stack.

You may cap the number of missiles fired or thrown with the n command, e.g. "n1f4" ("1fh" in vi-mode) to fire one missile to the left. You will fire the lesser of the number of missiles you chose and the number you would otherwise have fired, i.e. this will not allow you to fire more missiles, only fewer.