Difference between revisions of "Corpseless"

From NetHackWiki
Jump to navigation Jump to search
m (note that)
m (Text replace - "<ref> *\[\[[Ss]ource:([a-zA-Z][a-zA-Z]*\.c)#[Ll]ine([0-9][0-9]*)\]\] *<\/ref>" to "{{refsrc|$1|$2}}")
Line 22: Line 22:
 
Nevertheless, it is possible to eat a corpseless monster by swallowing it live and [[digest]]ing it, for example if you or your pet is a [[purple worm]]. Doing so yields no [[nutrition]],<ref>[[source:Uhitm.c#line803]]; [[source:Mhitm.c#line650]]</ref> confers no [[intrinsic]]s, and does not break [[vegan]] conduct.
 
Nevertheless, it is possible to eat a corpseless monster by swallowing it live and [[digest]]ing it, for example if you or your pet is a [[purple worm]]. Doing so yields no [[nutrition]],<ref>[[source:Uhitm.c#line803]]; [[source:Mhitm.c#line650]]</ref> confers no [[intrinsic]]s, and does not break [[vegan]] conduct.
  
Internally, corpseless monsters are tagged with G_NOCORPSE, but the flag is also used for certain [[undead]]&#8212;[[zombie]]s, [[mummy|mummies]], and [[vampire]]s&#8212;that revert to corresponding [[tainted]] ordinary corpses.<ref>[[source:Mon.c#line163]]</ref> For example, you cannot successfully wish for a "dead kobold zombie", since killing a kobold zombie simply yields a tainted dead kobold.
+
Internally, corpseless monsters are tagged with G_NOCORPSE, but the flag is also used for certain [[undead]]&#8212;[[zombie]]s, [[mummy|mummies]], and [[vampire]]s&#8212;that revert to corresponding [[tainted]] ordinary corpses.{{refsrc|Mon.c|163}} For example, you cannot successfully wish for a "dead kobold zombie", since killing a kobold zombie simply yields a tainted dead kobold.
  
 
It is possible to wish for corpses of corpseless monsters in [[wizard mode]].  These act exactly like normal corpses, with the weight, nutrition and intrinsics all drawn from [[monst.c]].  This includes monsters such as [[mummy|mummies]] and [[zombie]]s, which would normally drop another type of corpse. You must wish for "<monstername> corpse"; the game will not recognize "<monstername>'s corpse."
 
It is possible to wish for corpses of corpseless monsters in [[wizard mode]].  These act exactly like normal corpses, with the weight, nutrition and intrinsics all drawn from [[monst.c]].  This includes monsters such as [[mummy|mummies]] and [[zombie]]s, which would normally drop another type of corpse. You must wish for "<monstername> corpse"; the game will not recognize "<monstername>'s corpse."

Revision as of 15:30, 10 September 2012

Corpseless monsters are those that never leave corpses—such corpses simply do not exist in a normal game, and cannot be formed by any means:

Nevertheless, it is possible to eat a corpseless monster by swallowing it live and digesting it, for example if you or your pet is a purple worm. Doing so yields no nutrition,[1] confers no intrinsics, and does not break vegan conduct.

Internally, corpseless monsters are tagged with G_NOCORPSE, but the flag is also used for certain undeadzombies, mummies, and vampires—that revert to corresponding tainted ordinary corpses.[2] For example, you cannot successfully wish for a "dead kobold zombie", since killing a kobold zombie simply yields a tainted dead kobold.

It is possible to wish for corpses of corpseless monsters in wizard mode. These act exactly like normal corpses, with the weight, nutrition and intrinsics all drawn from monst.c. This includes monsters such as mummies and zombies, which would normally drop another type of corpse. You must wish for "<monstername> corpse"; the game will not recognize "<monstername>'s corpse."

References