Difference between revisions of "Glob"

From NetHackWiki
Jump to navigation Jump to search
(More info on coalescing behavior)
(Added messages relating to coalescence)
Line 43: Line 43:
  
 
==Effects==
 
==Effects==
Unlike corpses, globs cannot be [[sacrifice]]d. If two globs of the same type are on the same or adjacent floor squares, or in the same [[inventory]] or [[container]], they will coalesce into a larger glob. Larger globs have greater [[weight]] and [[nutrition]]al value. Globs are described as "small" if their weight is 100 or less, "large" if 301 or more, and "very large" if 501 or more.{{refsrc|src/objnam.c|544|version=NetHack 3.6.1}}
+
Unlike corpses, globs cannot be [[sacrifice]]d. If two globs of the same type are on the same or adjacent floor squares, or in the same [[inventory]] or [[container]], they will coalesce into a larger glob. Larger globs have greater [[weight]] and [[nutrition]]al value. Globs are described as "small" if their weight is 100 or less, "large" if 301 or more, and "very large" if 501 or more.{{refsrc|src/objnam.c|576|version=NetHack 3.6.6}}
  
 
All globs are [[acidic]] to eat and break [[vegan]] conduct. They can become tainted and cause [[food poisoning]], just as corpses do, but will never fully rot away. Globs of black pudding additionally break vegetarian conduct when eaten, as a [[pun]] on the blood sausage dish sometimes being called "black pudding".
 
All globs are [[acidic]] to eat and break [[vegan]] conduct. They can become tainted and cause [[food poisoning]], just as corpses do, but will never fully rot away. Globs of black pudding additionally break vegetarian conduct when eaten, as a [[pun]] on the blood sausage dish sometimes being called "black pudding".
Line 51: Line 51:
 
==Strategy==
 
==Strategy==
 
Globs replacing corpses makes [[pudding farming]] far less effective, thus rendering it obsolete as a farming strategy in post-[[3.4.3]] versions of ''NetHack'' and variants based on them.
 
Globs replacing corpses makes [[pudding farming]] far less effective, thus rendering it obsolete as a farming strategy in post-[[3.4.3]] versions of ''NetHack'' and variants based on them.
 +
 +
==Messages==
 +
{{message|The [adjacent] globs of <monster> coalesce.|Two globs merged on the floor to form a larger glob. They are described as "adjacent" unless the resulting glob is at your feet.{{refsrc|src/mkobj.c|2933|version=NetHack 3.6.6|comment=<code>otmp->ox</code>,<code>oy</code> and <code>otmp2->ox</code>,<code>oy</code> in <code>pudding_merge_message</code> appear to both refer to the position of the resultant glob, not the two positions of the pre-merge globs.}}}}
 +
{{message|You see parts of the floor melting!|As above, while [[hallucinating]].}}
 +
{{message|The globs of <monster> coalesce inside your pack.|You picked up a glob while carrying one of the same type, causing them to merge.}}
 +
{{message|Your pack reaches out and grabs something!|As above, while hallucinating.}}
 +
{{message|You hear a faint sloshing sound.|Two globs merged on the floor, but you could not see the resulting glob.}}
  
 
==History==
 
==History==
Line 58: Line 65:
 
Many variants are based on 3.4.3, and as such some of them do not have globs.
 
Many variants are based on 3.4.3, and as such some of them do not have globs.
 
{{todo|List notable exceptions to the variant rule?}}
 
{{todo|List notable exceptions to the variant rule?}}
 +
 +
==References==
 +
<references />
  
 
{{nethack-364}}
 
{{nethack-364}}
 
[[Category:Comestibles]]
 
[[Category:Comestibles]]

Revision as of 08:38, 10 April 2020

% Glob of black pudding.png
Name glob of black pudding
Base price 6 zm
Nutrition 20
Turns to eat 2
Weight 20
Conduct meat
% Glob of brown pudding.png
Name glob of brown pudding
Base price 6 zm
Nutrition 20
Turns to eat 2
Weight 20
Conduct vegetarian
% Glob of gray ooze.png
Name glob of gray ooze
Base price 6 zm
Nutrition 20
Turns to eat 2
Weight 20
Conduct vegetarian
% Glob of green slime.png
Name glob of green slime
Base price 6 zm
Nutrition 20
Turns to eat 2
Weight 20
Conduct vegetarian

A glob is an item introduced in version 3.6.0 of NetHack, replacing corpses as the remains of black puddings, brown puddings, gray oozes, and green slimes. Monsters that leave globs will not drop any other items besides the ones in their inventory at the time of death.

Effects

Unlike corpses, globs cannot be sacrificed. If two globs of the same type are on the same or adjacent floor squares, or in the same inventory or container, they will coalesce into a larger glob. Larger globs have greater weight and nutritional value. Globs are described as "small" if their weight is 100 or less, "large" if 301 or more, and "very large" if 501 or more.[1]

All globs are acidic to eat and break vegan conduct. They can become tainted and cause food poisoning, just as corpses do, but will never fully rot away. Globs of black pudding additionally break vegetarian conduct when eaten, as a pun on the blood sausage dish sometimes being called "black pudding".

Globs of green slime only cause sliming if eaten; the rest have a chance to convey a random intrinsic resistance.

Strategy

Globs replacing corpses makes pudding farming far less effective, thus rendering it obsolete as a farming strategy in post-3.4.3 versions of NetHack and variants based on them.

Messages

The [adjacent] globs of <monster> coalesce.
Two globs merged on the floor to form a larger glob. They are described as "adjacent" unless the resulting glob is at your feet.[2]
You see parts of the floor melting!
As above, while hallucinating.
The globs of <monster> coalesce inside your pack.
You picked up a glob while carrying one of the same type, causing them to merge.
Your pack reaches out and grabs something!
As above, while hallucinating.
You hear a faint sloshing sound.
Two globs merged on the floor, but you could not see the resulting glob.

History

In NetHack 3.6.0, globs could not give resistances when eaten. This was fixed in 3.6.1.

Variants

Many variants are based on 3.4.3, and as such some of them do not have globs.

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

"List notable exceptions to the variant rule?"

References

  1. src/objnam.c in NetHack 3.6.6, line 576
  2. src/mkobj.c in NetHack 3.6.6, line 2933: otmp->ox,oy and otmp2->ox,oy in pudding_merge_message appear to both refer to the position of the resultant glob, not the two positions of the pre-merge globs.


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

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

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