Difference between revisions of "Galltrit"

From NetHackWiki
Jump to navigation Jump to search
m (Fixing tile)
Line 22: Line 22:
 
The '''galltrit''' is a [[monster]] that first appeared in [[SLASH 6]], the precursor to [[SLASH'EM]].  It is not part of [[NetHack 3.4.3]].  Code for the monster appears in the source for SLASH'EM, but the code is commented out, making it a [[deferred feature]].   
 
The '''galltrit''' is a [[monster]] that first appeared in [[SLASH 6]], the precursor to [[SLASH'EM]].  It is not part of [[NetHack 3.4.3]].  Code for the monster appears in the source for SLASH'EM, but the code is commented out, making it a [[deferred feature]].   
  
Galltrits are included in the SLASH'EM variants [[Slash'EM Extended]] and [[SLASHTHEM]].
+
Galltrits are included in the SLASH'EM variants [[Slash'EM Extended]] and [[SlashTHEM]].
  
 
==Description==
 
==Description==
Line 35: Line 35:
  
 
==References==
 
==References==
* NetHack 3.4.3 monst.c line 412
+
*NetHack 3.4.3 monst.c line 412
* SLASH 6 monst.c#line 544
+
*SLASH 6 monst.c#line 544
* SLASH 6 monstr.c#line 9
+
*SLASH 6 monstr.c#line 9
* SLASH 6 data#line 204
+
*SLASH 6 data#line 204
  
 
==See also==
 
==See also==
* [[Jermlaine]] - another deferred SLASH'EM monster from SLASH 6
+
*[[Jermlaine]], another deferred SLASH'EM monster from SLASH 6
  
 
[[Category:SLASH'EM monsters]]
 
[[Category:SLASH'EM monsters]]
 
[[Category:Slash'EM Extended monsters]]
 
[[Category:Slash'EM Extended monsters]]
[[Category:SLASHTHEM]]
+
[[Category:SlashTHEM]]

Revision as of 21:11, 8 January 2020

The galltrit is a monster that first appeared in SLASH 6, the precursor to SLASH'EM. It is not part of NetHack 3.4.3. Code for the monster appears in the source for SLASH'EM, but the code is commented out, making it a deferred feature.

Galltrits are included in the SLASH'EM variants Slash'EM Extended and SlashTHEM.

Description

The galltrit's attacks are identical to those of the gremlin: three physical attacks, followed by an intrinsic-stealing attack.

Origin

The galltrit comes from D&D. It is a tiny (about six inches tall) blood-sucking gremlin. The in-game galltrit is no smaller than an ordinary gremlin, however.

Encyclopedia

A faster, but less hardy variety of the common gremlin.

References

  • NetHack 3.4.3 monst.c line 412
  • SLASH 6 monst.c#line 544
  • SLASH 6 monstr.c#line 9
  • SLASH 6 data#line 204

See also

  • Jermlaine, another deferred SLASH'EM monster from SLASH 6