Difference between revisions of "Ranged weapon"

From NetHackWiki
Jump to navigation Jump to search
m (See Also: Eliminated link to missile, which merely redirects to projectile.)
m (Text replace - "<ref> *\[\[([a-zA-Z][a-zA-Z]*\.c)#[Ll]ine([0-9][0-9]*)\]\] *<\/ref>" to "{{refsrc|$1|$2}}")
Line 1: Line 1:
A '''ranged weapon''' is any [[weapon]] which can attack a monster not adjacent to you. Technically, [[Projectile|any item]] in the game could be a ranged weapon, if thrown. However, the [[source code]] officially designates some weapons as ranged<ref>[[weapon.c#line341]]</ref>:
+
A '''ranged weapon''' is any [[weapon]] which can attack a monster not adjacent to you. Technically, [[Projectile|any item]] in the game could be a ranged weapon, if thrown. However, the [[source code]] officially designates some weapons as ranged{{refsrc|weapon.c|341}}:
  
 
* [[dwarvish spear]]
 
* [[dwarvish spear]]

Revision as of 15:43, 10 September 2012

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.

See Also

References

A user has suggested improving this page or section as follows:

"expand or merge"