Difference between revisions of "Corpseless"

From NetHackWiki
Jump to navigation Jump to search
(Neither djinn nor the Riders are demons, strictly speaking)
m (y --> light)
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

Revision as of 09:27, 27 January 2011

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.

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 mummies and zombies, 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."

References