Human (monster)

From NetHackWiki
Jump to navigation Jump to search

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