Difference between revisions of "Jelly"

From NetHackWiki
Jump to navigation Jump to search
m
(initial formatting + copyedit pass)
Line 1: Line 1:
 
{{otheruses|the monster class|the comestible|Lump of royal jelly}}
 
{{otheruses|the monster class|the comestible|Lump of royal jelly}}
 +
The '''jelly''' is a [[monster class]] that appears in ''[[NetHack]]'', and is represented by the lowercase [[j]] glyph ({{white|j}}). Humanoids are designated internally by the macro '''S_JELLY'''.{{refsrc|include/monsym.h|24|version=NetHack 3.6.7}}
  
The '''jellies''' are a [[monster class]] represented by the glyph {{monclasssym|j}}:
+
The class contains the following monsters:{{refsrc|src/monst.c|505|version=NetHack 3.6.7}}
  
* [[Image:blue_jelly.png]] {{monsymlink|blue jelly}}
+
* {{monsymlink|blue jelly}}
* [[Image:spotted_jelly.png]] {{monsymlink|spotted jelly}}
+
* {{monsymlink|spotted jelly}}
* [[Image:ochre_jelly.png]] {{monsymlink|ochre jelly}}
+
* {{monsymlink|ochre jelly}}
  
==Body parts==
+
==Common traits==
'''Jelly''' also refers to the grouping of body parts for the forms of jellies and [[jellyfish]]. It affects the messages referring to the appropriate body parts as follows:
+
 
 +
===Body parts===
 +
'''Jelly''' also refers to the grouping of body parts for the forms of jellies, and is also used for [[jellyfish]]. It affects the messages referring to the appropriate body parts as follows:
  
 
{| class="prettytable"
 
{| class="prettytable"
Line 52: Line 55:
 
|}
 
|}
  
==SLASH'EM==
+
==Variants==
 +
===SLASH'EM===
 
[[SLASH'EM]] introduces additional jellies:
 
[[SLASH'EM]] introduces additional jellies:
  
* [[Image:clear_jelly.png]] {{monsymlink|clear jelly}}
+
* {{monsymlink|clear jelly}}
* [[Image:yellow_jelly.png]] {{monsymlink|yellow jelly}}
+
* {{monsymlink|yellow jelly}}
* [[Image:orange_jelly.png]] {{monsymlink|orange jelly}}
+
* {{monsymlink|orange jelly}}
* [[Image:rancid_jelly.png]] {{monsymlink|rancid jelly}}
+
* {{monsymlink|rancid jelly}}
  
 
==References==
 
==References==
 
<references/>
 
<references/>
 
+
{{nethack-367}}
{{nethack-343}}
 
 
 
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]
 
[[Category:Body parts]]
 
[[Category:Body parts]]

Revision as of 07:11, 11 February 2024

This article is about the monster class. For the comestible, see Lump of royal jelly.

The jelly is a monster class that appears in NetHack, and is represented by the lowercase j glyph (j). Humanoids are designated internally by the macro S_JELLY.[1]

The class contains the following monsters:[2]

Common traits

Body parts

Jelly also refers to the grouping of body parts for the forms of jellies, and is also used for jellyfish. It affects the messages referring to the appropriate body parts as follows:

Body part[3] Description
Arm Pseudopod (tentacle for jellyfish)
Eye Dark spot
Face Front
Finger Pseudopod extension (tentacle for jellyfish)
Fingertip Pseudopod extremity
Foot Pseudopod root (tentacle for jellyfish)
Hand Grasp (tentacle for jellyfish)
Handed Grasped
Head Cerebral area
Leg Lower pseudopod
Light Headed Viscous
Neck Middle
Spine Surface
Toe Pseudopod extremity (tentacle for jellyfish)
Hair Ripples
Blood Juices
Lung Surface
Nose Sensor
Stomach Stomach

Variants

SLASH'EM

SLASH'EM introduces additional jellies:

References