Difference between revisions of "Silver spear"

From NetHackWiki
Jump to navigation Jump to search
(Making this a redirect; also starting a category for silver items)
(last one)
(Tag: Removed redirect)
Line 1: Line 1:
#REDIRECT [[Spear#Silver spear]]
+
{{weapon
[[Category:Silver items|Spear]]
+
  |color=silver color
 +
  |name=silver spear
 +
  |tile=[[image:silver spear.png]]
 +
  |smalldmg=1d6 (+1d20 if silver-hating)
 +
  |largedmg=1d8 (+1d20 if silver-hating)
 +
  |skill=spear
 +
  |cost=40
 +
  |weight=36
 +
  |material=silver
 +
}}
 +
 
 +
A '''silver spear''' is a type of [[weapon]] that appears in ''[[NetHack]]''. It is a one-handed weapon that uses the [[spear]] [[skill]] and is made of [[silver]].
 +
 
 +
==Generation==
 +
Silver spears make up just 0.2% of randomly generated weapons. In addition to random generation, weapon [[shop]]s and general stores can stock silver spears.
 +
 
 +
[[Player monster]]s, including those generated on the [[Astral Plane]], have a {{frac|580}} chance (below 0.2%) of being generated with a stack of 1-4 silver spears as their initial weapon before role-based replacements.{{refsrc|src/mplayer.c|155|version=NetHack 3.6.7|comment={{frac|2}} to get a random weapon - the designated range of objects covers weapons from the spear to the bullwhip inclusively in objects.c, and uses normal generation odds}}{{refsrc|src/u_init.c|275|nethack=3.6.7|comment=stackable weapons for player monsters}}
 +
 
 +
==Strategy==
 +
As with most silver weapons, the silver spear deals the same base damage as a regular spear while being heavier, but deals additional damage to silver-hating monsters. Assuming no additional skills have been unlocked via [[sacrifice gift]] or [[crowning]], this may be considered as the silver weapon of choice for [[Caveman]], [[Priest]] and [[Ranger]] characters seeking one.
 +
 
 +
==History==
 +
The silver spear first appears in [[NetHack 3.3.0]].
 +
 
 +
==References==
 +
<references/>
 +
{{nethack-367}}
 +
[[Category:Weapons]]

Revision as of 11:54, 10 March 2024

) Silver spear.png
Name silver spear
Appearance silver spear
Damage vs. small 1d6 (+1d20 if silver-hating)
Damage vs. large 1d8 (+1d20 if silver-hating)
To-hit bonus +0
Weapon skill spear
Size one-handed
Base price 40 zm
(+10/positive
enchant)
Weight 36
Material silver

A silver spear is a type of weapon that appears in NetHack. It is a one-handed weapon that uses the spear skill and is made of silver.

Generation

Silver spears make up just 0.2% of randomly generated weapons. In addition to random generation, weapon shops and general stores can stock silver spears.

Player monsters, including those generated on the Astral Plane, have a 1580 chance (below 0.2%) of being generated with a stack of 1-4 silver spears as their initial weapon before role-based replacements.[1][2]

Strategy

As with most silver weapons, the silver spear deals the same base damage as a regular spear while being heavier, but deals additional damage to silver-hating monsters. Assuming no additional skills have been unlocked via sacrifice gift or crowning, this may be considered as the silver weapon of choice for Caveman, Priest and Ranger characters seeking one.

History

The silver spear first appears in NetHack 3.3.0.

References

  1. src/mplayer.c in NetHack 3.6.7, line 155: 12 to get a random weapon - the designated range of objects covers weapons from the spear to the bullwhip inclusively in objects.c, and uses normal generation odds
  2. src/u_init.c in NetHack 3.6.7, line 275: stackable weapons for player monsters