Difference between revisions of "The Mitre of Holiness"

From NetHackWiki
Jump to navigation Jump to search
(corrected the formula for energy boost from invoking and changed the broken reference from refsrc to ref --~~~~)
Line 16: Line 16:
  
 
==Effects==
 
==Effects==
When carried, the Mitre of Holiness confers [[fire resistance]]. When worn, it also provides the normal effects of a helm of brilliance, as well as extrinsic [[protection]] - augmenting your [[magic cancellation]] as a [[ring of protection]], but not cumulative with one. If the wearer is a Priest, they also take half physical damage from all [[undead]] monsters and major [[demon]]s - this property does not stack with other [[half physical damage]] sources.{{refsrc|mhitu.c|1658|nethack=3.6.1}}
+
When carried, the Mitre of Holiness confers [[fire resistance]]. When worn, it also provides the normal effects of a helm of brilliance, as well as extrinsic [[protection]] - augmenting your [[magic cancellation]] as a [[ring of protection]], but not cumulative with one. If the wearer is a Priest, they also take half physical damage from all [[undead]] monsters and major [[demon]]s - this property does not stack with other [[half physical damage]] sources.<ref>[[mhitu.c#line1658]]</ref>
  
When [[invoked]], you get an [[energy]] boost equal to half of your maximum power, with a cap of 120; if it would have given you less than 12 energy, it fully refills your energy instead.<ref>[[artifact.c#line1238]] (code for <code>ENERGY_BOOST</code> effect)</ref>
+
When [[invoked]], you get an [[energy]] boost equal to half of the difference between your maximum power and your current power, with a cap of 120; if it would have given you less than 12 energy, it fully refills your energy instead.<ref>[[artifact.c#line1238]] (code for <code>ENERGY_BOOST</code> effect) (u.uenmax + 1 - u.uen) / 2</ref>
  
 
The Mitre of Holiness is defined by the game as doing double damage to [[undead]], and thus cannot be used by a player polymorphed into an undead creature. It does not do double damage to undead when used as a weapon in practice, however, due to the game not checking for artifact damage bonuses when fighting with objects that aren't valid weapons.
 
The Mitre of Holiness is defined by the game as doing double damage to [[undead]], and thus cannot be used by a player polymorphed into an undead creature. It does not do double damage to undead when used as a weapon in practice, however, due to the game not checking for artifact damage bonuses when fighting with objects that aren't valid weapons.

Revision as of 13:10, 25 April 2023

[   The Mitre of Holiness   Etched helmet.png
Base item helm of brilliance
Affiliation
When carried
When worn
  • half physical damage from
    undead and demons (Priests only)
  • protection (+1 to MC up to MC3)
When invoked
Base price 2000 zm
Weight 40

The Mitre of Holiness is the Priest quest artifact. It is the prize for completing the Priest quest, and is lawful for wishing purposes. Its base item type is a helm of brilliance.

Effects

When carried, the Mitre of Holiness confers fire resistance. When worn, it also provides the normal effects of a helm of brilliance, as well as extrinsic protection - augmenting your magic cancellation as a ring of protection, but not cumulative with one. If the wearer is a Priest, they also take half physical damage from all undead monsters and major demons - this property does not stack with other half physical damage sources.[1]

When invoked, you get an energy boost equal to half of the difference between your maximum power and your current power, with a cap of 120; if it would have given you less than 12 energy, it fully refills your energy instead.[2]

The Mitre of Holiness is defined by the game as doing double damage to undead, and thus cannot be used by a player polymorphed into an undead creature. It does not do double damage to undead when used as a weapon in practice, however, due to the game not checking for artifact damage bonuses when fighting with objects that aren't valid weapons.

Strategy

See also: Invoke § Optimum invocation schedule

History

In NetHack 3.4.3 and variants based on it, The Mitre of Holiness does not provide protection.

Variants

xNetHack

In xNetHack, The Mitre of Holiness is removed; the Priest quest artifact is now a modified version of the Sceptre of Might.

FIQHack

In FIQHack, the Mitre of Holiness allows prayer in Gehennom, including the ability to turn undead.

References

  1. mhitu.c#line1658
  2. artifact.c#line1238 (code for ENERGY_BOOST effect) (u.uenmax + 1 - u.uen) / 2

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

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

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