Difference between revisions of "Leprechaun (monster class)"

From NetHackWiki
Jump to navigation Jump to search
m (actually...)
(lede, refsrc)
Line 1: Line 1:
The '''leprechaun''' is a [[monster class]] in ''[[NetHack]]'' represented by a lowercase l glyph ({{white|l}}). The [[leprechaun]] is the only member of this monster class.
+
The '''leprechaun''' is a [[monster class]] in ''[[NetHack]]'' represented by a lowercase [[l]] glyph ({{white|l}}). Leprechauns are designated internally by the macro '''S_LEPRECHAUN'''.{{refsrc|include/monsym.h|26|version=NetHack 3.6.7}}
 +
 
 +
The [[leprechaun]] is the only member of the monster class.{{refsrc|src/monst.c|558|version=NetHack 3.6.7}}
  
 
==History==
 
==History==
Line 15: Line 17:
 
==References==
 
==References==
 
<references/>
 
<references/>
{{nethack-366}}
+
{{nethack-367}}
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]

Revision as of 13:46, 22 August 2023

The leprechaun is a monster class in NetHack represented by a lowercase l glyph (l). Leprechauns are designated internally by the macro S_LEPRECHAUN.[1]

The leprechaun is the only member of the monster class.[2]

History

The leprechaun is among the many monsters present in the very first version of Hack by Andries Brouwer, along with "Hack for PDP-11" (which was based on an early draft). In early versions such as this and NetHack 1.3d, leprechuans used the L glyph and had slightly different behavior: they would still attack players that closed in as they attempted to keep their distance.

Variants

Some variants opt to further populate the leprechaun monster class so that it has more than one member. In addition, variants featuring an object materials system commonly give members of the leprechaun monster class the ability to steal gold items.

SLASH'EM

SLASH'EM introduces the leprechaun wizard, which has slightly better AC and the added ability to cast clerical monster spells. While leprechaun wizards do not spawn in leprechaun halls, leprechauns can grow up into leprechaun wizards - a leprechaun generated with a potion of gain level can quickly become an item-cursing annoyance. Both monsters can also hit as a +1 weapon.

SlashTHEM

SlashTHEM has several new monsters in the leprechaun class. Almost all of them have teleportitis and a gold theft attack - the sole exception is the pooka, which lacks any gold-stealing abilities but still has an item theft attack.

References