Difference between revisions of "Hobbit pickpocket"

From NetHackWiki
Jump to navigation Jump to search
m (Generation: ugh)
Line 1: Line 1:
 
{{ monster
 
{{ monster
 
  |name=hobbit pickpocket
 
  |name=hobbit pickpocket
 +
|symbol={{black|h}}
 
  |difficulty=3
 
  |difficulty=3
 
  |level=2
 
  |level=2
Line 23: Line 24:
  
 
==Generation==
 
==Generation==
In addition to standard starting inventory, hobbit pickpockets [[Monster starting inventory|have a chance to be generated with]] the following as with regular hobbits: one of a [[dagger]], a [[elven dagger]], or a [[sling]] and some [[flint stone]]s; a [[dwarvish cloak]] ({{frac|10}} chance); and a {{frac|10}} chance for any armor they generate with to be made into [[mithril]] [[elven chain mail]].<ref>[https://github.com/k21971/EvilHack/blob/master/src/makemon.c#L1242 EvilHack src/makemon.c, line 1242]</ref> They will also receive some [[gold]], and additionally have a {{frac|8}} chance of receiving a [[lock pick]], and a separate {{frac|6}} chance of getting a [[sack]].<ref>[https://github.com/k21971/EvilHack/blob/master/src/makemon.c#L1262 EvilHack src/makemon.c, line 1262]</ref>
+
In addition to standard starting inventory, hobbit pickpockets [[Monster starting inventory|have a chance to be generated with]] the following as with regular hobbits: one of a [[dagger]], a [[elven dagger]], or a [[sling]] and some [[flint stone]]s; a [[dwarvish cloak]] ({{frac|10}} chance); and a {{frac|10}} chance for any armor they generate with to be made into [[mithril]] [[elven chain mail]].<ref>[https://github.com/k21971/EvilHack/blob/master/src/makemon.c#L1242 EvilHack src/makemon.c, line 1242]</ref> They will also receive some [[gold]], with an additional {{frac|8}} chance of receiving a [[lock pick]] and a separate {{frac|6}} chance of getting a [[sack]].<ref>[https://github.com/k21971/EvilHack/blob/master/src/makemon.c#L1262 EvilHack src/makemon.c, line 1262]</ref>
  
 
==References==
 
==References==

Revision as of 20:23, 27 May 2021

The hobbit pickpocket, h, is a monster that appears in EvilHack. In versions prior to 0.7, they are known as hobbit rogues. They are similar to the "base" hobbit, and have an additional theft attack, as well as possibly carrying some of a rogue's trademark tools.

Generation

In addition to standard starting inventory, hobbit pickpockets have a chance to be generated with the following as with regular hobbits: one of a dagger, a elven dagger, or a sling and some flint stones; a dwarvish cloak (110 chance); and a 110 chance for any armor they generate with to be made into mithril elven chain mail.[1] They will also receive some gold, with an additional 18 chance of receiving a lock pick and a separate 16 chance of getting a sack.[2]

References

This page is a stub. Should you wish to do so, you can contribute by expanding this page.