Difference between revisions of "Slithy"

From NetHackWiki
Jump to navigation Jump to search
(touch up some)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Slithy''' is a property which [[monster]]s can have. It is explained in the code as meaning having a "serpent body",{{refsrc|monflag.h|89|version=NetHack 3.6.0}} but is also used by some non-serpentine monsters such as [[jellyfish]] and [[shark]]s.
+
'''Slithy''' is a property which [[monster]]s can have. It is explained in the code as meaning having a "serpent body", but some non-serpentine monsters also have the property, such as [[jellyfish]] and [[shark]]s.{{refsrc|monflag.h|89|version=NetHack 3.6.0}}
  
Slithy monsters cannot [[kick]],{{refsrc|dokick.c|760|version=NetHack 3.6.0}} wear boots,{{refsrc|do_wear.c|1645|version=NetHack 3.6.0}}{{refsrc|polyself.c|944|version=NetHack 3.6.0}} [[Riding|ride]] a steed,{{refsrc|steed.c|221|version=NetHack 3.6.0}} or [[Jumping|jump]] (except with the {{spell of|jumping}} spell).{{refsrc|apply.c|1498|version=NetHack 3.6.0}}
+
==Description==
 +
Slithy monsters have no legs, so they cannot [[kick]],{{refsrc|dokick.c|760|version=NetHack 3.6.0}} wear boots,{{refsrc|do_wear.c|1645|version=NetHack 3.6.0}}{{refsrc|polyself.c|944|version=NetHack 3.6.0}} [[Riding|ride]] a steed,{{refsrc|steed.c|221|version=NetHack 3.6.0}} or [[Jumping|jump]] (except with the {{spell of|jumping}} spell).{{refsrc|apply.c|1498|version=NetHack 3.6.0}}
  
 
A slithy monster which is medium-[[size]]d or smaller can move through [[iron bars]].{{refsrc|mondata.c|303|version=NetHack 3.6.0}}
 
A slithy monster which is medium-[[size]]d or smaller can move through [[iron bars]].{{refsrc|mondata.c|303|version=NetHack 3.6.0}}
  
The following monsters are flagged as slithy: baby long worm, baby purple worm, long worm, purple worm, couatl, red naga hatchling, black naga hatchling, golden naga hatchling, guardian naga hatchling, red naga, black naga, golden naga, guardian naga, garter snake, snake, water moccasin, python, pit viper, cobra, marilith, Geryon, jellyfish, piranha, shark, giant eel, electric eel, salamander.
+
==List of slithy monsters==
 +
The following monsters are flagged as slithy:
 +
 
 +
* All {{monclass|w}}s
 +
* {{monsymlink|Couatl}}
 +
* All {{monclass|N}}s
 +
* All {{monclass|S}}s
 +
* All {{monclass|;}}s minus the {{monsymlink|kraken}}
 +
* {{monsymlink|Salamander}}s
 +
* {{monsymlink|Marilith}}s
 +
* {{monsymlink|Geryon}}
 +
 
 +
==Origin==
 +
The word "slithy" was invented by Lewis Carroll, and appears in the first line of his famous nonsense poem "Jabberwocky":
 +
 
 +
<pre>Twas brillig, and the slithy toves
 +
Did gyre and gimble in the wabe ...</pre>
  
 
==References==
 
==References==
 
<references/>
 
<references/>
 
+
{{nethack-366}}
 
[[Category:Properties]]
 
[[Category:Properties]]
{{nethack-360}}
 

Latest revision as of 06:11, 6 March 2023

Slithy is a property which monsters can have. It is explained in the code as meaning having a "serpent body", but some non-serpentine monsters also have the property, such as jellyfish and sharks.[1]

Description

Slithy monsters have no legs, so they cannot kick,[2] wear boots,[3][4] ride a steed,[5] or jump (except with the jumping spell).[6]

A slithy monster which is medium-sized or smaller can move through iron bars.[7]

List of slithy monsters

The following monsters are flagged as slithy:

Origin

The word "slithy" was invented by Lewis Carroll, and appears in the first line of his famous nonsense poem "Jabberwocky":

Twas brillig, and the slithy toves
Did gyre and gimble in the wabe ...

References