Difference between revisions of "Jelly"

From NetHackWiki
Jump to navigation Jump to search
(Body parts)
m (Body parts: word choice)
 
(6 intermediate revisions by 2 users not shown)
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}}). Jellies 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}}
  
Additional jellies were added in [[SLASH'EM]].
+
==Common traits==
 +
Jellies are [[neutral]] monsters that are [[amorphous]], [[mindless]] and [[unbreathing]]. Each jelly has a passive attack that triggers in response to melee attacks.
  
* [[Image:clear_jelly.png]] {{monsymlink|clear jelly}}
+
The ochre jelly is the only jelly that is not [[sessile]] and able to [[engulf]] other monsters.
* [[Image:yellow_jelly.png]] {{monsymlink|yellow jelly}}
 
* [[Image:orange_jelly.png]] {{monsymlink|orange jelly}}
 
* [[Image:rancid_jelly.png]] {{monsymlink|rancid jelly}}
 
  
==Body parts==
+
===Body parts===
'''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:
+
'''Jelly''' also refers to the grouping of body parts for the forms of jellies and [[jellyfish]], and affects the messages referring to the appropriate body parts as follows:{{refsrc|include/hack.h|305|nethack=3.6.7}}{{refsrc|src/polyself.c|1613|version=NetHack 3.6.7}}
  
 
{| class="prettytable"
 
{| class="prettytable"
!Bodypart{{refsrc|hack.h|226}}!!Description
+
!Body part!!Description
 
|-
 
|-
 
|Arm||Pseudopod (tentacle for jellyfish)
 
|Arm||Pseudopod (tentacle for jellyfish)
Line 58: Line 57:
 
|Stomach||Stomach
 
|Stomach||Stomach
 
|}
 
|}
 +
 +
===Generation===
 +
Randomly-generated jellies are always created hostile.
 +
 +
The jelly is the second [[quest]] monster class for [[Knight]]s, and makes up {{frac|6|175}} of the monsters that are randomly generated on the [[Knight quest]]. A few jellies are also generated on some levels of the quest below the home floor at level creation: two are generated on the locate level, and one is generated on the goal level.
 +
 +
==Variants==
 +
===SLASH'EM===
 +
[[SLASH'EM]] introduces additional jellies:
 +
 +
* {{monsymlink|clear jelly}}
 +
* {{monsymlink|yellow jelly}}
 +
* {{monsymlink|orange jelly}}
 +
* {{monsymlink|rancid jelly}}
  
 
==References==
 
==References==
 
<references/>
 
<references/>
 
+
{{nethack-367}}
{{nethack-343}}
 
 
 
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]
 
[[Category:Body parts]]
 
[[Category:Body parts]]

Latest revision as of 04:35, 20 March 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). Jellies are designated internally by the macro S_JELLY.[1]

The class contains the following monsters:[2]

Common traits

Jellies are neutral monsters that are amorphous, mindless and unbreathing. Each jelly has a passive attack that triggers in response to melee attacks.

The ochre jelly is the only jelly that is not sessile and able to engulf other monsters.

Body parts

Jelly also refers to the grouping of body parts for the forms of jellies and jellyfish, and affects the messages referring to the appropriate body parts as follows:[3][4]

Body part 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

Generation

Randomly-generated jellies are always created hostile.

The jelly is the second quest monster class for Knights, and makes up 6175 of the monsters that are randomly generated on the Knight quest. A few jellies are also generated on some levels of the quest below the home floor at level creation: two are generated on the locate level, and one is generated on the goal level.

Variants

SLASH'EM

SLASH'EM introduces additional jellies:

References