Difference between revisions of "Jelly"

From NetHackWiki
Jump to navigation Jump to search
m (Body parts: word choice)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
'''Jelly''' could refer to:
+
{{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}}
  
* A group of monsters
+
The class contains the following monsters:{{refsrc|src/monst.c|505|version=NetHack 3.6.7}}
** [[Image:blue_jelly.png]] {{monsymlink|blue jelly}}
 
** [[Image:spotted_jelly.png]] {{monsymlink|spotted jelly}}
 
** [[Image:ochre_jelly.png]] {{monsymlink|ochre jelly}}
 
* Additional monsters added in [[SLASH'EM]]
 
** [[Image:clear_jelly.png]] {{monsym|clear jelly}} [[jelly (SLASH'EM)|clear jelly]]
 
** [[Image:yellow_jelly.png]] {{monsym|yellow jelly}} [[jelly (SLASH'EM)|yellow jelly]]
 
** [[Image:orange_jelly.png]] {{monsym|orange jelly}} [[jelly (SLASH'EM)|orange jelly]]
 
** [[Image:rancid_jelly.png]] {{monsym|rancid jelly}} [[jelly (SLASH'EM)|rancid jelly]]
 
* A healing and attribute-altering [[comestible|food]] item
 
** [[Image:lump_of_royal_jelly.png]] {{yellow|%}} [[lump of royal jelly]]
 
  
 +
* {{monsymlink|blue jelly}}
 +
* {{monsymlink|spotted jelly}}
 +
* {{monsymlink|ochre jelly}}
 +
 +
==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:{{refsrc|include/hack.h|305|nethack=3.6.7}}{{refsrc|src/polyself.c|1613|version=NetHack 3.6.7}}
  
== Body Parts ==
 
'''Jelly''' also refers to the grouping of body parts for the forms of jellies. It affects the messages referring to the appropriate body parts as follows
 
 
{| class="prettytable"
 
{| class="prettytable"
!Bodypart{{refsrc|hack.h|226}}!!Description
+
!Body part!!Description
 
|-
 
|-
|Arm||Pseudopod
+
|Arm||Pseudopod (tentacle for jellyfish)
 
|-
 
|-
 
|Eye||Dark spot
 
|Eye||Dark spot
Line 25: Line 25:
 
|Face||Front
 
|Face||Front
 
|-
 
|-
|Finger||Pseudopod extension
+
|Finger||Pseudopod extension (tentacle for jellyfish)
 
|-
 
|-
 
|Fingertip||Pseudopod extremity
 
|Fingertip||Pseudopod extremity
 
|-
 
|-
|Foot||Pseudopod root
+
|Foot||Pseudopod root (tentacle for jellyfish)
 
|-
 
|-
|Hand||Grasp
+
|Hand||Grasp (tentacle for jellyfish)
 
|-
 
|-
 
|Handed||Grasped
 
|Handed||Grasped
Line 45: Line 45:
 
|Spine||Surface
 
|Spine||Surface
 
|-
 
|-
|Toe||Pseudopod extremity
+
|Toe||Pseudopod extremity (tentacle for jellyfish)
 
|-
 
|-
 
|Hair||Ripples
 
|Hair||Ripples
Line 58: Line 58:
 
|}
 
|}
  
 +
===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/>
{{disambig}}
+
{{nethack-367}}
 +
[[Category:Monster classes]]
 +
[[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