Difference between revisions of "Rogue (player monster)"

From NetHackWiki
Jump to navigation Jump to search
m (Text replace - "({{refsrc\|[a-zA-Z0-9\._]+\|[0-9]+\|comment=)[\.:;, ]+([^\|{}<>]*}})" to "$1$2")
m (Text replace - "<ref>{{sourcecode\| *([a-zA-Z0-9_]*\.des) *\| *([0-9]*) *}} *<\/ref>" to "{{refsrc|$1|$2}}")
Line 24: Line 24:
 
A '''rogue''' is a [[player monster]] corresponding to the [[rogue]] [[role]].
 
A '''rogue''' is a [[player monster]] corresponding to the [[rogue]] [[role]].
 
Like other player monsters, rogues are never randomly generated and are thus rarely seen.
 
Like other player monsters, rogues are never randomly generated and are thus rarely seen.
A peaceful rogue named Pug appears on the final level of the [[Wizard quest]]<ref>{{sourcecode|Wizard.des|346}}</ref>. Other than that, no rogues are normally found outside the [[Astral Plane]], where they may appear among the hostile player monsters generated there<ref>{{function|mplayer.c|create_mplayers}}</ref>.
+
A peaceful rogue named Pug appears on the final level of the [[Wizard quest]]{{refsrc|Wizard.des|346}}. Other than that, no rogues are normally found outside the [[Astral Plane]], where they may appear among the hostile player monsters generated there<ref>{{function|mplayer.c|create_mplayers}}</ref>.
  
Reading a cursed [[scroll of genocide]] as a rogue while [[confused]] will summon a number of rogue monsters, although they won't have their usual equipment.  Using [[undead turning]] on the corpse or [[stone to flesh]] on the statue of a dead rogue left on a [[bones level]] will revive the corpse or statue as a player monster.  Rogue corpses will also be found in the [[Valley of the Dead]]<ref>{{sourcecode|gehennom.des|61}}</ref>, and a statue of a rogue may appear on [[Medusa's Island]]{{refsrc|sp_lev.c|1004|comment= the code is very cryptic but fortunately has comments}}.
+
Reading a cursed [[scroll of genocide]] as a rogue while [[confused]] will summon a number of rogue monsters, although they won't have their usual equipment.  Using [[undead turning]] on the corpse or [[stone to flesh]] on the statue of a dead rogue left on a [[bones level]] will revive the corpse or statue as a player monster.  Rogue corpses will also be found in the [[Valley of the Dead]]{{refsrc|gehennom.des|61}}, and a statue of a rogue may appear on [[Medusa's Island]]{{refsrc|sp_lev.c|1004|comment= the code is very cryptic but fortunately has comments}}.
  
 
Most rogues encountered in the main dungeon will turn out to be [[doppelganger]]s, which may temporarily assume the form of a rogue.
 
Most rogues encountered in the main dungeon will turn out to be [[doppelganger]]s, which may temporarily assume the form of a rogue.

Revision as of 11:12, 25 September 2012

A rogue is a player monster corresponding to the rogue role. Like other player monsters, rogues are never randomly generated and are thus rarely seen. A peaceful rogue named Pug appears on the final level of the Wizard quest[1]. Other than that, no rogues are normally found outside the Astral Plane, where they may appear among the hostile player monsters generated there[2].

Reading a cursed scroll of genocide as a rogue while confused will summon a number of rogue monsters, although they won't have their usual equipment. Using undead turning on the corpse or stone to flesh on the statue of a dead rogue left on a bones level will revive the corpse or statue as a player monster. Rogue corpses will also be found in the Valley of the Dead[3], and a statue of a rogue may appear on Medusa's Island[4].

Most rogues encountered in the main dungeon will turn out to be doppelgangers, which may temporarily assume the form of a rogue.

Equipment[5][6]

A rogue on the Astral Plane will carry either a short sword (50%), a long sword (25%) or a randomly chosen melee weapon (25%). The weapon's enchantment will be random between +4 and +8, and it will be either erodeproof or greased (but not both) with 33.3% probability each. There is a 50% chance that the weapon will be made into an artifact of the same type, if possible. (There are no artifact short swords in the game, but plenty of artifact long swords.)

Like other player monsters on the Astral Plane, rogues will also be equipped with 1d3 random offensive items, 1d3 random defensive items and 1d3 random miscellaneous items, as well as a randomly generated ascension kit containing dragon scale mail and various other pieces of armor (as well as a cheap plastic imitation of the Amulet of Yendor, some gold and other items).

References