Difference between revisions of "Amorphous"

From NetHackWiki
Jump to navigation Jump to search
m (Text replace - "<ref> *{{ *sourcecode *\| *([a-zA-Z_][a-zA-Z0-9_]*\.[ch]) *\| *([0-9][0-9]) *}} *<\/ref>" to "{{refsrc|$1|$2}}")
(Some info on the effects.)
Line 1: Line 1:
Some [[monster]]s are considered '''amorphous''', meaning they have no fixed shape or form.
+
Some [[monster]]s are considered '''amorphous''', meaning they have no fixed shape or form. Such monsters are identified by the macro '''amorphous(ptr)''', which checks for the flag '''M1_AMORPHOUS'''.{{refsrc|mondata.h|34}}
 +
__NOTOC__
 +
==Effects==
 +
{{todo|Details on when oozing is possible.}}
 +
Amorphous monster cannot be caught in [[bear trap]]s{{refsrc|trap.c|1791}}{{refsrc|trap.c|749}} or [[web]]s.{{refsrc|trap.c|966}}{{refsrc|trap.c|2005}}. They are also not harmed by rocks or boulders from a [[scroll of earth]]{{refsrc|read.c|1191}}{{refsrc|read.c|1243}}, nor by the beheading effect of a [[Vorpal Blade]].{{refsrc|artifact.c|1089}}{{refsrc|artifact.c|1107}}. If amorphous, you can not be effectively [[punished]],{{refsrc|read.c|1743}} and [[polyself]]ing into an amorphous monster undoes any punishment.{{refsrc|polyself.c|543}}
  
Among other effects, amorphous monsters cannot be caught in [[bear trap]]s.
+
Amorphous monsters may "ooze" (or, in the case of [[yellow light]]s and [[fog cloud]]s, "flow"{{refsrc|monmove.c|1063}}) under a door, if not carrying too much.{{reffunc|monmove.c|can ooze}}
  
 
== List of amorphous monsters ==
 
== List of amorphous monsters ==
Line 28: Line 32:
  
 
== Internals ==
 
== Internals ==
 
Amorphous monsters are identified by the macro '''amorphous(ptr)''', which checks for the flag '''M1_AMORPHOUS'''.{{refsrc|mondata.h|34}}
 
  
 
== References ==
 
== References ==

Revision as of 13:35, 28 August 2015

Some monsters are considered amorphous, meaning they have no fixed shape or form. Such monsters are identified by the macro amorphous(ptr), which checks for the flag M1_AMORPHOUS.[1]

Effects

A user has suggested improving this page or section as follows:

"Details on when oozing is possible."

Amorphous monster cannot be caught in bear traps[2][3] or webs.[4][5]. They are also not harmed by rocks or boulders from a scroll of earth[6][7], nor by the beheading effect of a Vorpal Blade.[8][9]. If amorphous, you can not be effectively punished,[10] and polyselfing into an amorphous monster undoes any punishment.[11]

Amorphous monsters may "ooze" (or, in the case of yellow lights and fog clouds, "flow"[12]) under a door, if not carrying too much.[13]

List of amorphous monsters

The following monsters are amorphous:

Internals

References

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

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

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