Difference between revisions of "Graffiti"

From NetHackWiki
Jump to navigation Jump to search
(some of these messages can be confusing (Elbereth, ad aerarium))
m (forgot to put % chance on one of the lines)
 
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Graffiti refers to the messages engraved on the floors in NetHack either by shopkeepers ("Closed for Inventory") or on a random basis. These messages are often helpful tips, but sometimes are silly.
+
'''Graffiti''' refers to the random messages [[engrave]]d on the floors of the Dungeons of Doom. These messages are often helpful tips, but sometimes are silly.
  
==Random Messages==
+
There are various [[Engraving#Preexisting engravings|non-random types of engravings]] which are not graffiti. Conversely, [[grave]]s use random epitaphs that come from a different pool of messages and cannot be changed, so they are also not graffiti.
  
Graffiti messages can be taken from [[rumors.tru]] or [[rumors.fal]], or can be one of the following additional messages:<ref>List of extra graffiti messages ({{sourcecode|engrave.c|13}})</ref>
+
Graffiti generates most frequently at the topmost floors and less often deeper into the dungeon. They are fairly rare: each room on level 1 has a 1/30 chance of having graffiti in it somewhere, each room on level 2 has a 1/33 chance, and so on.
  
<pre>
+
You can create graffiti on the floor by engraving with a [[magic marker]]. It will degrade as fast as a semipermanent engraving.
Elbereth
 
Vlad was here
 
ad aerarium
 
Owlbreath
 
Galadriel
 
Kilroy was here
 
A.S. ->
 
<- A.S.
 
You won't get it up the steps
 
Lasciate ogni speranza o voi ch'entrate.
 
Well Come
 
We apologize for the inconvenience.
 
See you next Wednesday
 
notary sojak
 
For a good time call 8?7-5309
 
Please don't feed the animals.
 
Madam, in Eden, I'm Adam.
 
Two thumbs up!
 
Hello, World!
 
You've got mail!
 
As if!
 
</pre>
 
  
Some of these messages can be confusing: “[[Elbereth]]” can also indicate a [[bones]] level, and “ad aerarium” can also indicate a [[vault]] teleporter. However, random messages appear as though written with a magic marker, whereas vault messages are always written in the dust,<ref>Niche trap engraving type ({{sourcecode|mklev.c|491}})</ref> and player-written Elbereth engravings rarely come from markers.
+
==Random messages==
  
==References==
+
Graffiti messages are drawn randomly from three sources:
 +
* [[engrave.txt]], a list of various floor engravings (25% chance)
 +
* [[rumors.tru]], the list of true [[rumors]] (37.5% chance)
 +
* [[rumors.fal]], the list of false [[rumors]] (37.5% chance)
  
<references/>
+
Note that engrave.txt allows a few misleading messages to generate as graffiti, such as "[[Elbereth]]" (which would normally indicate a [[bones]] level), "Vlad was here", and "ad aerarium". However, graffiti always appears as "graffiti"; player-written Elbereth engravings rarely come from markers, and the other types of engravings always appear written in dust.
  
{{nethack-343}}
+
{{nethack-361}}
 +
[[Category:Dungeon features]]

Latest revision as of 03:25, 17 March 2019

Graffiti refers to the random messages engraved on the floors of the Dungeons of Doom. These messages are often helpful tips, but sometimes are silly.

There are various non-random types of engravings which are not graffiti. Conversely, graves use random epitaphs that come from a different pool of messages and cannot be changed, so they are also not graffiti.

Graffiti generates most frequently at the topmost floors and less often deeper into the dungeon. They are fairly rare: each room on level 1 has a 1/30 chance of having graffiti in it somewhere, each room on level 2 has a 1/33 chance, and so on.

You can create graffiti on the floor by engraving with a magic marker. It will degrade as fast as a semipermanent engraving.

Random messages

Graffiti messages are drawn randomly from three sources:

Note that engrave.txt allows a few misleading messages to generate as graffiti, such as "Elbereth" (which would normally indicate a bones level), "Vlad was here", and "ad aerarium". However, graffiti always appears as "graffiti"; player-written Elbereth engravings rarely come from markers, and the other types of engravings always appear written in dust.


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

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

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