Difference between revisions of "M2 PRINCE"

From NetHackWiki
Jump to navigation Jump to search
(Description: refsrc, see also)
m (Description: line#)
Line 19: Line 19:
 
Being a prince has the following effects:
 
Being a prince has the following effects:
 
* A prince that can wield weapons and has no special rules for its species is [[monster starting inventory#weapons|much more likely to receive a weapon]].{{refsrc|src/makemon.c|518|version=NetHack 3.6.6}}
 
* A prince that can wield weapons and has no special rules for its species is [[monster starting inventory#weapons|much more likely to receive a weapon]].{{refsrc|src/makemon.c|518|version=NetHack 3.6.6}}
* When throwing [[projectile]]s, a prince gets a +2 [[multishot]] bonus.{{refsrc|src/mthrowu.c|175|version=NetHack 3.6.6}}
+
* When throwing [[projectile]]s, a prince gets a +2 [[multishot]] bonus.{{refsrc|src/mthrowu.c|173|version=NetHack 3.6.6}}
 
* A prince's weapon will always be at least +1, and its armor will be at least +0.{{refsrc|src/makemon.c|1952|version=NetHack 3.6.6}}
 
* A prince's weapon will always be at least +1, and its armor will be at least +0.{{refsrc|src/makemon.c|1952|version=NetHack 3.6.6}}
 
* [[Demon summoning]] by same-race sacrifice cannot summon a demon prince. Only [[demon lords and princes]] can summon demon princes with their melee attacks.
 
* [[Demon summoning]] by same-race sacrifice cannot summon a demon prince. Only [[demon lords and princes]] can summon demon princes with their melee attacks.
 +
 
==See also==
 
==See also==
 
* [[M2_LORD]]
 
* [[M2_LORD]]

Revision as of 19:38, 13 December 2022

The M2_PRINCE monster flag (and the is_prince() macro that queries it) indicates that a monster is an "overlord" to its kind. The following monsters are princes:

Description

Being a prince has the following effects:

See also

References