Difference between revisions of "Monster starting inventory"

From NetHackWiki
Jump to navigation Jump to search
(enumerate which monsters drop specific stuff)
(spiders & snakes)
Line 1: Line 1:
 
Certain types of '''monster'''s may be created with<ref>[[Makemon.c#line487]]</ref> objects in their '''starting inventory''' appropriate to their species. A pretty comprehensive spoiler can be found [http://groups.google.com/group/rec.games.roguelike.nethack/msg/e34120648c374754 here]. Additionally, they may be eligible for a random [[offensive item]] and/or [[defensive item]].
 
Certain types of '''monster'''s may be created with<ref>[[Makemon.c#line487]]</ref> objects in their '''starting inventory''' appropriate to their species. A pretty comprehensive spoiler can be found [http://groups.google.com/group/rec.games.roguelike.nethack/msg/e34120648c374754 here]. Additionally, they may be eligible for a random [[offensive item]] and/or [[defensive item]].
 +
 +
[[Spider]]s and [[snake]]s generated during initial [[level generation]] get a random [[item]] on top of them (to [[hide]] under).
  
 
Monster starting inventory can provide valuable hints at the true [[identification|identities]] of objects with [[randomized appearance]]s.
 
Monster starting inventory can provide valuable hints at the true [[identification|identities]] of objects with [[randomized appearance]]s.

Revision as of 23:04, 28 December 2009

Certain types of monsters may be created with[1] objects in their starting inventory appropriate to their species. A pretty comprehensive spoiler can be found here. Additionally, they may be eligible for a random offensive item and/or defensive item.

Spiders and snakes generated during initial level generation get a random item on top of them (to hide under).

Monster starting inventory can provide valuable hints at the true identities of objects with randomized appearances.

Death drops

Sometimes, random objects (death drops) can be found on a monster's corpse it did not have when alive. Also, golems, dragons, long worms, unicorns, and some unique monsters get certain appropriate non-random "death drops".

References

This page is a stub. Should you wish to do so, you can contribute by expanding this page.