Difference between revisions of "Human (monster)"

From NetHackWiki
Jump to navigation Jump to search
m
(upcoming: trap corpses)
 
(24 intermediate revisions by 11 users not shown)
Line 9: Line 9:
 
  |MR=0
 
  |MR=0
 
  |align=0
 
  |align=0
  |frequency=Not randomly generated
+
  |frequency=0
 
  |genocidable=No
 
  |genocidable=No
 
  |attacks=Weapon 1d6
 
  |attacks=Weapon 1d6
Line 17: Line 17:
 
  |resistances=None
 
  |resistances=None
 
  |resistances conveyed=None
 
  |resistances conveyed=None
  |attributes={{attributes|A human|=
+
  |attributes={{attributes|A human|humanoid=1|omnivore=1|nopoly=1|human=1|strong=1|collect=1|infravisible=1}}
|humanoid=1|omnivore=1|nopoly=1|human=1|strong=1|collect=1|infravisible=1}}
 
 
  |reference=[[monst.c#line2277]]
 
  |reference=[[monst.c#line2277]]
 
}}
 
}}
  
A '''human''' is a very rare monster &mdash; it is never randomly generated or placed in a normal game.<ref>[[monst.c#line2278]]</ref> They can be created by zapping a [[wand of undead turning]] at a human corpse, which can often be found in [[graveyard]]s and are sometimes left by human [[mummies]].  A human can also be created by [[reverse genocide]], if the player is human.
+
A '''human''', {{monsym|human}}, is a type of [[monster]] that appears in ''[[NetHack]]''. It serves as the base monster for the [[corpse]] left by [[Human (starting race)|human]] characters, [[human zombie]]s or [[human mummies]].
  
== Encyclopedia entry ==
+
==Generation==
These strange creatures live mostly on the surface of the
+
Standard humans are [[Normal mechanism|not randomly generated]].
earth, gathering together in societies of various forms, but
 
occasionally a stray will descend into the depths and commit
 
mayhem among the dungeon residents who, naturally, often
 
resent the intrusion of such beasts.  They are capable of
 
using weapons and magic, and it is even rumored that the
 
Wizard of Yendor is a member of this species.
 
  
== References ==
+
A human zombie or human mummy will leave an aged human [[corpse]] behind upon death;{{refsrc|src/mon.c|147|nethack=3.6.7|name="undead_to_corpse"|comment=Converting monster index of undead to corpses of their living counterparts}}{{refsrc|src/mon.c|372|nethack=3.6.7|name="make_corpse"|comment=Undead corpses and their ages are handled with other "special" death drops}} player humans that are killed and leave [[bones]] will have a human corpse atop their grave, unless they were killed by certain monsters or else [[Stoning|stoned]] or [[disintegrate]]d. Humans can be generated by zapping a [[wand of undead turning]] at a human corpse that is ''not'' left by a human zombie or mummy, or else selecting humans while reading a [[cursed]] [[scroll of genocide]].
<references/>
+
 
 +
The [[Wizard of Yendor]] may create a clone of himself in the guise of a troll via the [[Double Trouble]] [[monster spell]], which is one of the few instances a player can encounter the monster without creating one themselves.{{refsrc|src/wizard.c|51|version=NetHack 3.6.7}}
 +
 
 +
{{upcoming|3.7.0|Per {{commit|524ae27c990e7d097c7513d6c0218c98dbd62684}}, human corpses generated as part of fake [[bones]] on [[trap]]s have a {{frac|24|25}} chance of being replaced with a [[player monster]] corpse.}}
 +
 
 +
==Murder and monster humans==
 +
Strangely, killing ''any'' standard human, even a hostile one, will be considered [[murder]] for a lawful character. This occurs because the following conditions must be met for murder penalties to apply:
 +
 
 +
* The player must not be [[chaotic]]
 +
* The monster killed must be [[human (monster attribute)|of human type]]
 +
* The monster killed must not be a [[player monster]]
 +
* The monster killed must not always be generated [[hostile]]
 +
* Killing the monster must produce a ''non-positive'' change in [[alignment record]] for the player
 +
 
 +
For a non-chaotic character, the first four conditions are always met, since humans are not always generated hostile. However, they are also not guaranteed to be peaceful: they will always be hostile to a lawful character, and have a 50% chance of being peaceful to a neutral character. Because of [[alignment record#Alignment gains from killing monsters|the way alignment gain works]], killing a ''hostile'' human will be considered murder for lawfuls, since killing a cross-aligned "sometimes peaceful" monster adjusts the player's alignment record by <code>malign</code> - this represents the monster's alignment, which in the case of the neutral human is ''zero'', and neither positive nor negative. The human is the only monster for which these conditions can align.
 +
 
 +
For a neutral character, killing a hostile human will not be considered murder, as the alignment gain from killing a co-aligned "sometimes peaceful" monster is <code>max(3, malign)</code>, or 3 - killing a ''peaceful'' human will still be considered murder as normal.
 +
 
 +
{{upcoming|3.7.0|Per {{commit|cd91d0630b4aac8b502713715b29a696ece5d765}}, killing standard humans no longer incurs murder penalties.}}
  
{{wikipedia|Human}}
+
==Encyclopedia entry==
 +
{{encyclopedia|<poem>
 +
These strange creatures live mostly on the surface of the earth, gathering together in societies of various forms, but occasionally a stray will descend into the depths and commit mayhem among the dungeon residents who, naturally, often resent the intrusion of such beasts.  They are capable of using weapons and magic, and it is even rumored that the Wizard of Yendor is a member of this species.
 +
</poem>}}
  
 +
==References==
 +
<references/>
 +
{{nethack-367}}
 
[[Category:Monsters]]
 
[[Category:Monsters]]

Latest revision as of 15:48, 9 March 2024

A human, @, is a type of monster that appears in NetHack. It serves as the base monster for the corpse left by human characters, human zombies or human mummies.

Generation

Standard humans are not randomly generated.

A human zombie or human mummy will leave an aged human corpse behind upon death;[1][2] player humans that are killed and leave bones will have a human corpse atop their grave, unless they were killed by certain monsters or else stoned or disintegrated. Humans can be generated by zapping a wand of undead turning at a human corpse that is not left by a human zombie or mummy, or else selecting humans while reading a cursed scroll of genocide.

The Wizard of Yendor may create a clone of himself in the guise of a troll via the Double Trouble monster spell, which is one of the few instances a player can encounter the monster without creating one themselves.[3]

The following information pertains to an upcoming version (3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Per commit 524ae27c, human corpses generated as part of fake bones on traps have a 2425 chance of being replaced with a player monster corpse.

Murder and monster humans

Strangely, killing any standard human, even a hostile one, will be considered murder for a lawful character. This occurs because the following conditions must be met for murder penalties to apply:

For a non-chaotic character, the first four conditions are always met, since humans are not always generated hostile. However, they are also not guaranteed to be peaceful: they will always be hostile to a lawful character, and have a 50% chance of being peaceful to a neutral character. Because of the way alignment gain works, killing a hostile human will be considered murder for lawfuls, since killing a cross-aligned "sometimes peaceful" monster adjusts the player's alignment record by malign - this represents the monster's alignment, which in the case of the neutral human is zero, and neither positive nor negative. The human is the only monster for which these conditions can align.

For a neutral character, killing a hostile human will not be considered murder, as the alignment gain from killing a co-aligned "sometimes peaceful" monster is max(3, malign), or 3 - killing a peaceful human will still be considered murder as normal.

The following information pertains to an upcoming version (3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Per commit cd91d063, killing standard humans no longer incurs murder penalties.

Encyclopedia entry

These strange creatures live mostly on the surface of the earth, gathering together in societies of various forms, but occasionally a stray will descend into the depths and commit mayhem among the dungeon residents who, naturally, often resent the intrusion of such beasts. They are capable of using weapons and magic, and it is even rumored that the Wizard of Yendor is a member of this species.


References

  1. src/mon.c in NetHack 3.6.7, line 147: Converting monster index of undead to corpses of their living counterparts
  2. src/mon.c in NetHack 3.6.7, line 372: Undead corpses and their ages are handled with other "special" death drops
  3. src/wizard.c in NetHack 3.6.7, line 51