Difference between revisions of "Ranged weapon"

From NetHackWiki
Jump to navigation Jump to search
(initial version; clearing up redlinks on Mjollnir)
 
m (Text replace - "==Source code references==" to "==References==")
Line 31: Line 31:
 
Colloquially, any [[item]] which can be used to damage a monster at a distance could be considered a ranged weapon. This includes items like [[attack wand]]s, hurled potions and [[spell]]s.
 
Colloquially, any [[item]] which can be used to damage a monster at a distance could be considered a ranged weapon. This includes items like [[attack wand]]s, hurled potions and [[spell]]s.
  
==Source code references==
+
==References==
  
 
<references/>
 
<references/>
  
 
[[Category:Weapons]]
 
[[Category:Weapons]]

Revision as of 09:30, 5 January 2011

A ranged weapon is any weapon which can attack a monster not adjacent to you. Technically, any item in the game could be a ranged weapon, if thrown. However, the source code officially designates some weapons as ranged[1]:

This is the order in which monsters will try to use a ranged weapon, unless a polearm is available, in which case it will try to apply that first.

Colloquially, any item which can be used to damage a monster at a distance could be considered a ranged weapon. This includes items like attack wands, hurled potions and spells.

References