Difference between revisions of "Oracle (monster)"

From NetHackWiki
Jump to navigation Jump to search
m (Consultations)
(Generation: small detail)
 
(38 intermediate revisions by 17 users not shown)
Line 1: Line 1:
The '''Oracle''' is a [[monster]] who resides on a [[special level]] called "The Oracle Level" (or '''Delphi'''). She can provide a consultation for a fee, which is supposed to be one of the main ways the player learns about the game. In practice, players read spoilers, such as this one.
 
 
==Level==
 
{{level|Delphi|
 
|branch=Dungeons of Doom
 
|from=5
 
|to=9
 
|bones=yes
 
|mapping=yes
 
|teleport=yes
 
|digfloor=yes
 
|digwalls=yes
 
}}
 
The Oracle Level is located between level 5 and 9 inclusive in the [[Dungeons of Doom]]. It is eligible to leave [[bones]], and monster creation is biased towards neutral monsters. Immediately below the Oracle Level is the level with the entrance to [[Sokoban]].
 
 
 
{|class="prettytable" style="width: 50px" class="wikitable floatleft"
 
|
 
<div class="ttymap"><replacecharsblock>
 
default={{lightgray|$1}}
 
newline=<br>
 
|={{lightgray|&#124;}}
 
={{lightgray|&nbsp;}}
 
{=[[fountain|{{blue|<nowiki>{</nowiki>}}]]
 
@={{monsym|oracle}}
 
C=[[statue|{{white|C}}]]
 
 
-------------
 
|C.........C|
 
......C.....|
 
|...-----...|
 
|.....{.|...|
 
|..C|{@{|C...
 
|...|.{.|...|
 
|...--.--...|
 
|.....C.....|
 
|C.........C|
 
-------------
 
</replacecharsblock></div>
 
|-
 
|The Oracle's room, with [[fountain]]s and centaur [[statue]]s.
 
|}
 
 
There are five rooms to the sides of the above area, containing the [[stairs]] (in separate rooms), five random [[monsters]], three random [[traps]], and six random [[items]]; they are linked to each other and to the above room by corridors. Each room has one trap, except the rooms with two objects or with the stairs up. The Oracle is at the center of the three by three room (called Delphi), amid the [[fountain]]s. Delphi has a random empty [[doorway]] in one [[wall]]. There are two random monsters generated in the area surrounding Delphi. The marked [[statues]] are:
 
 
* two [[forest centaur]]s (northwest and southeast)
 
* two [[mountain centaur]]s (northeast and southwest)
 
* four [[plains centaur]]s (north, west, south, and east).
 
* The statues are considered historic, and thus yield an [[Alignment record|alignment]] penalty if they are broken by an [[archeologist]]. The statues also have a chance of containing a random spellbook.
 
{{clear}}
 
 
==Monster==
 
 
{{monster
 
{{monster
 
  |name=Oracle
 
  |name=Oracle
Line 64: Line 12:
 
  |frequency=Unique
 
  |frequency=Unique
 
  |genocidable=No
 
  |genocidable=No
  |attacks=[[Passive attack|Passive]] (level + 1)d4 magic missile
+
  |attacks=[[Passive attack|Passive]] 0d4 magic missile
 
  |weight=1450
 
  |weight=1450
 
  |nutr=400
 
  |nutr=400
Line 70: Line 18:
 
  |resistances=None
 
  |resistances=None
 
  |resistances conveyed=None
 
  |resistances conveyed=None
  |attributes={{attributes|The Oracle|=
+
  |attributes={{attributes|The Oracle|humanoid=1|omnivore=1|nopoly=1|human=1|peaceful=1|female=1|infravisible=1}}
  |humanoid=1|omnivore=1
+
  |reference=[[monst.c#line2203]]
  |nopoly=1|human=1|peaceful=1|female=1
 
  |infravisible=1
 
}}
 
  |reference=[[monst.c#line2393]]
 
 
}}
 
}}
The Oracle is a human {{monsym|oracle}} [[Image:Oracle.png]], and always starts peaceful. Attacking her ''in melee'' causes a spray of magic missiles to hit you; she has no active attacks of her own.{{refsrc|uhitm.c|2222}} If you survive these magic missiles and #chat with her, you will get the message "The oracle is in no mood for consultations." Killing her with ranged attacks will net no penalty except that of [[murder]], but it's generally a bad idea.
+
{{for|the level this monster is found on|Oracle (level)}}
 +
The '''Oracle''', {{monsym|oracle}}, is a [[monster]] that appears in ''[[NetHack]]''. She is a [[unique]] [[Human (monster attribute)|human]] that can be seen via infravision, and is completely [[sessile]].
  
The passive magic missile attack is not implemented for inter-monster combat in vanilla nethack, so any pet at level 11 or higher will attack and may kill the oracle. [[SLASH'EM]] and [[UnNetHack]] implement this passive attack; additionally, in SLASH'EM, if a [[woodchuck]] is the attacker the message associated with the attack is "ZOT!"{{refsrc|mhitm.c|1989|version=SLASH'EM 0.0.7E7F2}}
+
The Oracle has a passive magic missile attack that only triggers if the [[player]] character attacks her in melee. She possesses [[magic resistance]] due to the aforementioned attack.
{{clear}}
+
 
 +
==Generation==
 +
{{main|Oracle (level)}}
 +
The Oracle is always created peaceful, and is not a valid form for polymorph.
 +
 
 +
The Oracle is always generated on [[Oracle (level)|her special level]], with the exception of a [[bones]] file where she was killed on that level.
  
 
==Consultations==
 
==Consultations==
 +
The Oracle offers two consultations services, which can be accessed by [[chatting]] to her with [[gold]] in open inventory. Minor consultations are simply true [[rumor]]s, while a major consultation is an extended description of some aspect of the game. An example of a major consultation is shown below:
  
The Oracle offers two services. Minor consultations are true [[rumor]]s, like you get from a blessed [[fortune cookie]]. A major consultation is an extended description of some aspect of the game, for example:
+
Behold the [[cockatrice]], whose diminutive stature belies its hidden might.  The   
 
+
  cockatrice can [[stoning|petrify]] any ordinary being it contacts--save those wise   
Behold the cockatrice, whose diminutive stature belies its hidden might.  The   
+
  adventurers who eat a dead [[lizard]] or [[acid blob|blob of acid]] when they feel themselves   
  cockatrice can petrify any ordinary being it contacts--save those wise   
 
  adventurers who eat a dead lizard or blob of acid when they feel themselves   
 
 
  slowly turning to stone.
 
  slowly turning to stone.
  
Major consultations can be found in the file [[oracles.txt]], for players who are not inclined to pay as they go.
+
Buying a consultation of either type [[exercise]]s [[wisdom]], and [[score]] and [[experience points]] are awarded for the first purchase of each consultation type:{{refsrc|src/rumors.c|533|nethack=3.6.7|comment=minor exp/score}}{{refsrc|src/rumors.c|551|nethack=3.6.7|comment=major exp/score}}{{refsrc|src/rumors.c|156|nethack=3.6.7|comment=Rumors and wisdom}}{{refsrc|src/rumors.c|548|nethack=3.6.7|comment=major consultation and wisdom}}
 
 
Consultations cost money, but the first major and the first minor consultation you buy each increases your [[score]]{{refsrc|rumors.c|376}} and gives [[experience points]]{{refsrc|rumors.c|359}}. Buying a consultation of a type you've already bought gives neither experience nor score.
 
  
 
{|class="wikitable"
 
{|class="wikitable"
Line 113: Line 60:
 
|-
 
|-
 
|Major
 
|Major
|500 + (50 * [[XL]])
+
|500 + (50&nbsp;&times;&nbsp;[[XL]])
|90 + (9 * XL)
+
|90 + (9&nbsp;&times;&nbsp;XL)
|20 + (2 * XL)
+
|20 + (2&nbsp;&times;&nbsp;XL)
 
|5.56
 
|5.56
 
|25
 
|25
Line 121: Line 68:
 
!rowspan="2"|Major
 
!rowspan="2"|Major
 
|Major
 
|Major
|500 + (50 * XL)
+
|500 + (50&nbsp;&times;&nbsp;XL)
|210 + (21 * XL)
+
|210 + (21&nbsp;&times;&nbsp;XL)
|50 + (5 * XL)
+
|50 + (5&nbsp;&times;&nbsp;XL)
 
|2.38
 
|2.38
 
|10
 
|10
Line 135: Line 82:
 
|}
 
|}
  
If you take a major consultation, but do not have enough money to pay for it, the Oracle will take all your money and give a special oracularity which refers to [[wikipedia:Oracle machine|Oracle machines]]. You won't get any experience for this and will "use up" your one chance at getting experience at the major level. Even the minor consultation will only give you 2 points afterwards. This can be trouble if you were relying on this for a pacifist character.
+
If a major consultation is bought with an insufficient amount of gold, the Oracle will take all of it and recite a special oracularity, which also "uses up" the experience gain for major consultations:{{refsrc|src/rumors.c|462|nethack=3.6.7}}{{refsrc|src/makedefs.c|2092|nethack=3.6.7}}
 +
 
 +
"...it is rather disconcerting to be confronted with the
 +
following theorem from [Baker, Gill, and Solovay, 1975].
 +
Theorem 7.18  There exist recursive languages A and B such that
 +
  (1)  P(A) == NP(A), and", " (2)  P(B) != NP(B)
 +
This provides impressive evidence that the techniques that are
 +
currently available will not suffice for proving that P != NP or
 +
that P == NP."  [Garey and Johnson, p. 185.]
 +
 
 +
Angering the Oracle will prevent a character from buying consultations until she is pacified, and if the Oracle is killed by any means, consultations become inaccessible for the rest of the game unless she is revived from her [[corpse]] via [[wand of undead turning]].
  
==Lists of consultations==
+
===Lists of consultations===
 +
The Oracle's consultations are stored in plain text in the source code:
  
The oracle's consultations are stored in plain text in the source code, you can read the:
+
* [[List of major consultations]] from [[Source:NetHack 3.6.1/dat/oracles.txt|dat/oracles.txt]]
 +
* [[List of rumors]] from [[Source:NetHack 3.6.1/dat/rumors.tru|dat/rumors.tru]]
  
* [[List of major consultations]] from [[Source:NetHack 3.4.3/dat/oracles.txt|dat/oracles.txt]]
+
==Strategy==
* [[list of Rumors|List of rumors]] from [[Source:NetHack 3.4.3/dat/rumors.tru|dat/rumors.tru]]
+
The Oracle is intended to be the primary means by which unspoiled players learn about the game, and is additionally a notable source of experience for [[pacifist]] [[conduct]] - be mindful of retaining enough for the major consultation when leveling a [[pacifist]] character, and keep any sufficiently powerful pets clear of the Oracle until consultations can be bought.
  
==Mythology and history==
+
Those looking to dispose of the Oracle (e.g. for [[extinctionist]] [[conduct]]) can kill her with ranged attacks without any retaliation, but this will incur [[murder]] penalties for non-[[chaotic]] characters. As the Oracle's magic missile passive does not apply to monsters, any pet at level 11 or higher can attack the Oracle and kill her.
  
The Oracle is primarily based on the [[wikipedia:Pythia|Pythia]], the priestess who presided over the Oracle of Apollo at Delphi; the NetHack Oracle will welcome you to "Delphi" when she spots you arriving at her abode. Some behavior is also in reference to the [[wikipedia:Internet Oracle|Internet Oracle]] from [news://rec.humor.oracle rec.humor.oracle], which first appeared in 1989, as did the Oracle in [[NetHack 3.0.0]].
+
==History==
 +
The Oracle first appears in [[NetHack 3.0.0]].
  
Both of these predate the Oracle in ''The Matrix'' film series, which is not referenced.
+
==Origin==
 +
{{wikipedia|Pythia}}
 +
{{wikipedia|Internet Oracle}}
 +
The Oracle and her level are primarily based on the [[wikipedia:Pythia|Pythia]], the priestess who presided over the Oracle of Apollo at Delphi; the ''NetHack'' Oracle will welcome the character to "Delphi" upon seeing them.
  
The Oracle-level sound effects reference several different oracles:
+
The special "cheapskate" consultation is a reference to [[wikipedia:Oracle machine|Oracle machines]].
{{message|You hear a strange wind.|The Oracle of Jupiter at Dodona}}
 
{{message|You hear convulsive ravings.|The Oracle of Apollo at Delphi}}
 
{{message|You hear snoring snakes.|The Oracle of Æsculapius at Epidaurus}}
 
  
The two hallucination sounds both reference the Internet Oracle:
+
==Messages==
{{message|You hear someone say "No more woodchucks!"|In reference to the taboo question ''"How much wood would a [[woodchuck]] chuck if a woodchuck could chuck wood?"''}}
+
{{message|True to her word, the Oracle <offhandedly/casually/nonchalantly> says:<...>|You purchased a minor consultation from the Oracle.}}
{{message|You hear a loud ZOT!|In reference to the traditional answer to this.}}
+
{{message|The Oracle meditates for a moment and then intones:<...>|You purchased a major consultation from the Oracle.}}
 +
{{message|The Oracle scornfully takes all your money and says:<...>|As above, but you lacked enough gold.}}
 +
{{message|The Oracle is in no mood for consultations.|You spoke to the Oracle while she is hostile.}}
  
==Strategy==
+
==Variants==
 +
Many variants enable the Oracle's passive attack to be used against other monsters, and several of them also cause woodchucks to attack the Oracle on sight as part of Nephi's [[grudge]] patch.
 +
 
 +
===SLASH'EM===
 +
In [[SLASH'EM]], the Oracle is able to use her passive attack on other monsters. If a [[woodchuck]] attacks the Oracle, the message associated with the attack is "ZOT!"{{refsrc|mhitm.c|1989|version=SLASH'EM 0.0.7E7F2}}
 +
 
 +
Be careful with [[pet]]s around the Oracle: her passive attack is disproportionately strong for her level, meaning most pets that attack her will die in the process. [[Lawful]] characters may actually find this useful: they can receive [[minion]]s such as [[movanic deva]]s which may carry a [[shield of reflection]], and even if they don't are guaranteed to have an erodeproof [[long sword]] and [[large shield]]. Bringing these minions to the Oracle is a good way to obtain their equipment without incurring any penalties for directly killing a pet.
 +
 
 +
===UnNetHack===
 +
In [[UnNetHack]], [[woodchuck]]s will attack the Oracle on sight, and the Oracle is able to use her passive attack on other monsters.
 +
 
 +
===NetHack Fourk===
 +
In [[NetHack Fourk]], the Oracle can grant [[enlightenment]] at a price equal to 20 times the character's [[experience level]].
 +
 
 +
===dNetHack===
 +
[[dNetHack]] and [[notdNetHack]] include more options for consultations for the Oracle:
 +
 
 +
* Enlightenment, at a cost of 200 + (20*XL) zm.
 +
* "Glimpses of things to come", which cost 150 zm each and hint at some randomized aspects of the dungeon and what they are set to for that game. You can choose which glimpses to ask for:
 +
 
 +
'''Sightings of the eladrin nobility''' -- tells you which [[Eladrin]] Caste there are
 +
{| class="prettytable"
 +
|-
 +
! Highest Caste
 +
! Oracle
 +
|-
 +
| [[Tulani Eladrin]]
 +
| "They say radiant spheres roam the land."
 +
|-
 +
| [[Gae Eladrin]]
 +
| "They say (aestival/vernal/hibernal/autumnal) spirits roam the land."
 +
|-
 +
| Brighid Eladrin
 +
| "They say the deep nobility has emerged to roam the land."
 +
|-
 +
| Uiscerre Eladrin
 +
| "They say the deep nobility has surfaced to roam the land."
 +
|-
 +
| Caillea Eladrin
 +
| "They say the winter witches have come down from the mountains."
 +
|}
 +
'''Talk of the castle in the air''' -- is Bahamut's Tower in the Law Quest
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Has Bahamut's tower been generated
 +
! Oracle
 +
|-
 +
| Yes
 +
| "They say Bahamut's palace has been sighted from afar."
 +
|-
 +
| No
 +
| "Rumors of Bahamut's palace have been greatly exaggerated."
 +
|}
 +
 
 +
'''The location of the primordial ones''' -- tells you the Eladrin Precursor race, if any
 +
{| class="prettytable"
 +
|-
 +
! Precursor Type
 +
! Oracle
 +
|-
 +
| Dracae Eladrin
 +
| "They say the ancient eladrin mothers have been seen once again."
 +
|-
 +
| Polypoid beings
 +
| "There's been rumors of invisible shapeshifters in the (deserts/forests)." ''("deserts" if the Chaos Quest is Mithardir, "forests" otherwise)''
 +
|-
 +
| same as modern high-caste eladrin
 +
| "I've been considering expanding my statue collection. I hear Oona has quite the variety..."
 +
|}
 +
 
 +
'''Knowledge of those who came before''' -- which Chaos Quest variant
 +
{| class="prettytable"
 +
|-
 +
! Chaos Quest Variant
 +
! Oracle
 +
|-
 +
| Chaos Temple (Final Fantasy)
 +
| "Some adventurer came through here the other day, all dressed in blue and muttering about 'Materia'?"
 +
|-
 +
| Mithardir
 +
| "Some adventurer came through here the other day, wearing the oddest white headscarf."
 +
|-
 +
| rowspan="2" | Mordor
 +
| "A pair of short adventurers came through here just the other day... there was an odd wretched creature following them though."
 +
|-
 +
| "A pair of short adventurers came through here the other day, apparently in search of a volcano?"
 +
|}
 +
 
 +
'''Impressions of the Queen of the Fae''' -- which [[Oona]]
 +
{| class="prettytable"
 +
|-
 +
! Oona's Elemental Type
 +
! Oracle
 +
|-
 +
| Fire
 +
| "They say Oona has a bit of a fiery personality..."
 +
|-
 +
| Cold
 +
| "They say Oona can be a bit cold at first..."
 +
|-
 +
| Electric
 +
| "They say meeting Oona can be a bit of a shock..."
 +
|}
 +
 
 +
'''Knowledge of the Layers of the Abyss''' - which demon lord (Abyss) levels are in Gehennom. You are told about 1 of the 3 levels at random.
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Brine Flats Demon Prince
 +
! Oracle
 +
|-
 +
| Demogorgon
 +
| "They say that a closed drawbridge should be left well enough alone."
 +
|-
 +
| Dagon
 +
| "They say that the darkest depths hide the most dangerous foes."
 +
|-
 +
| Lamashtu
 +
| "They say that the depths of the Abyss can drive even the brightest lights to madness."
 +
|}
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Abyss 1 Demon Lord
 +
! Oracle
 +
|-
 +
| Juiblex
 +
| "They say the Father of Slimes will always save his children from calamity."
 +
|-
 +
| rowspan="2" | Zuggtmoy
 +
| "They say that even decay itself is a form of life." ''normally''
 +
|-
 +
| "Can you feel your heart burning? Can you feel the struggle within?" ''when hallucinating or affected by the Spores madness''
 +
|-
 +
| Yeenoghu
 +
| "They say that even the most savage of butchers have those they bow to."
 +
|-
 +
| Baphomet
 +
| "They say that the most twisted labyrinths trap the angriest denizens."
 +
|-
 +
| Pale Night
 +
| "They say that sometimes, it's best to not look beyond the veil."
 +
|-
 +
| Kostchtchie
 +
| "They say that fury doesn't always burn hot."
 +
|}
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Abyss 2 Demon Prince
 +
! Oracle
 +
|-
 +
| rowspan="3" | Orcus
 +
| "They say that death is only a temporary setback to some denizens of the Abyss." ''normally''
 +
|-
 +
| "They say that the Word that echoes around you lives on." ''if you have Tenebrous bound''
 +
|-
 +
| "They see that if Creation began with light, then darkness will persist at the end of all things." ''if you have Tenebrous bound and also know the First [[Word of Creation]]''
 +
|-
 +
| Malcanthet
 +
| "They say that despite its looks, paradise is only paradise to some."
 +
|-
 +
| Graz'zt
 +
| "They say that the most self indulgent tend to be jealous lovers."
 +
|-
 +
| rowspan="2" | Avatar of Lolth
 +
| "They say that not only demons haunt the depths of the Abyss, but divine power as well." ''normally''
 +
|-
 +
| "The symbol you bear has been more common around here lately." ''if Lolth is your god''
 +
|}
 +
 
 +
'''Knowledge of the Lords of the Nine Hells''' - which archdevil (Hell) levels are in Gehennom. You are told about 1 of the 2 randomised levels at random. The third level is always Nessus, which contains Asmodeus, Glasya, and Daemon.
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Upper Hell Archdevil
 +
! Oracle
 +
|-
 +
| Bael
 +
| "They say that not only minotaurs can be found at the centers of mazes."
 +
|-
 +
| The Chromatic Dragon
 +
| "They say that if you're lucky, not only demons can be found in the Abyss."
 +
|-
 +
| Dispater
 +
| "They say that the Iron City is ruled with an iron fist."
 +
|-
 +
| Mammon
 +
| "They say that sometimes, the filthiest muck hides the greatest riches."
 +
|-
 +
| Belial
 +
| "They say the scorching heats of Gehennom have been worse recently."
 +
|}
 +
 
 +
{| class="prettytable"
 +
|-
 +
! Lower Hell Archdevil
 +
! Oracle
 +
|-
 +
| Leviathan
 +
| "They say that sometimes, it's best to leave frozen foes alone."
 +
|-
 +
| Lilith
 +
| "They say that the only thing worse than an evil witch is a whole coven of them."
 +
|-
 +
| Baalzebub
 +
| "They say that the harder they fall, the more dangerous they are."
 +
|-
 +
| Mephistopheles
 +
| "They say that sculptures made of ice are sometimes more lifelike than ones made of stone."
 +
|}
  
[[Pacifist]] characters should use the Oracle for levelling up.
+
===FIQhack===
 +
In [[FIQhack]], the Oracle provides enlightenment similar to Fourk.
  
The Oracle will not get angry if you dry up the [[fountain]]s or destroy the [[statue]]s.
+
===xNetHack===
 +
In [[xNetHack]], woodchucks and the Oracle attack each other on sight.
  
If you lack [[telepathy]], the Oracle level can often be recognized by its slightly different assortment of monsters, e.g. naga hatchlings and baby dragons. This is because it counts as neutral for monster generation purposes, just like [[Sokoban]].
+
The Oracle has many new consultations, and she also has a {{frac|2|3}} chance of generating with a [[potion of hallucination]] - this is another allusion to the shrine at Delphi, which had chemical vapors emitting from a spring-made cleft that is speculated to have induced "prophetic" trances.
  
== UnNetHack ==
+
===EvilHack===
In [[UnNetHack]] [[woodchuck]]s will attack The Oracle on sight as part of Nephi's [[grudge]] [[patch]].
+
In [[EvilHack]], the Oracle can use her passive attack on other monsters and will become mobile if angered, with the ability to break [[boulder]]s while moving. Her attack routine is changed as well: she can cast one clerical and one mage [[monster spell]] during each of her turns, and her magic missile passive's dice is changed to 8d8. Changes to magic resistance mean that it will no longer block the Oracle's magic missile passive, though [[half spell damage]] still reduces its damage output, and [[reflection]] can partially reduce its damage.  
  
UnNetHack also makes a few minor adjustments to the Oracle level. The level is generated with 1 guaranteed woodchuck.
+
The Oracle generates with the [[Magic 8-Ball]], an [[artifact]] that divulges rumors based on its [[beatitude]] and grants warning while carried - it is implied to be the source of her knowledge, and her abilities are altered as above in recent versions due to how desirable the artifact is. The Oracle's consultations are also one of the possible sources of [[Elbereth]] for a character.
In addition, monster generation is slightly different on the Oracle level.
 
93% of monsters generated will be by the normal mechanism.
 
The remaining 7% of monsters generated will be according to the following probabilities:
 
* 10% [[woodchuck]]s
 
* 10% [[floating eye]]s
 
* 10% [[u]]
 
* 10% [[r]]
 
* 10% [[n]]
 
* 10% [[Wererat]]s
 
* 10% [[Yellow light]]s
 
* 30% [[i]]
 
  
 
==Encyclopedia entry==
 
==Encyclopedia entry==
 
 
{{encyclopedia|
 
{{encyclopedia|
 
Delphi under towering Parnassus, where Apollo's oracle was,
 
Delphi under towering Parnassus, where Apollo's oracle was,
Line 198: Line 361:
  
 
==References==
 
==References==
 
 
<references/>
 
<references/>
 
==External Links==
 
* [[wikipedia:Pythia]]
 
* [[wikipedia:Internet Oracle]]
 
* [news://rec.humor.oracle rec.humor.oracle]
 
 
 
 
{{DOD}}
 
{{DOD}}
 
 
 
 
{{nethack-343}}
 
{{nethack-343}}
 
[[Category:Unique monsters|Oracle]]
 
[[Category:Unique monsters|Oracle]]
[[Category:Special levels|Oracle]]
 

Latest revision as of 16:16, 24 May 2024

For the level this monster is found on, see Oracle (level).

The Oracle, @, is a monster that appears in NetHack. She is a unique human that can be seen via infravision, and is completely sessile.

The Oracle has a passive magic missile attack that only triggers if the player character attacks her in melee. She possesses magic resistance due to the aforementioned attack.

Generation

Main article: Oracle (level)

The Oracle is always created peaceful, and is not a valid form for polymorph.

The Oracle is always generated on her special level, with the exception of a bones file where she was killed on that level.

Consultations

The Oracle offers two consultations services, which can be accessed by chatting to her with gold in open inventory. Minor consultations are simply true rumors, while a major consultation is an extended description of some aspect of the game. An example of a major consultation is shown below:

Behold the cockatrice, whose diminutive stature belies its hidden might.  The  
cockatrice can petrify any ordinary being it contacts--save those wise  
adventurers who eat a dead lizard or blob of acid when they feel themselves  
slowly turning to stone.

Buying a consultation of either type exercises wisdom, and score and experience points are awarded for the first purchase of each consultation type:[1][2][3][4]

First consultation bought Type Cost Score Experience points Cost/Score Cost/XP
Minor Minor 50 21 5 2.38 10
Major 500 + (50 × XL) 90 + (9 × XL) 20 + (2 × XL) 5.56 25
Major Major 500 + (50 × XL) 210 + (21 × XL) 50 + (5 × XL) 2.38 10
Minor 50 9 2 5.56 25

If a major consultation is bought with an insufficient amount of gold, the Oracle will take all of it and recite a special oracularity, which also "uses up" the experience gain for major consultations:[5][6]

"...it is rather disconcerting to be confronted with the
following theorem from [Baker, Gill, and Solovay, 1975].
Theorem 7.18  There exist recursive languages A and B such that
  (1)  P(A) == NP(A), and", "  (2)  P(B) != NP(B)
This provides impressive evidence that the techniques that are
currently available will not suffice for proving that P != NP or
that P == NP."  [Garey and Johnson, p. 185.]

Angering the Oracle will prevent a character from buying consultations until she is pacified, and if the Oracle is killed by any means, consultations become inaccessible for the rest of the game unless she is revived from her corpse via wand of undead turning.

Lists of consultations

The Oracle's consultations are stored in plain text in the source code:

Strategy

The Oracle is intended to be the primary means by which unspoiled players learn about the game, and is additionally a notable source of experience for pacifist conduct - be mindful of retaining enough for the major consultation when leveling a pacifist character, and keep any sufficiently powerful pets clear of the Oracle until consultations can be bought.

Those looking to dispose of the Oracle (e.g. for extinctionist conduct) can kill her with ranged attacks without any retaliation, but this will incur murder penalties for non-chaotic characters. As the Oracle's magic missile passive does not apply to monsters, any pet at level 11 or higher can attack the Oracle and kill her.

History

The Oracle first appears in NetHack 3.0.0.

Origin

The Oracle and her level are primarily based on the Pythia, the priestess who presided over the Oracle of Apollo at Delphi; the NetHack Oracle will welcome the character to "Delphi" upon seeing them.

The special "cheapskate" consultation is a reference to Oracle machines.

Messages

True to her word, the Oracle <offhandedly/casually/nonchalantly> says:<...>
You purchased a minor consultation from the Oracle.
The Oracle meditates for a moment and then intones:<...>
You purchased a major consultation from the Oracle.
The Oracle scornfully takes all your money and says:<...>
As above, but you lacked enough gold.
The Oracle is in no mood for consultations.
You spoke to the Oracle while she is hostile.

Variants

Many variants enable the Oracle's passive attack to be used against other monsters, and several of them also cause woodchucks to attack the Oracle on sight as part of Nephi's grudge patch.

SLASH'EM

In SLASH'EM, the Oracle is able to use her passive attack on other monsters. If a woodchuck attacks the Oracle, the message associated with the attack is "ZOT!"[7]

Be careful with pets around the Oracle: her passive attack is disproportionately strong for her level, meaning most pets that attack her will die in the process. Lawful characters may actually find this useful: they can receive minions such as movanic devas which may carry a shield of reflection, and even if they don't are guaranteed to have an erodeproof long sword and large shield. Bringing these minions to the Oracle is a good way to obtain their equipment without incurring any penalties for directly killing a pet.

UnNetHack

In UnNetHack, woodchucks will attack the Oracle on sight, and the Oracle is able to use her passive attack on other monsters.

NetHack Fourk

In NetHack Fourk, the Oracle can grant enlightenment at a price equal to 20 times the character's experience level.

dNetHack

dNetHack and notdNetHack include more options for consultations for the Oracle:

  • Enlightenment, at a cost of 200 + (20*XL) zm.
  • "Glimpses of things to come", which cost 150 zm each and hint at some randomized aspects of the dungeon and what they are set to for that game. You can choose which glimpses to ask for:

Sightings of the eladrin nobility -- tells you which Eladrin Caste there are

Highest Caste Oracle
Tulani Eladrin "They say radiant spheres roam the land."
Gae Eladrin "They say (aestival/vernal/hibernal/autumnal) spirits roam the land."
Brighid Eladrin "They say the deep nobility has emerged to roam the land."
Uiscerre Eladrin "They say the deep nobility has surfaced to roam the land."
Caillea Eladrin "They say the winter witches have come down from the mountains."

Talk of the castle in the air -- is Bahamut's Tower in the Law Quest

Has Bahamut's tower been generated Oracle
Yes "They say Bahamut's palace has been sighted from afar."
No "Rumors of Bahamut's palace have been greatly exaggerated."

The location of the primordial ones -- tells you the Eladrin Precursor race, if any

Precursor Type Oracle
Dracae Eladrin "They say the ancient eladrin mothers have been seen once again."
Polypoid beings "There's been rumors of invisible shapeshifters in the (deserts/forests)." ("deserts" if the Chaos Quest is Mithardir, "forests" otherwise)
same as modern high-caste eladrin "I've been considering expanding my statue collection. I hear Oona has quite the variety..."

Knowledge of those who came before -- which Chaos Quest variant

Chaos Quest Variant Oracle
Chaos Temple (Final Fantasy) "Some adventurer came through here the other day, all dressed in blue and muttering about 'Materia'?"
Mithardir "Some adventurer came through here the other day, wearing the oddest white headscarf."
Mordor "A pair of short adventurers came through here just the other day... there was an odd wretched creature following them though."
"A pair of short adventurers came through here the other day, apparently in search of a volcano?"

Impressions of the Queen of the Fae -- which Oona

Oona's Elemental Type Oracle
Fire "They say Oona has a bit of a fiery personality..."
Cold "They say Oona can be a bit cold at first..."
Electric "They say meeting Oona can be a bit of a shock..."

Knowledge of the Layers of the Abyss - which demon lord (Abyss) levels are in Gehennom. You are told about 1 of the 3 levels at random.

Brine Flats Demon Prince Oracle
Demogorgon "They say that a closed drawbridge should be left well enough alone."
Dagon "They say that the darkest depths hide the most dangerous foes."
Lamashtu "They say that the depths of the Abyss can drive even the brightest lights to madness."
Abyss 1 Demon Lord Oracle
Juiblex "They say the Father of Slimes will always save his children from calamity."
Zuggtmoy "They say that even decay itself is a form of life." normally
"Can you feel your heart burning? Can you feel the struggle within?" when hallucinating or affected by the Spores madness
Yeenoghu "They say that even the most savage of butchers have those they bow to."
Baphomet "They say that the most twisted labyrinths trap the angriest denizens."
Pale Night "They say that sometimes, it's best to not look beyond the veil."
Kostchtchie "They say that fury doesn't always burn hot."
Abyss 2 Demon Prince Oracle
Orcus "They say that death is only a temporary setback to some denizens of the Abyss." normally
"They say that the Word that echoes around you lives on." if you have Tenebrous bound
"They see that if Creation began with light, then darkness will persist at the end of all things." if you have Tenebrous bound and also know the First Word of Creation
Malcanthet "They say that despite its looks, paradise is only paradise to some."
Graz'zt "They say that the most self indulgent tend to be jealous lovers."
Avatar of Lolth "They say that not only demons haunt the depths of the Abyss, but divine power as well." normally
"The symbol you bear has been more common around here lately." if Lolth is your god

Knowledge of the Lords of the Nine Hells - which archdevil (Hell) levels are in Gehennom. You are told about 1 of the 2 randomised levels at random. The third level is always Nessus, which contains Asmodeus, Glasya, and Daemon.

Upper Hell Archdevil Oracle
Bael "They say that not only minotaurs can be found at the centers of mazes."
The Chromatic Dragon "They say that if you're lucky, not only demons can be found in the Abyss."
Dispater "They say that the Iron City is ruled with an iron fist."
Mammon "They say that sometimes, the filthiest muck hides the greatest riches."
Belial "They say the scorching heats of Gehennom have been worse recently."
Lower Hell Archdevil Oracle
Leviathan "They say that sometimes, it's best to leave frozen foes alone."
Lilith "They say that the only thing worse than an evil witch is a whole coven of them."
Baalzebub "They say that the harder they fall, the more dangerous they are."
Mephistopheles "They say that sculptures made of ice are sometimes more lifelike than ones made of stone."

FIQhack

In FIQhack, the Oracle provides enlightenment similar to Fourk.

xNetHack

In xNetHack, woodchucks and the Oracle attack each other on sight.

The Oracle has many new consultations, and she also has a 23 chance of generating with a potion of hallucination - this is another allusion to the shrine at Delphi, which had chemical vapors emitting from a spring-made cleft that is speculated to have induced "prophetic" trances.

EvilHack

In EvilHack, the Oracle can use her passive attack on other monsters and will become mobile if angered, with the ability to break boulders while moving. Her attack routine is changed as well: she can cast one clerical and one mage monster spell during each of her turns, and her magic missile passive's dice is changed to 8d8. Changes to magic resistance mean that it will no longer block the Oracle's magic missile passive, though half spell damage still reduces its damage output, and reflection can partially reduce its damage.

The Oracle generates with the Magic 8-Ball, an artifact that divulges rumors based on its beatitude and grants warning while carried - it is implied to be the source of her knowledge, and her abilities are altered as above in recent versions due to how desirable the artifact is. The Oracle's consultations are also one of the possible sources of Elbereth for a character.

Encyclopedia entry

Delphi under towering Parnassus, where Apollo's oracle was,
plays an important part in mythology. Castalia was its
sacred spring; Cephissus its river. It was held to be the
center of the world, so many pilgrims came to it, from
foreign countries as well as Greece. No other shrine rivaled
it. The answers to the questions asked by the anxious
seekers for Truth were delivered by a priestess who went into
a trance before she spoke.

[ Mythology, by Edith Hamilton ]

References

This page is based on a spoiler by Dylan O'Donnell. The original license is:

Redistribution, copying, and editing of these spoilers, with or without modification, are permitted provided that the following conditions are met:

  1. The original contributors to any spoiler must continue to be credited.
  2. Any modifications to the spoiler must be acknowledged and credited.

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.