Difference between revisions of "Book of the Dead"

From NetHackWiki
Jump to navigation Jump to search
(Book is generated cursed)
m (Raising the dead: frac)
 
(12 intermediate revisions by 7 users not shown)
Line 9: Line 9:
 
  |color=white
 
  |color=white
 
}}
 
}}
The '''Book of the Dead''' is a [[unique item]] you retrieve from the [[Wizard of Yendor]] in his [[wizard tower|tower]]. It is one of the items needed for the [[invocation]]. It is a papyrus spellbook when [[Identification|unidentified]]. It is always generated [[cursed]]{{refsrc|makemon.c|1888|nethack=3.6.1}}, and needs to be uncursed to be used for the invocation.  Although according to its definition in the source code it takes 0 actions to read, it actually requires 2 actions, the minimum for any book (on the first, you start reading it, and it doesn't check to see if you've finished until the second). The only way to destroy the Book is to step into [[lava]] without [[fire resistance]], wearing an [[amulet of life saving]], while carrying it.
+
The '''Book of the Dead''' is one of the three [[unique items]] needed for the [[invocation]] in ''[[NetHack]]''. It appears as a '''papyrus spellbook''' when unidentified.
  
== Reading the Book ==
+
{{upcoming|NetHack 3.7.0|As of {{commit|ed6b78e227d37e0674e1355cd4cb1d9283f9681a}}, the Book of the Dead weighs 50 aum instead of 20.}}
The Book's effects depend on whether you are standing on the [[vibrating square]] (i.e. you are trying to perform the ritual).{{refsrc|spell.c|214}}
 
  
=== On the vibrating square ===
+
==Generation==
If you have correctly prepared all the invocation items, you perform the [[invocation ritual]]. Otherwise, you get one of the following failure effects:
+
The [[Wizard of Yendor]] is always generated with the Book of the Dead on his square in the [[Wizard's Tower]].
  
* If the Book is [[cursed]], nothing happens.{{refsrc|spell.c|219}}
+
There is code that indicates the Book should always be generated [[cursed]] when given to a monster; since the Book is generated on the Wizard's square rather than directly in his inventory, this code is never actually executed.{{refsrc|src/makemon.c|1946|version=NetHack 3.6.7}}
** ''"The runes appear scrambled.  You can't read them!"''
 
  
* If you lack either the [[Bell of Opening]] or the [[Candelabrum of Invocation]], nothing happens (''"A chill runs down your spine."''), and you get a clue:{{refsrc|spell.c|224}}
+
==Description==
** ''"You hear a faint chime..."'' (without Bell)
+
The Book of the Dead's effects depend on whether you are standing on the [[vibrating square]], and reading the Book will [[auto-identify]] it in either case.{{refsrc|src/spell.c|204|version=NetHack 3.6.7}}{{refsrc|src/spell.c|213|version=NetHack 3.6.7}} It takes 2 actions to read, which is the minimum for all spellbooks - one to actually read, and the second where the check to see if you've finished is applied; the Book's source code data technically designates it as taking 0 actions to read.  
** ''"Vlad's doppelganger is amused."'' (without Candelabrum)
 
  
* If either the Bell or Candelabrum is cursed, nothing happens.{{refsrc|spell.c|244}}
+
The Book of the Dead can be read even if you are [[blind]], to ensure those attempting the [[zen]] [[conduct]] can progress.
** ''"The invocation fails!"/"At least one of your artifacts is cursed..."''
 
  
* If the Bell has not been rung recently, or the Candelabrum is not fully lit, you [[#Raising the dead|raise the dead]].{{refsrc|spell.c|257}}
+
===Invocation===
** ''"You have a feeling that something is amiss..."/"You raised the dead!"''
+
If you read the Book of the Dead while performing the invocation and standing on the vibrating square, and you lack the [[Bell of Opening]] or the [[Candelabrum of Invocation]], or else any of the artifacts are cursed, nothing happens; depending on the circumstances, you will receive an additional message hinting at the source of the interference.{{refsrc|src/spell.c|221|version=NetHack 3.6.7|name=cursed_book}}{{refsrc|src/spell.c|226|version=NetHack 3.6.7|name=missing_items}}{{refsrc|src/spell.c|252|version=NetHack 3.6.7|name=arti_cursed}} If the Bell has not been rung recently enough, or the Candelabrum is not fully lit, you instead [[#Raising the dead|raise the dead]];{{refsrc|src/spell.c|267|version=NetHack 3.6.7|name=goto_raise_dead}}{{refsrc|src/spell.c|276|version=NetHack 3.6.7|name=raise_dead}} otherwise, if you have correctly prepared all the invocation items, you perform the [[invocation ritual]].
  
=== Not on the vibrating square ===
+
===Normal effects===
* If the Book is blessed, [[alignment|coaligned]] [[undead]] will be [[tame]]d; all other undead become peaceful, and flee.{{refsrc|spell.c|283}}
+
While not on the vibrating square, the Book of the Dead has the following effects based on [[beatitude]]:
  
* If the Book is uncursed, there is no effect, and you get a random message:{{refsrc|spell.c|301}}
+
* If the Book is blessed, [[Alignment|coaligned]] [[undead]] will be [[tame]]d, while all other undead are either [[scared]] or become peaceful.{{refsrc|src/spell.c|293|version=NetHack 3.6.7|name=tamedead}}
** ''"Your ancestors are annoyed with you!"''
+
* If the Book is uncursed, there is no effect and you get a random message.{{refsrc|src/spell.c|314|version=NetHack 3.6.7|name=no_effect}}
** ''"The headstones in the cemetery begin to move!"''
+
* If the Book is cursed, you [[#Raising the dead|raise the dead]].<ref name="goto_raise_dead"/><ref name="raise_dead"/>
** ''"Oh my!  Your name appears in the book!"''
 
  
* If the Book is cursed, you [[#Raising the dead|raise the dead]].{{refsrc|spell.c|265}}
+
===Raising the dead===
** ''"You raised the dead!"''
+
If you fail to prepare the invocation items, or read a cursed Book of the Dead when not on the vibrating square, you will raise the dead. This has the following effects:<ref name="raise_dead"/>
  
== Raising the dead ==
 
If you fail to prepare the invocation items, or read a cursed Book of the Dead when not on the vibrating square, you will raise the dead.  This has the following effects:{{refsrc|spell.c|269}}
 
 
* There is a 1/3 chance of summoning a hostile [[master lich]]. (If master liches cannot be created, a [[nalfeshnee]] will be summoned instead.)
 
 
* A number of undead creatures will be created around you.
 
* A number of undead creatures will be created around you.
* Corpses in your main inventory will be revived and eggs rejuvenated.
+
** If zombies can not be created, normal monsters will be summoned instead.
 +
** There is a {{frac|3}} chance of summoning a hostile [[master lich]], or a [[nalfeshnee]] if master liches cannot be created.
 +
* Corpses in your main inventory will be revived and eggs are rejuvenated, as with a [[wand of undead turning]].
 
* The level becomes a [[graveyard]] level, meaning that undead are less likely to leave corpses.
 
* The level becomes a [[graveyard]] level, meaning that undead are less likely to leave corpses.
* If zombies can not be created, normal monsters will be summoned instead.
 
  
== SLASH'EM ==
+
==Strategy==
In [[SLASH'EM]], a cursed Book of the Dead can be much more useful if you know the command undead spell, as it allows you to call large amounts of undead to tame. Be careful with the Master Lich that may be summoned as well, though.
+
Raising the dead is a viable strategy to [[Farming#Wraith farming|farm wraith corpses]].
  
==Mythology==
+
Note that for taming undead with the blessed Book, [[skeleton]]s, [[shade]]s, and shapeshifted [[vampire]]s (in [[fog cloud]], [[vampire bat]], or [[wolf]] form) are the only non-chaotic undead.
Bell, Book and Candle is a Catholic excommunication ritual. However, the Book of the Dead is an ancient Egyptian spellbook, meant to help the soul of the deceased "survive" the tests of the afterlife. This is also the reason why it's a "papyrus spellbook" when not identified.
+
 
 +
==History==
 +
In [[NetHack 3.4.3]], earlier versions and some variants based on these versions, the Book of the Dead could actually be destroyed by stepping into [[lava]] without [[fire resistance]] and wearing an [[amulet of life saving]] while carrying it. This was fixed in [[NetHack 3.6.0]].<ref>{{commit|9cad30853620fcf583e904a143a4105a8faef1e0|Commit 9cad308}}</ref><ref>{{commit|72c2ae233d35076adece2e8d02a7f8839e4a5aa8|Commit 72c2ae2}}</ref>
 +
 
 +
==Origin==
 +
{{wikipedia|Book of the Dead}}
 +
{{wikipedia|Bell, book, and candle}}
 +
The motif of "Bell, Book and Candle" originated as a Catholic ritual of excommunication by anathema, although some media portrays it in connection with exorcism (e.g., the Terry Pratchett/Neil Gaiman novel ''Good Omens'').
 +
 
 +
The "Book of the Dead" is the name given to a loose collection of ancient Egyptian funerary texts - they were generally written in hieroglyphic or hieratic script on a papyrus scroll, and were often illustrated with vignettes depicting the deceased and their journey into the afterlife. They were used from the beginning of the New Kingdom (around 1550 BCE) to around 50 BCE. The original Egyptian name for the text is translated as ''"Book of Coming Forth by Day"'' or ''"Book of Emerging Forth into the Light"''; Karl Richard Lepsius gave them the German name ''Todtenbuch'' (modern spelling ''Totenbuch''), translated to English as Book of the Dead. They have a [http://lccn.loc.gov/60012165 Library of Congress entry] in the United States.
 +
 
 +
The texts were written by many priests over a period of about 1,000 years, and consist of a number of magic spells intended to assist a dead person's journey through the Duat, or underworld, and into the afterlife. There was no "canon" to these texts, and so they vary considerably in their illustration; some copies seem to have been commissioned specifically to reflect the spells the buyer thought most vital in their future progression to the afterlife. They were placed in the coffin or burial chamber of the deceased, as part of a tradition of funerary texts - this includes the earlier Pyramid Texts and Coffin Texts, which were painted onto objects, and some of the spells included were drawn from these older works, while others were composed later in Egyptian history.
 +
 
 +
==Messages==
 +
{{message|The runes appear scrambled.  You can't read them!|You read a cursed Book of the Dead while on the vibrating square.<ref name="cursed_book"/>}}
 +
{{message|A chill runs down your spine.|You read the non-cursed Book of the Dead while on the vibrating square, but you are missing one of the other items, with the following two messages depending on the missing item(s):<ref name="missing_items"/>}}
 +
{{message|You hear a faint chime...|You do not have the Bell of Opening.}}
 +
{{message|Vlad's doppelganger is amused.|You do not have the Candelabrum of Invocation.}}
 +
{{message|The invocation fails!<br>At least one of your artifacts is cursed...|You attempted the invocation, but one of the other artifacts is cursed.<ref name="arti_cursed"/>}}
 +
{{message|You have a feeling that something is amiss...<br>You raised the dead!|You attempted the invocation and waited too long to read the Book after applying the other items.<ref name="goto_raise_dead"/>}}
 +
 
 +
{{message|Your ancestors are annoyed with you!<br>The headstones in the cemetery begin to move!<br>Oh my!  Your name appears in the book!|You read the uncursed Book of the Dead while not on the vibrating square, which has no effect.<ref name="no_effect"/>}}
 +
{{message|You raised the dead!|You read the cursed Book of the Dead while not on the vibrating square.<ref name="raise_dead"/>}}
 +
 
 +
==Variants==
 +
===SLASH'EM===
 +
In [[SLASH'EM]], the cursed Book of the Dead can be much more useful if you know the command undead spell, as it allows you to call large amounts of undead to tame. Be careful with the master lich that may be summoned as well, though.
  
 
==Encyclopaedia entry==
 
==Encyclopaedia entry==
Line 69: Line 87:
 
}}
 
}}
  
== References ==
+
==References==
 
<references/>
 
<references/>
 
+
{{nethack-367}}
== External links ==
 
* [http://lccn.loc.gov/60012165 Library of Congress entry for the Egyptian Book of the Dead]
 
 
[[Category:Unique items]]
 
[[Category:Unique items]]
 
[[Category:Spellbooks]]
 
[[Category:Spellbooks]]
{{nethack-361}}
 

Latest revision as of 05:16, 13 February 2024

+ Papyrus spellbook.png
Name Book of the Dead
Appearance papyrus spellbook
Base price 10000 zm
Weight 20

The Book of the Dead is one of the three unique items needed for the invocation in NetHack. It appears as a papyrus spellbook when unidentified.

The following information pertains to an upcoming version (NetHack 3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

As of commit ed6b78e2, the Book of the Dead weighs 50 aum instead of 20.

Generation

The Wizard of Yendor is always generated with the Book of the Dead on his square in the Wizard's Tower.

There is code that indicates the Book should always be generated cursed when given to a monster; since the Book is generated on the Wizard's square rather than directly in his inventory, this code is never actually executed.[1]

Description

The Book of the Dead's effects depend on whether you are standing on the vibrating square, and reading the Book will auto-identify it in either case.[2][3] It takes 2 actions to read, which is the minimum for all spellbooks - one to actually read, and the second where the check to see if you've finished is applied; the Book's source code data technically designates it as taking 0 actions to read.

The Book of the Dead can be read even if you are blind, to ensure those attempting the zen conduct can progress.

Invocation

If you read the Book of the Dead while performing the invocation and standing on the vibrating square, and you lack the Bell of Opening or the Candelabrum of Invocation, or else any of the artifacts are cursed, nothing happens; depending on the circumstances, you will receive an additional message hinting at the source of the interference.[4][5][6] If the Bell has not been rung recently enough, or the Candelabrum is not fully lit, you instead raise the dead;[7][8] otherwise, if you have correctly prepared all the invocation items, you perform the invocation ritual.

Normal effects

While not on the vibrating square, the Book of the Dead has the following effects based on beatitude:

Raising the dead

If you fail to prepare the invocation items, or read a cursed Book of the Dead when not on the vibrating square, you will raise the dead. This has the following effects:[8]

  • A number of undead creatures will be created around you.
    • If zombies can not be created, normal monsters will be summoned instead.
    • There is a 13 chance of summoning a hostile master lich, or a nalfeshnee if master liches cannot be created.
  • Corpses in your main inventory will be revived and eggs are rejuvenated, as with a wand of undead turning.
  • The level becomes a graveyard level, meaning that undead are less likely to leave corpses.

Strategy

Raising the dead is a viable strategy to farm wraith corpses.

Note that for taming undead with the blessed Book, skeletons, shades, and shapeshifted vampires (in fog cloud, vampire bat, or wolf form) are the only non-chaotic undead.

History

In NetHack 3.4.3, earlier versions and some variants based on these versions, the Book of the Dead could actually be destroyed by stepping into lava without fire resistance and wearing an amulet of life saving while carrying it. This was fixed in NetHack 3.6.0.[11][12]

Origin

The motif of "Bell, Book and Candle" originated as a Catholic ritual of excommunication by anathema, although some media portrays it in connection with exorcism (e.g., the Terry Pratchett/Neil Gaiman novel Good Omens).

The "Book of the Dead" is the name given to a loose collection of ancient Egyptian funerary texts - they were generally written in hieroglyphic or hieratic script on a papyrus scroll, and were often illustrated with vignettes depicting the deceased and their journey into the afterlife. They were used from the beginning of the New Kingdom (around 1550 BCE) to around 50 BCE. The original Egyptian name for the text is translated as "Book of Coming Forth by Day" or "Book of Emerging Forth into the Light"; Karl Richard Lepsius gave them the German name Todtenbuch (modern spelling Totenbuch), translated to English as Book of the Dead. They have a Library of Congress entry in the United States.

The texts were written by many priests over a period of about 1,000 years, and consist of a number of magic spells intended to assist a dead person's journey through the Duat, or underworld, and into the afterlife. There was no "canon" to these texts, and so they vary considerably in their illustration; some copies seem to have been commissioned specifically to reflect the spells the buyer thought most vital in their future progression to the afterlife. They were placed in the coffin or burial chamber of the deceased, as part of a tradition of funerary texts - this includes the earlier Pyramid Texts and Coffin Texts, which were painted onto objects, and some of the spells included were drawn from these older works, while others were composed later in Egyptian history.

Messages

The runes appear scrambled. You can't read them!
You read a cursed Book of the Dead while on the vibrating square.[4]
A chill runs down your spine.
You read the non-cursed Book of the Dead while on the vibrating square, but you are missing one of the other items, with the following two messages depending on the missing item(s):[5]
You hear a faint chime...
You do not have the Bell of Opening.
Vlad's doppelganger is amused.
You do not have the Candelabrum of Invocation.
The invocation fails!
At least one of your artifacts is cursed...
You attempted the invocation, but one of the other artifacts is cursed.[6]
You have a feeling that something is amiss...
You raised the dead!
You attempted the invocation and waited too long to read the Book after applying the other items.[7]
Your ancestors are annoyed with you!
The headstones in the cemetery begin to move!
Oh my! Your name appears in the book!
You read the uncursed Book of the Dead while not on the vibrating square, which has no effect.[10]
You raised the dead!
You read the cursed Book of the Dead while not on the vibrating square.[8]

Variants

SLASH'EM

In SLASH'EM, the cursed Book of the Dead can be much more useful if you know the command undead spell, as it allows you to call large amounts of undead to tame. Be careful with the master lich that may be summoned as well, though.

Encyclopaedia entry

Faustus: Come on Mephistopheles. What shall we do?
Mephistopheles: Nay, I know not. We shall be cursed with bell,
book, and candle.
Faustus: How? Bell, book, and candle, candle, book, and bell,
Forward and backward, to curse Faustus to hell.
Anon you shall hear a hog grunt, a calf bleat, and an ass bray,
Because it is Saint Peter's holy day.
(Enter all the Friars to sing the dirge)

[ Doctor Faustus and Other Plays, by Christopher Marlowe ]

References