Difference between revisions of "Gnome mummy"

From NetHackWiki
Jump to navigation Jump to search
m (Changed redirect target from Mummy to Mummy#Gnome mummy)
(Tag: Redirect target changed)
(next)
(Tag: Removed redirect)
Line 1: Line 1:
#REDIRECT [[Mummy#Gnome mummy]]
+
{{monster
 +
|name=gnome mummy
 +
|difficulty=5
 +
|level=4
 +
|experience=41
 +
|speed=10
 +
|AC=6
 +
|MR=20
 +
|align=−3
 +
|frequency=1
 +
|genocidable=Yes
 +
|attacks=Claw 1d6
 +
|weight=650
 +
|nutr=50
 +
|size=Small
 +
|resistances=Cold, Sleep, Poison
 +
|resistances conveyed=None
 +
|attributes={{attributes|A gnome mummy|oldcorpse=gnome|breathless=1|mindless=1|humanoid=1|pois=1|undead=1|hostile=1|gnome=1|infravision=1}}
 +
|reference=[[monst.c#line1672]]
 +
}}
 +
 
 +
A '''gnome mummy''', {{monsym|gnome mummy}}, is a type of [[monster]] that appears in ''[[NetHack]]''. It is a mummified [[Gnome (monster attribute)|gnome]] that is often among the first [[mummies]] [[you]] will encounter.
 +
 
 +
A gnome mummy has a single claw attack.
 +
 
 +
==Generation==
 +
Randomly-generated gnome mummies are always hostile.
 +
 
 +
Gnome mummies have a {{frac|6|7}} chance of [[Monster starting inventory|being generated with]] a [[mummy wrapping]].{{refsrc|src/makemon.c|740|nethack=3.6.7}}
 +
 
 +
A gnome mummy leaves behind an aged [[Gnome (monster)|gnome]] [[corpse]] upon death.{{refsrc|src/mon.c|147|nethack=3.6.7|name="undead_to_corpse"|comment=Converting monster index of undead to corpses of their living counterparts}}{{refsrc|src/mon.c|372|nethack=3.6.7|name="make_corpse"|comment=Undead corpses and their ages are handled with other "special" death drops}
 +
 
 +
==History==
 +
The gnome mummy first appears in [[NetHack 3.0.0]], where most of the various mummies are introduced.
 +
 
 +
==Encyclopedia entry==
 +
{{encyclopedia|
 +
But for an account of the manner in which the body was
 +
bandaged, and a list of the unguents and other materials
 +
employed in the process, and the words of power which were
 +
spoken as each bandage was laid in its place, we must have
 +
recourse to a very interesting papyrus which has been edited
 +
and translated by M. Maspero under the title of Le Rituel de
 +
l'Embaumement. ...
 +
Everything that could be done to preserve the body was now
 +
done, and every member of it was, by means of the words of
 +
power which changed perishable substances into imperishable,
 +
protected to all eternity; when the final covering of purple
 +
or white linen had been fastened upon it, the body was ready
 +
for the tomb.
 +
|[ Egyptian Magic, by E.A. Wallis Budge ]
 +
}}
 +
 
 +
==References==
 +
<references/>
 +
{{nethack-367}}
 +
[[Category:Monsters]]

Revision as of 13:32, 11 December 2023

A gnome mummy, M, is a type of monster that appears in NetHack. It is a mummified gnome that is often among the first mummies you will encounter.

A gnome mummy has a single claw attack.

Generation

Randomly-generated gnome mummies are always hostile.

Gnome mummies have a 67 chance of being generated with a mummy wrapping.[1]

A gnome mummy leaves behind an aged gnome corpse upon death.[2]{{refsrc|src/mon.c|372|nethack=3.6.7|name="make_corpse"|comment=Undead corpses and their ages are handled with other "special" death drops}

History

The gnome mummy first appears in NetHack 3.0.0, where most of the various mummies are introduced.

Encyclopedia entry

But for an account of the manner in which the body was
bandaged, and a list of the unguents and other materials
employed in the process, and the words of power which were
spoken as each bandage was laid in its place, we must have
recourse to a very interesting papyrus which has been edited
and translated by M. Maspero under the title of Le Rituel de
l'Embaumement. ...
Everything that could be done to preserve the body was now
done, and every member of it was, by means of the words of
power which changed perishable substances into imperishable,
protected to all eternity; when the final covering of purple
or white linen had been fastened upon it, the body was ready
for the tomb.

[ Egyptian Magic, by E.A. Wallis Budge ]

References

  1. src/makemon.c in NetHack 3.6.7, line 740
  2. src/mon.c in NetHack 3.6.7, line 147: Converting monster index of undead to corpses of their living counterparts