Difference between revisions of "Lizard (monster class)"

From NetHackWiki
Jump to navigation Jump to search
(THEM, word choice, etc.)
(neaten up, match other articles)
Line 1: Line 1:
In ''[[NetHack]]'', the '''lizard''' [[monster class]] contains [[monster]]s represented by a colon glyph ({{white|:}}). It is not to be confused with the monster known as the [[lizard]], which is a member of this class.
+
{{for|the monster|lizard}}
 +
The '''lizard''' is a [[monster class]] that appears in ''[[NetHack]]'', and is represented by the [[colon]] glyph ({{white|:}}). Lizards are designated internally by the macro '''S_LIZARD'''.{{refsrc|include/monsym.h|72|version=NetHack 3.6.7}}
  
The lizard monster class consists of:
+
The class contains the following monsters:{{refsrc|src/monst.c|2656|version=NetHack 3.6.7}}
  
 
* {{monsymlink|newt}}
 
* {{monsymlink|newt}}
 
* {{monsymlink|gecko}}
 
* {{monsymlink|gecko}}
 
* {{monsymlink|iguana}}
 
* {{monsymlink|iguana}}
 +
* {{monsymlink|baby crocodile}}
 
* {{monsymlink|lizard}}
 
* {{monsymlink|lizard}}
 
* {{monsymlink|chameleon}}
 
* {{monsymlink|chameleon}}
 
* {{monsymlink|crocodile}}
 
* {{monsymlink|crocodile}}
** {{monsymlink|baby crocodile}}
 
 
* {{monsymlink|salamander}}
 
* {{monsymlink|salamander}}
  
 
==Strategy==
 
==Strategy==
Most early lizards are unremarkable and easy to handle, including the lizard itself. Of the few that can actually trouble players, the chameleon's difficulty is entirely dependent on what it shapeshifts into, and it is fairly likely you may encounter it in an easy-to-dispatch form; conversely, the salamander does not even appear in a game normally until [[Gehennom]]. The crocodile is capable of inflicting severe damage unless fought with care, but has a lower speed that can be taken advantage of.
+
Most early lizards are unremarkable and easy to handle, including the lizard itself. Of the few that can actually trouble players, the chameleon's difficulty is entirely dependent on what it shapeshifts into, and it is fairly likely you may encounter it in an easy-to-dispatch form; conversely, the salamander will not appear in a game normally until [[Gehennom]]. The crocodile is capable of inflicting severe damage unless fought with care, but has a lower speed that can be taken advantage of.
  
 
==Appearance==
 
==Appearance==
Line 22: Line 23:
 
[[SLASH'EM]] introduces new monsters to the lizard monster class:
 
[[SLASH'EM]] introduces new monsters to the lizard monster class:
  
** {{monsymlink|gila monster}}
+
* {{monsymlink|gila monster}}
** {{monsymlink|rhaumbusun}}
+
* {{monsymlink|rhaumbusun}}
** {{monsymlink|basilisk}}
+
* {{monsymlink|basilisk}}
** {{monsymlink|komodo dragon}}
+
* {{monsymlink|komodo dragon}}
  
 
===UnNetHack===
 
===UnNetHack===
 
[[UnNetHack]] introduces one new monster to the lizard monster class:
 
[[UnNetHack]] introduces one new monster to the lizard monster class:
 +
 
* {{monsymlink|giant turtle}}
 
* {{monsymlink|giant turtle}}
  

Revision as of 07:39, 25 December 2023

For the monster, see lizard.

The lizard is a monster class that appears in NetHack, and is represented by the colon glyph (:). Lizards are designated internally by the macro S_LIZARD.[1]

The class contains the following monsters:[2]

Strategy

Most early lizards are unremarkable and easy to handle, including the lizard itself. Of the few that can actually trouble players, the chameleon's difficulty is entirely dependent on what it shapeshifts into, and it is fairly likely you may encounter it in an easy-to-dispatch form; conversely, the salamander will not appear in a game normally until Gehennom. The crocodile is capable of inflicting severe damage unless fought with care, but has a lower speed that can be taken advantage of.

Appearance

"Lizard" is a category that includes all form of non-snake reptiles and amphibians, both mundane and fantastic. While the chameleon and salamander are named for real-world animals, the former is portrayed in a much more fantastic fashion, and the latter is based on a monster from Dungeons & Dragons. With the exception of the salamander, all lizards are classified as animals.

Variants

SLASH'EM

SLASH'EM introduces new monsters to the lizard monster class:

UnNetHack

UnNetHack introduces one new monster to the lizard monster class:

xNetHack

In xNetHack, version 3.0 changed the glyph for this monster class to l (lowercase L) to avoid using a punctuation glyph; leprechauns were merged into the ​i imp or minor demon class. This was reverted in version 6.0.[3]

SlashTHEM

SlashTHEM retains the monsters added in SlashTHEM and adds new monsters to the lizard monster class:

References