Difference between revisions of "Undefined"

From NetHackWiki
Jump to navigation Jump to search
m (Protected "Undefined" [edit=sysop:move=sysop])
m (Description: ack)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Main Page]]
+
In ''[[NetHack]]'', it is possible for an item to have its [[material]] be considered '''undefined''' by leaving the corresponding field for the item's entry in [[objects.c]] empty.
 +
 
 +
==Description==
 +
The undefined material is [[flimsy]], [[organic]] and is vulnerable to [[erosion]] by burning.
 +
 
 +
The only object with an undefined material is the [[worm tooth]].{{refsrc|src/objects.c|177|nethack=3.6.7}}
 +
 
 +
{{upcoming|NetHack 3.7.0|Worm teeth are now made of [[bone]].}}
 +
 
 +
==Variants==
 +
Some variants may change the worm tooth's material so that it is no longer undefined.
 +
 
 +
==References==
 +
<references/>
 +
{{stub}}
 +
{{nethack-367}}
 +
[[Category:Materials]]

Revision as of 14:49, 30 April 2024

In NetHack, it is possible for an item to have its material be considered undefined by leaving the corresponding field for the item's entry in objects.c empty.

Description

The undefined material is flimsy, organic and is vulnerable to erosion by burning.

The only object with an undefined material is the worm tooth.[1]

The following information pertains to an upcoming version (NetHack 3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Worm teeth are now made of bone.

Variants

Some variants may change the worm tooth's material so that it is no longer undefined.

References

This page is a stub. Should you wish to do so, you can contribute by expanding this page.