Difference between revisions of "M2 NASTY"

From NetHackWiki
Jump to navigation Jump to search
m (pothole)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:M2_NASTY}}
 
{{DISPLAYTITLE:M2_NASTY}}
 
{{for2|the "nasties" summoned by high-level monster spellcasters|[[summon nasties#Nasties|summon nasties]]}}
 
{{for2|the "nasties" summoned by high-level monster spellcasters|[[summon nasties#Nasties|summon nasties]]}}
The '''M2_NASTY''' monster flag influences{{refsrc|mondata.h|103|comment=extra_nasty() macro detects M2_NASTY}} the [[experience]] killing a monster gains you{{refsrc|exper.c|84|comment=extra_nasty() grants extra experience}} and what [[weapon]]s they might be generated with.{{refsrc|makemon.c|431|comment=extra_nasty() biases towards better weapons}}
+
The '''M2_NASTY''' monster flag influences{{refsrc|mondata.h|103|comment=extra_nasty() macro detects M2_NASTY}} the [[experience points#Experience points from killing monsters|experience points]] killing a monster gains you{{refsrc|exper.c|84|comment=extra_nasty() grants extra experience}} and what [[weapon]]s they might be generated with.{{refsrc|makemon.c|431|comment=extra_nasty() biases towards better weapons}}
  
 
This flag is completely unrelated to the "nasties" summoned by the [[summon nasties]] monster spell.
 
This flag is completely unrelated to the "nasties" summoned by the [[summon nasties]] monster spell.

Latest revision as of 06:36, 11 June 2024

For the "nasties" summoned by high-level monster spellcasters, see summon nasties.

The M2_NASTY monster flag influences[1] the experience points killing a monster gains you[2] and what weapons they might be generated with.[3]

This flag is completely unrelated to the "nasties" summoned by the summon nasties monster spell.

The following monsters are M2_NASTY:

SLASH'EM

In SLASH'EM, the following monsters also have the M2_NASTY flag set:

A user has suggested improving this page or section as follows:

"What was changed in UnNetHack?"

References

  1. mondata.h in NetHack 3.4.3, line 103: extra_nasty() macro detects M2_NASTY
  2. exper.c in NetHack 3.4.3, line 84: extra_nasty() grants extra experience
  3. makemon.c in NetHack 3.4.3, line 431: extra_nasty() biases towards better weapons
  4. trap.c in NetHack 3.4.3, line 2039: extra_nasty() discerns adult dragons from baby dragons to let them tear through webs

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.4.3. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-343}} tag to the current version's tag or {{noversion}} as appropriate.