Difference between revisions of "Special room"

From NetHackWiki
Jump to navigation Jump to search
m (another slip up with the source)
 
(169 intermediate revisions by 82 users not shown)
Line 1: Line 1:
Hello, I will get Bar Ilan University blocked here, proof that this Wikicity is a political entity. [[User:Dittoboy|Dittoboy, the gread devolved Bulbasaur from Wikipedia]] 09:30, 12 Dec 2005 (UTC)
+
{{distinguish|themed room}}
 +
A '''special room''' is different from the normal rooms of the randomly-generated [[Dungeons of Doom]]. For example, it might contain a shop or a collection of monsters. They typically appear in random rooms-and-corridors levels in the [[Dungeons of Doom]], never in mazes or cavern levels, although many [[special level]]s also contain special rooms.
 +
 
 +
NetHack attempts to generate most special rooms in the order they appear in the below table. Rooms lower on the table can only be generated if all rooms higher on the table failed to generate. For example, a temple is created with probability 1/5 from level 9 onwards in an ordinary rooms-and-corridors level in the main dungeon, provided the level does not already have a shop, a throne room, a leprechaun hall or a zoo.{{refsrc|src/mklev.c|776|version=NetHack 3.6.6}}
 +
 
 +
Vaults are an exception: they are generated independently of other special rooms.{{refsrc|src/mklev.c|735|version=NetHack 3.6.6}}
 +
 
 +
{|class="prettytable"
 +
! Name !! Min [[dungeon level|DL]] !! Frequency !! Generation restrictions
 +
|-
 +
| [[Shop]] || 2 || 3/DL || Must be above [[Medusa's Island]]{{refsrc|src/mklev.c|766|version=NetHack 3.6.6}}, room must have 1 door and no stairs
 +
|-
 +
| [[Throne room]] || 5 || 1/6 ||
 +
|-
 +
| [[Leprechaun hall]] || 6 || 1/8 || [[Leprechaun]]s must not be [[genocide]]d/[[extinct]]{{refsrc|src/mklev.c|772|version=NetHack 3.6.6}}
 +
|-
 +
| [[Zoo]] || 7 || 1/7 ||
 +
|-
 +
| [[Temple]] || 9 || 1/5 ||
 +
|-
 +
| [[Beehive]] || 10 || 1/5 || [[Killer bee]]s must not be genocided/extinct{{refsrc|src/mklev.c|778|version=NetHack 3.6.6}}
 +
|-
 +
| [[Graveyard]] || 12 || 1/6 ||
 +
|-
 +
| [[Anthole]] || 13 || 1/8 || [[Ant]]s must not be genocided/extinct{{refsrc|src/mklev.c|783|version=NetHack 3.6.6}}{{refsrc|src/mkroom.c|484|version=NetHack 3.6.6}}
 +
|-
 +
| [[Barracks]] || 15 || 1/4 || [[Soldier]]s must not be extinct{{refsrc|src/mklev.c|786|version=NetHack 3.6.6}}
 +
|-
 +
| [[Swamp]] || 16 || 1/6 ||
 +
|-
 +
| [[Cockatrice nest]] || 17 || 1/8 || [[Cockatrice]]s must not be genocided/extinct{{refsrc|src/mklev.c|791|version=NetHack 3.6.6}}
 +
|-
 +
| [[Vault]] || 1 ||  || (Generated independently of other special rooms)
 +
|}
 +
 
 +
== Variants ==
 +
Many [[variant]]s add new special rooms or change the behavior of these existing special rooms.
 +
 
 +
{{main|Special room (SLASH'EM)}}
 +
{{main|Special room (UnNetHack)}}
 +
{{main|Special room (dNetHack)}}
 +
 
 +
== References ==
 +
<references/>
 +
 
 +
== External links ==
 +
* More information at http://www.steelypips.org/nethack/343/room-343.html
 +
 
 +
{{nethack-366}}
 +
[[Category:Special rooms| ]]

Latest revision as of 00:03, 5 July 2020

Not to be confused with themed room.

A special room is different from the normal rooms of the randomly-generated Dungeons of Doom. For example, it might contain a shop or a collection of monsters. They typically appear in random rooms-and-corridors levels in the Dungeons of Doom, never in mazes or cavern levels, although many special levels also contain special rooms.

NetHack attempts to generate most special rooms in the order they appear in the below table. Rooms lower on the table can only be generated if all rooms higher on the table failed to generate. For example, a temple is created with probability 1/5 from level 9 onwards in an ordinary rooms-and-corridors level in the main dungeon, provided the level does not already have a shop, a throne room, a leprechaun hall or a zoo.[1]

Vaults are an exception: they are generated independently of other special rooms.[2]

Name Min DL Frequency Generation restrictions
Shop 2 3/DL Must be above Medusa's Island[3], room must have 1 door and no stairs
Throne room 5 1/6
Leprechaun hall 6 1/8 Leprechauns must not be genocided/extinct[4]
Zoo 7 1/7
Temple 9 1/5
Beehive 10 1/5 Killer bees must not be genocided/extinct[5]
Graveyard 12 1/6
Anthole 13 1/8 Ants must not be genocided/extinct[6][7]
Barracks 15 1/4 Soldiers must not be extinct[8]
Swamp 16 1/6
Cockatrice nest 17 1/8 Cockatrices must not be genocided/extinct[9]
Vault 1 (Generated independently of other special rooms)

Variants

Many variants add new special rooms or change the behavior of these existing special rooms.

References

External links