Difference between revisions of "Corpseless"

From NetHackWiki
Jump to navigation Jump to search
(You can generate them in wizard mode)
m
 
(8 intermediate revisions by 7 users not shown)
Line 10: Line 10:
 
* {{monsymlink|Nazgul}}
 
* {{monsymlink|Nazgul}}
 
* {{monsymlink|grid bug}}s
 
* {{monsymlink|grid bug}}s
* {{white|y}} [[y|lights]]
+
* {{white|y}} [[light (monster class)|lights]]
 
* {{monsymlink|ghoul}}s
 
* {{monsymlink|ghoul}}s
 
* {{monsymlink|skeleton}}s
 
* {{monsymlink|skeleton}}s
 
* {{white|'}} [[golem]]s, excluding [[flesh golem]]s (though most leave characteristic item "corpses")
 
* {{white|'}} [[golem]]s, excluding [[flesh golem]]s (though most leave characteristic item "corpses")
* {{white|&}} [[&|demon]]s, excluding the [[Rider]]s
+
* [[P|{{white|P}}]] [[Pudding]]s, [[gray ooze]]s and [[green slime]] (all since [[NetHack 3.6.0|3.6.0]]), though they leave a [[glob]]
 +
* {{white|&}} [[&|demon]]s and [[djinn]], but not the [[Rider]]s
 
* {{monsymlink|Ashikaga Takauji}}
 
* {{monsymlink|Ashikaga Takauji}}
 
* {{monsymlink|Dark One}}
 
* {{monsymlink|Dark One}}
Line 22: Line 23:
 
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.
  
Note that 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. Note that in order to wish for the corpse of a unique monster, 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." [[Mimics]] can also mimic corpses of corpseless monsters.
  
 
==References==
 
==References==
 
<references />
 
<references />
 +
 +
[[Category:Monster attributes]]
 +
{{nethack-360}}

Latest revision as of 02:13, 6 December 2019

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." Mimics can also mimic corpses of corpseless monsters.

References

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.6.0. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-360}} tag to the current version's tag or {{noversion}} as appropriate.