Difference between revisions of "Crowning"

From NetHackWiki
Jump to navigation Jump to search
(Exceptions)
(Avoiding Crowning)
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
You may be '''crowned''' as a result of [[prayer]] if you are at least piously [[alignment record|aligned]] and extremely [[luck]]y.  Crowning{{refsrc|pray.c|gcrownu|version=NetHack 3.6.0|comment=Crowning routine.}} involves receiving a title, an additional [[skill slot]], several [[intrinsic]] resistances, and possibly a gift, at the cost of a greatly increased [[prayer timeout]].
+
You may be '''crowned''' as a result of [[prayer]] if you are at least piously [[alignment record|aligned]] and extremely [[luck]]y.  Crowning{{refsrc|pray.c|gcrownu|version=NetHack 3.6.6|comment=Crowning routine.}} involves receiving a title, an additional [[skill slot]], several [[intrinsic]] resistances, and possibly a gift, at the cost of a greatly increased [[prayer timeout]].
  
 
==Title==
 
==Title==
Line 26: Line 26:
 
* see invisible
 
* see invisible
  
As of [[NetHack 3.6.0]], an additional [[skill slot]] is also granted, as if the player gained an [[experience level]].{{refsrc|pray.c|862|version=NetHack 3.6.0|comment=Additional skill slot.}}
+
==Crowning gift==
 
+
Regardless of anything else that happens, you will always unrestrict the skill slot for either long sword (if lawful or neutral) or broadsword (if chaotic). Then, the crowning gift is chosen according to either your role (if Wizard or Monk) or your alignment:
==Alignment gift==
+
* Wizard{{refsrc|pray.c|783|version=NetHack 3.6.6|comment=Wizard}}
A gift is given, based on the following algorithm:
 
* Wizard{{refsrc|pray.c|754|version=NetHack 3.6.0|comment=Wizard}}
 
 
** If not wielding [[Vorpal Blade]] or [[Stormbringer]], and not carrying a [[spellbook of finger of death]], the gift is a blessed spellbook of finger of death.
 
** If not wielding [[Vorpal Blade]] or [[Stormbringer]], and not carrying a [[spellbook of finger of death]], the gift is a blessed spellbook of finger of death.
** If you received the book but already know the spell, see '''Exceptions'''
+
** Otherwise, fall through to alignment-based gift.
** Otherwise, see '''Others'''
+
* Monk{{refsrc|pray.c|788|version=NetHack 3.6.6|comment=Monk}}
* Monk{{refsrc|pray.c|774|version=NetHack 3.6.0|comment=Monk}}
 
 
** If not wielding an [[artifact]] or carrying a [[spellbook of restore ability]], the gift is a blessed spellbook of restore ability.
 
** If not wielding an [[artifact]] or carrying a [[spellbook of restore ability]], the gift is a blessed spellbook of restore ability.
** If you received the book but already know the spell, see '''Exceptions'''
+
** Otherwise, fall through to alignment-based gift.
** Otherwise, see '''Others'''
+
* Lawful{{refsrc|pray.c|844|version=NetHack 3.6.6|comment=Lawful}}
* Others
+
** If wielding a non-artifact long sword (as a primary weapon if using [[two-weapon]]ing) and [[Excalibur]] does not exist in the game, the long sword is changed into Excalibur.
** Lawful{{refsrc|pray.c|782|version=NetHack 3.6.0|comment=Lawful}}
+
* Neutral{{refsrc|pray.c|861|version=NetHack 3.6.6|comment=Neutral}}
*** If wielding a non-artifact long sword (or as primary weapon if using [[two-weapon]]ing) and [[Excalibur]] does not exist in the game, the long sword is changed into the blessed rustproof Excalibur. Its enchantment is set to +1 if it had been less than +1.
+
** [[Vorpal Blade]] is gifted, unless it already exists.
*** Otherwise, see '''Exceptions'''
+
* Chaotic{{refsrc|pray.c|883|version=NetHack 3.6.6|comment=Chaotic}}
** Neutral{{refsrc|pray.c|797|version=NetHack 3.6.0|comment=Neutral}}
+
** If [[Stormbringer]] does not exist yet, it is given as a gift.
*** If [[Vorpal Blade]] does not exist in the game, it is given as a gift.
 
*** Otherwise, see '''Exceptions'''
 
** Chaotic{{refsrc|pray.c|816|version=NetHack 3.6.0|comment=Chaotic}}
 
*** If [[Stormbringer]] does not exist in the game, it is given as a gift.
 
*** Otherwise, see '''Exceptions'''
 
* Exceptions: If none of the previous rules apply, the player's current weapon (if any) is blessed, increased to [[Enchantment|+1]] if below that, and made [[Erosion|unrusted and rustproof]], and its corresponding [[skill]] class is unrestricted, regardless of player class.
 
  
Additionally, the following skill classes are always unrestricted based on the player's alignment:
+
Afterwards, the gift (if a weapon) is blessed, increased to [[Enchantment|+1]] if below that, and made [[Erosion|unrusted and rustproof]]. If no gift is given, or the gift is a spellbook for a known spell,{{refsrc|pray.c|827|version=NetHack 3.6.6}} these bonuses are applied to your wielded weapon instead, and the corresponding skill is unrestricted.
{|class="prettytable"
 
!Alignment
 
!Alignment gift skill
 
|-
 
|Lawful
 
|Long sword
 
|-
 
|Neutral
 
|Long sword
 
|-
 
|Chaotic
 
|Broadsword
 
|}
 
  
 
==Exceptions==
 
==Exceptions==
If you already have the crowning gift or it was an artifact that has already been generated in your game, then you do not receive a gift object. The message depends on what you are wielding:  "You feel unworthy" if nothing, "Your Vorpal Blade goes snicker-snack!"{{refsrc|pray.c|800|version=NetHack 3.6.0}} for neutrals, or your weapon "hums ominously!"{{refsrc|pray.c|823|version=NetHack 3.6.0}} for chaotics. You will always unrestrict long sword skill for lawful and neutrals, and broad sword skill for chaotics. This holds even if you get a spellbook, or nothing at all.
+
If you already have the crowning gift or it was an artifact that has already been generated in your game, then you do not receive a gift object. The message depends on what you are wielding:  "You feel unworthy" if nothing,{{refsrc|pray.c|912|version=NetHack 3.6.6}} "Your Vorpal Blade goes snicker-snack!"{{refsrc|pray.c|857|version=NetHack 3.6.6}} for neutrals wielding [[Vorpal Blade]], or your weapon "hums ominously!"{{refsrc|pray.c|879|version=NetHack 3.6.6}} for chaotics wielding [[Stormbringer]].
 +
 
 +
If you want to use crowning to unrestrict an arbitrary weapon skill, you must wield your weapon of choice and your alignment gift must already exist. If you are a [[Monk]] or [[Wizard]], you can also unrestrict your wielded weapon skill if you are given a spellbook as a gift and you already know the spell. Note, however, that a monk wielding an artifact will not receive a spellbook as a gift, and instead receive their alignment-based gift (if possible). This also applies to a wizard wielding Stormbringer or Vorpal Blade, but as you always unrestrict the skill for your alignment's standard gift, it is less likely to be an issue.
 +
 
 +
For characters who already have the crowning weapon and that proficiency, crowning is usually a bad deal. But firstly, [[foodless]] heroes might want the intrinsics. Secondly, you can unrestrict any weapon of your choice if you are wielding it and arrange not to get a crowning gift (or already know the spellbook). Elven non-wizards don't need the gift because they can [[Stormbringer#Obtaining|force Stormbringer]] to be their first [[sacrifice]] gift.
 +
 
 +
==Unrestricting weapon skills==
 +
If your character [[class]] is restricted from using #enhance for a [[skill]] in a chosen weapon class, crowning can be a way to "unrestrict" that skill, allowing you to #enhance the skill from Unskilled to Basic. This would allow any class (e.g. Wizard) to use a [[saber]] like [[Grayswandir]] without the -4 to-hit penalty of being unskilled.
 +
 
 +
To unrestrict a skill, you must carefully prepare before crowning, including obtaining any possible crowning gifts. For example, lawful characters must ensure Excalibur already exists, while neutrals must procure Vorpal Blade, and chaotics must obtain Stormbringer. In addition, Wizards must have the [[spellbook of finger of death]], and monks must have the [[spellbook of restore ability]] for Monks. If your god sees that you already have the gifts they otherwise would give AND you are wielding a weapon from a class you are restricted in, you will be unrestricted in that weapon's class; such skills cannot be unrestricted further than Basic.
  
For characters who already have the crowning weapon and that proficiency, crowning is usually a bad deal. But firstly, [[foodless]] heros might want the intrinsics. Secondly, you can unrestrict any weapon of your choice if you are wielding it and arrange not to get a crowning gift (or already know the spellbook). Elven non-wizards don't need the gift because they can [[Stormbringer#Obtaining|force Stormbringer]] to be their first [[sacrifice]] gift.
+
==Avoiding crowning==
 +
There are three ways to avoid being crowned:
  
There are three ways to avoid being crowned. You can pray only when in [[Prayer#When_to_pray_for_help|trouble]] and not at an [[altar]], or you can make sure your [[Luck]] is at most nine (see that page for ways to do so), or you can make sure that your [[alignment record]] is at most 19 (ie. not piousyl aligned), which you can easily check if you have a [[stethoscope]].
+
* Pray only when in [[Prayer#When to pray for help|trouble]] and not at an [[altar]].
 +
* Make sure your [[Luck]] is no higher than nine.
 +
* Keep your [[alignment record]] under 19, which you can easily check if you have a [[stethoscope]].
  
 
==Prayer timeout==
 
==Prayer timeout==
The downside of getting crowned is that the player's [[prayer timeout]] is greatly increased permanently.  Players that depend heavily on prayer may find themselves crowned earlier than those that do not, by sheer statistics.  Unfortunately, it is these players that are hurt by being crowned, as the increased prayer timeout means they must go longer without praying.  If the player does not need the benefits listed above, being crowned is not necessary, though ascending with a title is a nice aesthetic bonus.
+
The downside of getting crowned is that the player's [[prayer timeout]] is greatly increased, permanently.  Players that depend heavily on prayer may find themselves crowned earlier than those that do not, by sheer statistics.  Unfortunately, it is these players that are hurt by being crowned, as the increased prayer timeout means they must go longer without praying.  If the player does not need the benefits listed above, being crowned is not necessary, though ascending with a title is a nice aesthetic bonus.
  
 
It is possible to compensate for the increased prayer timeout by making a large number of sacrifices.
 
It is possible to compensate for the increased prayer timeout by making a large number of sacrifices.
  
 
==Messages==
 
==Messages==
 
 
{{message|"I crown thee... The Hand of Elbereth!"|You, a lawful character, were crowned.}}
 
{{message|"I crown thee... The Hand of Elbereth!"|You, a lawful character, were crowned.}}
 
{{message|"Thou shalt be my Envoy of Balance!"|You, a neutral character, were crowned.}}
 
{{message|"Thou shalt be my Envoy of Balance!"|You, a neutral character, were crowned.}}
{{message|"Thou art chosen to steal souls for My Glory!"|You, a chaotic character, were crowned.}}
+
{{message|"Thou art chosen to steal souls for My Glory!"|You, a chaotic character, were crowned and were gifted Stormbringer or already wielding it.}}
 +
{{message|"Thou art chosen to take lives for My Glory!"|You, a chaotic character, were crowned but not gifted Stormbringer and not wielding it.}}
 +
 
 +
==History==
 +
Crowning is introduced in [[NetHack 1.3d]].
 +
 
 +
The additional skill slot granted for crowning was introduced in [[NetHack 3.6.0]].{{refsrc|pray.c|862|version=NetHack 3.6.0|comment=Additional skill slot.}}
  
 
==Variants==
 
==Variants==
In general, no additional [[skill slot]] is granted.
+
Prior to NetHack 3.6.0, no additional [[skill slot]] was granted upon crowning. By extension, this is also the case in most variants based on NetHack 3.4.3 and earlier versions.
  
===[[SLASH'EM]]===
+
===SLASH'EM===
In slash'em, no additional [[skill slot]] is granted.
+
In [[SLASH'EM]], if a [[lawful]] character is crowned, their wielded weapon is enchanted to +3 instead of +1, or given additional +1 if already at +3 or above. The item is not at risk of being destroyed.
  
Also for [[lawful]] characters only, Excalibur or other wielded weapon is enchanted to +3 instead of +1, or given additional +1 if already at +3 or above. This works safely for over-enchanted weapons as well.
+
===dNetHack===
 +
In [[dNetHack]], the player's [[Luck]] stat needs to be at least 11 for crowning to happen. Because this requires a non-cursed [[luckstone]] in open inventory, players can avoid crowning by putting the luckstone away before praying. Also, crowning will happen as soon as the player has fulfilled all of the requirements and has completed the quest by presenting the artifact to the quest leader. There are also quite a few more titles the player may receive.
  
===[[DNetHack]]===
+
===FIQhack===
In DNetHack, the player's [[Luck]] stat needs to be at least 11 for crowning to happen, that is, the player must have a noncursed [[luckstone]] in open inventory. Players who don't want to get crowned can avoid it by putting the luckstone away before praying. Also, crowning will happen as soon as the player has fulfilled all of the requirements and has completed the quest (that is, brings the artifact to the Quest leader. There are also quite a few more titles to be, instead of just the three generic ones.
+
Crowning also grants intrinsic acid resistance and permanent knowledge of your role's [[special spell]]. Since this would make the crowning gift redundant for a monk, their crowning gift is now a [[magic marker]].
  
 
==References==
 
==References==
 
<references/>
 
<references/>
{{nethack-360}}
 
 
[[Category:Religion]]
 
[[Category:Religion]]
 +
{{nethack-366}}

Latest revision as of 20:32, 12 April 2022

You may be crowned as a result of prayer if you are at least piously aligned and extremely lucky. Crowning[1] involves receiving a title, an additional skill slot, several intrinsic resistances, and possibly a gift, at the cost of a greatly increased prayer timeout.

Title

Which title you receive depends on your current alignment:

Alignment Title
Lawful Hand of Elbereth
Neutral Envoy of Balance
Chaotic Glory of Arioch

Intrinsics

The following intrinsics are granted[2]:

  • cold resistance
  • fire resistance
  • poison resistance
  • sleep resistance
  • shock resistance
  • see invisible

Crowning gift

Regardless of anything else that happens, you will always unrestrict the skill slot for either long sword (if lawful or neutral) or broadsword (if chaotic). Then, the crowning gift is chosen according to either your role (if Wizard or Monk) or your alignment:

Afterwards, the gift (if a weapon) is blessed, increased to +1 if below that, and made unrusted and rustproof. If no gift is given, or the gift is a spellbook for a known spell,[8] these bonuses are applied to your wielded weapon instead, and the corresponding skill is unrestricted.

Exceptions

If you already have the crowning gift or it was an artifact that has already been generated in your game, then you do not receive a gift object. The message depends on what you are wielding: "You feel unworthy" if nothing,[9] "Your Vorpal Blade goes snicker-snack!"[10] for neutrals wielding Vorpal Blade, or your weapon "hums ominously!"[11] for chaotics wielding Stormbringer.

If you want to use crowning to unrestrict an arbitrary weapon skill, you must wield your weapon of choice and your alignment gift must already exist. If you are a Monk or Wizard, you can also unrestrict your wielded weapon skill if you are given a spellbook as a gift and you already know the spell. Note, however, that a monk wielding an artifact will not receive a spellbook as a gift, and instead receive their alignment-based gift (if possible). This also applies to a wizard wielding Stormbringer or Vorpal Blade, but as you always unrestrict the skill for your alignment's standard gift, it is less likely to be an issue.

For characters who already have the crowning weapon and that proficiency, crowning is usually a bad deal. But firstly, foodless heroes might want the intrinsics. Secondly, you can unrestrict any weapon of your choice if you are wielding it and arrange not to get a crowning gift (or already know the spellbook). Elven non-wizards don't need the gift because they can force Stormbringer to be their first sacrifice gift.

Unrestricting weapon skills

If your character class is restricted from using #enhance for a skill in a chosen weapon class, crowning can be a way to "unrestrict" that skill, allowing you to #enhance the skill from Unskilled to Basic. This would allow any class (e.g. Wizard) to use a saber like Grayswandir without the -4 to-hit penalty of being unskilled.

To unrestrict a skill, you must carefully prepare before crowning, including obtaining any possible crowning gifts. For example, lawful characters must ensure Excalibur already exists, while neutrals must procure Vorpal Blade, and chaotics must obtain Stormbringer. In addition, Wizards must have the spellbook of finger of death, and monks must have the spellbook of restore ability for Monks. If your god sees that you already have the gifts they otherwise would give AND you are wielding a weapon from a class you are restricted in, you will be unrestricted in that weapon's class; such skills cannot be unrestricted further than Basic.

Avoiding crowning

There are three ways to avoid being crowned:

Prayer timeout

The downside of getting crowned is that the player's prayer timeout is greatly increased, permanently. Players that depend heavily on prayer may find themselves crowned earlier than those that do not, by sheer statistics. Unfortunately, it is these players that are hurt by being crowned, as the increased prayer timeout means they must go longer without praying. If the player does not need the benefits listed above, being crowned is not necessary, though ascending with a title is a nice aesthetic bonus.

It is possible to compensate for the increased prayer timeout by making a large number of sacrifices.

Messages

"I crown thee... The Hand of Elbereth!"
You, a lawful character, were crowned.
"Thou shalt be my Envoy of Balance!"
You, a neutral character, were crowned.
"Thou art chosen to steal souls for My Glory!"
You, a chaotic character, were crowned and were gifted Stormbringer or already wielding it.
"Thou art chosen to take lives for My Glory!"
You, a chaotic character, were crowned but not gifted Stormbringer and not wielding it.

History

Crowning is introduced in NetHack 1.3d.

The additional skill slot granted for crowning was introduced in NetHack 3.6.0.[12]

Variants

Prior to NetHack 3.6.0, no additional skill slot was granted upon crowning. By extension, this is also the case in most variants based on NetHack 3.4.3 and earlier versions.

SLASH'EM

In SLASH'EM, if a lawful character is crowned, their wielded weapon is enchanted to +3 instead of +1, or given additional +1 if already at +3 or above. The item is not at risk of being destroyed.

dNetHack

In dNetHack, the player's Luck stat needs to be at least 11 for crowning to happen. Because this requires a non-cursed luckstone in open inventory, players can avoid crowning by putting the luckstone away before praying. Also, crowning will happen as soon as the player has fulfilled all of the requirements and has completed the quest by presenting the artifact to the quest leader. There are also quite a few more titles the player may receive.

FIQhack

Crowning also grants intrinsic acid resistance and permanent knowledge of your role's special spell. Since this would make the crowning gift redundant for a monk, their crowning gift is now a magic marker.

References