Difference between revisions of "Samurai (player monster)"

From NetHackWiki
Jump to navigation Jump to search
m (Spelling Error)
 
(3 intermediate revisions by 3 users not shown)
Line 23: Line 23:
  
 
A '''samurai''' is a [[player monster]] corresponding to the [[samurai]] [[role]].
 
A '''samurai''' is a [[player monster]] corresponding to the [[samurai]] [[role]].
Like other player monsters, samurai are never randomly generated and are thus rarely seen.
 
No samurai are normally found outside the [[Astral Plane]], where they may appear among the hostile player monsters generated there<ref>{{function|mplayer.c|create_mplayers|version=NetHack 3.6.0}}</ref>. The only exception to this are the small groups of samurai monsters that appear on the [[Samurai quest]].
 
  
Reading a cursed [[scroll of genocide]] as a samurai while [[confused]] will summon a number of samurai 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 samurai left on a [[bones level]] will revive the corpse or statue as a player monster.  Samurai corpses will also be found in the [[Valley of the Dead]]{{refsrc|dat/gehennom.des|93|version=NetHack 3.6.0}}, and a statue of a samurai may appear on [[Medusa's Island]]{{refsrc|src/sp_lev.c|1896|version=NetHack 3.6.0|comment= the code is very cryptic but fortunately has comments}}.
+
==Generation==
 +
{{main|Player monster#Generation}}
  
Most samurai encountered in the main dungeon will turn out to be [[doppelganger]]s, which may temporarily assume the form of a samurai.
+
Like other player monsters, samurai are never randomly generated and are thus rarely seen. They are normally found outside of the [[Astral Plane]], where they may appear among the hostile player monsters generated there.<ref>{{function|mplayer.c|create_mplayers|version=NetHack 3.6.0}}</ref> Most samurai encountered in the main dungeon will turn out to be [[doppelganger]]s, which may temporarily assume their form; in any case, the game refers to them by the [[rank]] title appropriate for the monster's level.
  
== Equipment<ref>{{function|mplayer.c|mk_mplayer|version=NetHack 3.6.0}}</ref><ref>[http://www.doc.ic.ac.uk/~pgp/nh/moninvent-343.txt Monsters' Equipment Spoiler] by Boudewijn Waijers, Topi Linkala and Philip Potter</ref> ==
+
Reading a cursed [[scroll of genocide]] as a samurai while [[confused]] will summon a number of samurai 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 samurai left on a [[bones level]] will revive the corpse or statue as a player monster. Samurai corpses can be found in graveyards including those in the [[Valley of the Dead]],{{refsrc|dat/gehennom.des|93|version=NetHack 3.6.0}} and their statues may appear on [[Medusa's Island]]{{refsrc|src/sp_lev.c|1896|version=NetHack 3.6.0|comment= the code is very cryptic but fortunately has comments}} as well as in [[cockatrice nest]]s.
  
A samurai on the Astral Plane will carry either a [[katana]] (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.
+
=== Equipment ===
 +
{{main|Player monster#Equipment}}
  
Like other player monsters on the Astral Plane, samurai will also be equipped with [[d notation|1d3]] random [[offensive item]]s, 1d3 random [[defensive item]]s and 1d3 random [[miscellaneous item]]s, 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).
+
A samurai on the Astral Plane or in the Samurai quest will carry either a [[katana]] (50%), a [[long sword]] (25%) or a randomly chosen [[melee]] weapon (25%). The [[weapon]]'s [[enchantment]] will be random between +4 and +8 on the astral plane, or between +0 and +3 otherwise, and it will be either [[erodeproof]] or [[greased]] (but not both) with 33.3% probability each. On the Astral Plane, there is a 50% chance that the weapon will be made into an [[artifact]] of the same type, if possible.{{reffunc|mplayer.c|mk_mplayer|version=NetHack 3.6.1}}
  
== References ==
+
Like other player monsters, samurai will also be equipped with [[d notation|1d3]] random [[offensive item]]s, 1d3 random [[defensive item]]s and 1d3 random [[miscellaneous item]]s. The ones on the Astral Plane will also carry 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==
 
<references/>
 
<references/>
  
 
[[Category:Player monsters]]
 
[[Category:Player monsters]]
{{nethack-360}}
+
{{nethack-366}}

Latest revision as of 09:17, 12 April 2020

A samurai is a player monster corresponding to the samurai role.

Generation

Like other player monsters, samurai are never randomly generated and are thus rarely seen. They are normally found outside of the Astral Plane, where they may appear among the hostile player monsters generated there.[1] Most samurai encountered in the main dungeon will turn out to be doppelgangers, which may temporarily assume their form; in any case, the game refers to them by the rank title appropriate for the monster's level.

Reading a cursed scroll of genocide as a samurai while confused will summon a number of samurai 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 samurai left on a bones level will revive the corpse or statue as a player monster. Samurai corpses can be found in graveyards including those in the Valley of the Dead,[2] and their statues may appear on Medusa's Island[3] as well as in cockatrice nests.

Equipment

A samurai on the Astral Plane or in the Samurai quest will carry either a katana (50%), a long sword (25%) or a randomly chosen melee weapon (25%). The weapon's enchantment will be random between +4 and +8 on the astral plane, or between +0 and +3 otherwise, and it will be either erodeproof or greased (but not both) with 33.3% probability each. On the Astral Plane, there is a 50% chance that the weapon will be made into an artifact of the same type, if possible.[4]

Like other player monsters, samurai will also be equipped with 1d3 random offensive items, 1d3 random defensive items and 1d3 random miscellaneous items. The ones on the Astral Plane will also carry 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